Advertisement
msoutopico

Untitled

Mar 21st, 2020
184
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.67 KB | None | 0 0
  1. // petición POST o PUT para un producto
  2. {      
  3.     "tienda_id": "hashcodefd928793",
  4.     "props1":     "blabla",
  5.     "props2":    "blablabla",
  6.     "props3":    "bloodyblaa",
  7.     "comentarios": [
  8.       {
  9.         "comentario_id": 1,
  10.       "category": "adsfasdfasdf",
  11.       "subcategory": "balbalblaa",
  12.       "commentario": "yyyworldddasf",
  13.       },
  14.       {
  15.       "comentario_id": 2,
  16.       "category": "adsfadsft",
  17.       "subcategory": "adadfddd",
  18.        "commentario": "adsfdasdfasdf",
  19.       },
  20.       {
  21.       "comentario_id": 3,
  22.       "category": "dlkfjañdslkf",
  23.       "subcategory": "ñalsdfj",
  24.       "commentario": "añlsdkfja.",
  25.       }      
  26.     ]    
  27. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement