Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. // POST /assets/send_email
  2.  
  3.  
  4.  
  5.  
  6. // GET
  7.  
  8. {
  9. _links: {
  10. self: {
  11. href: '/assets'
  12. }
  13. },
  14. items: [{
  15. _links: {
  16. self: {
  17. href: '/assets/f22919aa-3999-4472-b7a7-e78119a3aa17'
  18. }
  19. },
  20. "id": "f22919aa-3999-4472-b7a7-e78119a3aa17",
  21. "payload": {
  22. "items": [
  23. {
  24. "description": "Polaroid - Snap 10.0-Megapixel Digital Camera - White",
  25. "vendorId": "5730f8f7b880120f00361c76",
  26. "sku": "BB19846560",
  27. "cost": 9999,
  28. "brand": "Polaroid",
  29. "condition": "new",
  30. "shipping": {
  31. "cost": 2700,
  32. "date": "2016-07-22T20:21:20.000Z",
  33. "method": "ground"
  34. },
  35. "productId": null,
  36. "vendorName": null
  37. }
  38. ],
  39.  
  40. leasing: {
  41. leaseId: 'asdfasdf',
  42. leaseUrl: 'alsdjf'
  43. },
  44. "customerId": "57767d51a711011100148723",
  45. "shippingAddress": {
  46. "street1": "2700 n military tr",
  47. "street2": "200",
  48. "city": "boca raton",
  49. "region": "FL",
  50. "postalCode": "33431",
  51. "country": "usa"
  52. },
  53. "applicationId": "5759d882592f021100746229",
  54. "merchantId": "57222a8517c76611009a0442",
  55. "order_id": "5787f43930c96a7e9cdfc406"
  56. },
  57. "error": null,
  58. "orderId": "5787f43930c96a7e9cdfc406",
  59. "deletedAt": null,
  60. "updatedAt": "2016-07-14T20:21:38.000Z",
  61. "createdAt": "2016-07-14T20:21:38.000Z"
  62. },]
  63. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement