Advertisement
nubooya

Untitled

Apr 11th, 2021
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.75 KB | None | 0 0
  1. {
  2. "code": "success",
  3. "message": "list-location",
  4. "meta": {
  5. "limit": 2,
  6. "offset": 0,
  7. "page": 1,
  8. "total": 11,
  9. "total_page": 6,
  10. "sort": [
  11. {
  12. "column": "location_name",
  13. "order": "asc"
  14. }
  15. ]
  16. },
  17. "data": [
  18. {
  19. "id": "fbf9645e-aa76-4b93-8733-3ffea68f72a5",
  20. "location_name": "Kota Balikpapan",
  21. "location_address": null,
  22. "location_isactive": true
  23. },
  24. {
  25. "id": "a842c66b-ec25-49b3-9e84-92e1038d8421",
  26. "location_name": "Kota Bandung",
  27. "location_address": null,
  28. "location_isactive": true
  29. }
  30. ]
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement