Advertisement
ffajarpratama

[MufApp] Mapping Object Group

Mar 27th, 2025
289
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.48 KB | None | 0 0
  1. {
  2.     "success": true,
  3.     "data": {
  4.         "list": [
  5.             {
  6.                 "obj_group_code": "001",
  7.                 "obj_group_desc": "MOTOR",
  8.                 "created_at": 1742828404,
  9.                 "updataed_at": 1742828404
  10.             },
  11.             {
  12.                 "obj_group_code": "002",
  13.                 "obj_group_desc": "MOBIL",
  14.                 "created_at": 1743001206,
  15.                 "updataed_at": 1743001206
  16.             }
  17.         ],
  18.         "paging": {
  19.             "count": 2,
  20.             "current_page": 1,
  21.             "limit": 10,
  22.             "total_page": 1,
  23.             "has_next": false
  24.         }
  25.     },
  26.     "message": "Success",
  27.     "errors": null
  28. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement