Advertisement
ffajarpratama

[Rewash-POS] Get List Product Category Response

Mar 9th, 2023 (edited)
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.27 KB | None | 0 0
  1. {
  2.   "success": "true",
  3.   "data": [
  4.     {
  5.       "id": null,
  6.       "nama": "Semua Produk"
  7.     },
  8.     {
  9.       "id": "521",
  10.       "nama": "Lain lain"
  11.     },
  12.     {
  13.       "id": "520",
  14.       "nama": "Pakaian Biasa"
  15.     }
  16.   ],
  17.   "message": "Get list data successfully"
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement