Advertisement
a20121248

Encuesta Producto Subcanales GET

Jul 20th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.34 KB | None | 0 0
  1. {
  2.   "lstProductos": [
  3.     {"id":1,"codigo":"PRO01","nombre":"Producto 1"},
  4.     {"id":2,"codigo":"PRO02","nombre":"Producto 2"}
  5.   ],
  6.   "lstCanales": [
  7.     {"id":1,"codigo":"SUB01","nombre":"Subcanal 1"},
  8.     {"id":2,"codigo":"SUB02","nombre":"Subcanal 2"},
  9.     {"id":3,"codigo":"SUB03","nombre":"Subcanal 3"}
  10.     ],
  11.   "mensaje": "OK"
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement