Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. {
  2. "id": "${id}",
  3. "fields": {
  4. "discount_cost": 1099,
  5. "comment": "тестовый заказ овокс"
  6. },
  7. "merchandises": [
  8. {
  9. "id":"${idMerchandise}",
  10. "fields":
  11. {
  12. "status":"canceled"
  13. }
  14. },
  15. {
  16. "fields": {
  17. "goods_id": 55808436,
  18. "price": 1659,
  19. "cost": 1659,
  20. "quantity": 1
  21. }
  22. }
  23. ]
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement