Advertisement
Guest User

detail

a guest
Apr 1st, 2020
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. GET {{base_url}}/api/v2/reports/prepayment_in_detail
  2. {
  3. "count": 3,
  4. "page_context": {
  5. "page": 1,
  6. "per_page": 10,
  7. "total_pages": 1
  8. },
  9. "links": {
  10. "first": "http://localhost:8989/api/v2/reports/prepayment_in_detail?or[0][amount_origin][$ne]=0&page=1&per_page=10",
  11. "previous": null,
  12. "next": null,
  13. "last": "http://localhost:8989/api/v2/reports/prepayment_in_detail?or[0][amount_origin][$ne]=0&page=1&per_page=10"
  14. },
  15. "results": [
  16. {
  17. "id": "03494539-b383-431c-8dac-08ea38b9ed93",
  18. "contact": {
  19. "id": "34bdba80-19be-475a-9e73-1ec4a8e46580",
  20. "code": "CUST",
  21. "name": "General Customer",
  22. "classification": {
  23. "id": "9a781d77-66ae-44df-82ad-e5f595f4d5a8",
  24. "name": "General"
  25. }
  26. },
  27. "prepayment": {
  28. "id": "700fdc3b-a6ce-48c7-8a9d-f803f67b14e0",
  29. "transaction": {
  30. "id": "700fdc3b-a6ce-48c7-8a9d-f803f67b14e0",
  31. "date": "2020-04-01",
  32. "number": "SJ000001",
  33. "description": "Sales, General Customer"
  34. },
  35. "exchange_rate": 1
  36. },
  37. "detail": {
  38. "date": "2020-04-01",
  39. "number": "SJ000001",
  40. "description": "Sales, General Customer"
  41. },
  42. "currency": {
  43. "id": "e063eef2-57b4-4704-bda0-cf7643fbd61c",
  44. "code": "IDR",
  45. "name": "Indonesian rupiah",
  46. "symbol": "Rp"
  47. },
  48. "amount_origin": -100000,
  49. "created": {
  50. "user": {
  51. "id": "59d4f161-4c15-40b2-b4f5-5ad2453f97a2",
  52. "name": "Fitra Aziz",
  53. "email": "fitradevelopers71@gmail.com"
  54. },
  55. "time": "2020-04-01T08:13:09+00:00"
  56. },
  57. "updated": {
  58. "user": {
  59. "id": "59d4f161-4c15-40b2-b4f5-5ad2453f97a2",
  60. "name": "Fitra Aziz",
  61. "email": "fitradevelopers71@gmail.com"
  62. },
  63. "time": "2020-04-01T08:13:09+00:00"
  64. }
  65. },
  66. {
  67. "id": "f7f73e20-7c33-4803-9b96-827e95e37553",
  68. "contact": {
  69. "id": "34bdba80-19be-475a-9e73-1ec4a8e46580",
  70. "code": "CUST",
  71. "name": "General Customer",
  72. "classification": {
  73. "id": "9a781d77-66ae-44df-82ad-e5f595f4d5a8",
  74. "name": "General"
  75. }
  76. },
  77. "prepayment": {
  78. "id": "9f0fedc9-6a15-4aa1-857b-ca870e1a2b6f",
  79. "transaction": {
  80. "id": "9f0fedc9-6a15-4aa1-857b-ca870e1a2b6f",
  81. "date": "2020-04-01",
  82. "number": "SJ000002",
  83. "description": "Sales, General Customer"
  84. },
  85. "exchange_rate": 1
  86. },
  87. "detail": {
  88. "date": "2020-04-01",
  89. "number": "SJ000002",
  90. "description": "Sales, General Customer"
  91. },
  92. "currency": {
  93. "id": "e063eef2-57b4-4704-bda0-cf7643fbd61c",
  94. "code": "IDR",
  95. "name": "Indonesian rupiah",
  96. "symbol": "Rp"
  97. },
  98. "amount_origin": -200000,
  99. "created": {
  100. "user": {
  101. "id": "59d4f161-4c15-40b2-b4f5-5ad2453f97a2",
  102. "name": "Fitra Aziz",
  103. "email": "fitradevelopers71@gmail.com"
  104. },
  105. "time": "2020-04-01T08:14:36+00:00"
  106. },
  107. "updated": {
  108. "user": {
  109. "id": "59d4f161-4c15-40b2-b4f5-5ad2453f97a2",
  110. "name": "Fitra Aziz",
  111. "email": "fitradevelopers71@gmail.com"
  112. },
  113. "time": "2020-04-01T08:14:36+00:00"
  114. }
  115. },
  116. {
  117. "id": "406e0ee4-25de-4c3a-86b9-f962a5e6e803",
  118. "contact": {
  119. "id": "34bdba80-19be-475a-9e73-1ec4a8e46580",
  120. "code": "CUST",
  121. "name": "General Customer",
  122. "classification": {
  123. "id": "9a781d77-66ae-44df-82ad-e5f595f4d5a8",
  124. "name": "General"
  125. }
  126. },
  127. "prepayment": {
  128. "id": "bc102322-801c-4083-b204-15783201f015",
  129. "transaction": {
  130. "id": "bc102322-801c-4083-b204-15783201f015",
  131. "date": "2020-04-01",
  132. "number": "SJ000003",
  133. "description": "Sales, General Customer"
  134. },
  135. "exchange_rate": 1
  136. },
  137. "detail": {
  138. "date": "2020-04-01",
  139. "number": "SJ000003",
  140. "description": "Sales, General Customer"
  141. },
  142. "currency": {
  143. "id": "e063eef2-57b4-4704-bda0-cf7643fbd61c",
  144. "code": "IDR",
  145. "name": "Indonesian rupiah",
  146. "symbol": "Rp"
  147. },
  148. "amount_origin": -300000,
  149. "created": {
  150. "user": {
  151. "id": "59d4f161-4c15-40b2-b4f5-5ad2453f97a2",
  152. "name": "Fitra Aziz",
  153. "email": "fitradevelopers71@gmail.com"
  154. },
  155. "time": "2020-04-01T08:15:38+00:00"
  156. },
  157. "updated": {
  158. "user": {
  159. "id": "59d4f161-4c15-40b2-b4f5-5ad2453f97a2",
  160. "name": "Fitra Aziz",
  161. "email": "fitradevelopers71@gmail.com"
  162. },
  163. "time": "2020-04-01T08:15:38+00:00"
  164. }
  165. }
  166. ]
  167. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement