Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. {
  2. "name" : "product 1",
  3. "materials" : [
  4. {
  5. "id":1, // material id
  6. "rate" : 40
  7. }
  8. ,{
  9. "id":2, // material id
  10. "rate" : 60
  11. }
  12. ]
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement