Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. {
  2. "_embedded": {
  3. "public_holiday_templates": [{
  4. "name": "Holiday1 Holiday1 Holiday1 Holiday1 Holiday1 Holiday1 Holiday1 Holiday1",
  5. "translations": [{
  6. "value": "Holiday1 Holiday1 Holiday1 Holiday1 Holiday1 Holiday1 Holiday1 Holiday1",
  7. "language": {
  8. "id": 1
  9. }
  10. }],
  11. "date": [2017, 3, 22],
  12. "timeEquivalent": 1.02,
  13. "country": {
  14. "id": 2,
  15. "uid": 2
  16. },
  17. "states": [{
  18. "id": 18,
  19. "uid": 18
  20. }, {
  21. "id": 25,
  22. "uid": 25
  23. }],
  24. "timeRecordingEnabled": true,
  25. "_links": {
  26. "self": {
  27. "href": "http://localhost:8080/public_holiday_templates/1"
  28. }
  29. }
  30. }]
  31. },
  32. "_links": {
  33. "self": {
  34. "href": "http://localhost:8080/public_holiday_templates"
  35. }
  36. },
  37. "page": {
  38. "size": 10,
  39. "totalElements": 1,
  40. "totalPages": 1,
  41. "number": 0
  42. }
  43. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement