Advertisement
Guest User

Untitled

a guest
Oct 19th, 2019
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. {
  2. "data": [
  3. {
  4. "id": "1380",
  5. "type": "customer_payments",
  6. "attributes": {
  7. "total_seconds": 1751,
  8. "amount": 35.74,
  9. "amount_for_currency": 131.1658,
  10. "date_at": "2019-10-19T00:00:00.000Z"
  11. }
  12. },
  13. {
  14. "id": "1373",
  15. "type": "customer_payments",
  16. "attributes": {
  17. "total_seconds": 9582,
  18. "amount": 191.64,
  19. "amount_for_currency": 703.3188,
  20. "date_at": "2019-10-18T00:00:00.000Z"
  21. }
  22. },
  23. {
  24. "id": "1287",
  25. "type": "customer_payments",
  26. "attributes": {
  27. "total_seconds": 8987,
  28. "amount": 179.74,
  29. "amount_for_currency": 659.6458,
  30. "date_at": "2019-10-17T00:00:00.000Z"
  31. }
  32. },
  33. {
  34. "id": "1239",
  35. "type": "customer_payments",
  36. "attributes": {
  37. "total_seconds": 1640,
  38. "amount": 24.6,
  39. "amount_for_currency": 24.6,
  40. "date_at": "2019-10-15T00:00:00.000Z"
  41. }
  42. }
  43. ],
  44. "links": {
  45. "self": "?page%5Bnumber%5D=1&page%5Bsize%5D=25&payed=false",
  46. "first": "?page%5Bnumber%5D=1&page%5Bsize%5D=25&payed=false",
  47. "prev": null,
  48. "next": null,
  49. "last": "?page%5Bnumber%5D=1&page%5Bsize%5D=25&payed=false"
  50. }
  51. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement