Advertisement
Guest User

Untitled

a guest
Aug 18th, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. {
  2. "_id" : ObjectId("5d592fc11886a239f01f86a4"),
  3. "requestId" : "REQ1",
  4. "stocks" : [
  5. {
  6. "scrip" : "3553"
  7. },
  8. {
  9. "scrip" : "5647"
  10. },
  11. {
  12. "scrip" : "2121"
  13. }
  14. ]
  15. }
  16. {
  17. "_id" : ObjectId("5d592fc11886a239f01f86a7"),
  18. "requestId" : "REQ4",
  19. "scrips" : [
  20. "3553",
  21. "5647"
  22. ]
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement