Advertisement
gg-master

Untitled

Jun 16th, 2022
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. {
  2. "id": "3fa85f64-5717-4562-b3fc-2c963f66a111",
  3. "name": "Категория",
  4. "type": "CATEGORY",
  5. "parentId": null,
  6. "date": "2022-05-28T21:12:01.000Z",
  7. "price": 6,
  8. "children": [
  9. {
  10. "name": "Оффер 1",
  11. "id": "3fa85f64-5717-4562-b3fc-2c963f66a222",
  12. "price": 4,
  13. "date": "2022-05-28T21:12:01.000Z",
  14. "type": "OFFER",
  15. "parentId": "3fa85f64-5717-4562-b3fc-2c963f66a111"
  16. },
  17. {
  18. "name": "Подкатегория",
  19. "type": "CATEGORY",
  20. "id": "3fa85f64-5717-4562-b3fc-2c963f66a333",
  21. "date": "2022-05-26T21:12:01.000Z",
  22. "parentId": "3fa85f64-5717-4562-b3fc-2c963f66a111",
  23. "price": 8,
  24. "children": [
  25. {
  26. "name": "Оффер 2",
  27. "id": "3fa85f64-5717-4562-b3fc-2c963f66a444",
  28. "parentId": "3fa85f64-5717-4562-b3fc-2c963f66a333",
  29. "date": "2022-05-26T21:12:01.000Z",
  30. "price": 8,
  31. "type": "OFFER"
  32. }
  33. ]
  34. }
  35. ]
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement