Advertisement
Guest User

Untitled

a guest
Dec 9th, 2019
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 4.16 KB | None | 0 0
  1. {
  2.     "CartId": 45,
  3.     "DiscountAmount": 0.00,
  4.     "SubTotal": 471.95,
  5.     "CartDetails": [
  6.         {
  7.             "CartDetailId": 167,
  8.             "RecommendedParts": null,
  9.             "ProductId": 864,
  10.             "PartNumber": "96GP2036-M",
  11.             "Description": "Micro Plate Silicone Cap 96 Plate, 2mL Round Well 96 plate Silicone Cap, Pierceable, 10/Pk",
  12.             "UnitListPrice": 63.00,
  13.             "DiscountUnitPrice": 0.0,
  14.             "Name": "Micro Plate Silicone Cap 96 Plate, 2mL Round Well 96 plate Silicone Cap, Pierceable, 10/Pk",
  15.             "ImageUrl": null,
  16.             "Quantity": 2,
  17.             "IsGift": false,
  18.             "PartPhotoURL": null
  19.         },
  20.         {
  21.             "CartDetailId": 168,
  22.             "RecommendedParts": null,
  23.             "ProductId": 503,
  24.             "PartNumber": "7AK-G014-02-B",
  25.             "Description": "Zebron ZB-1HT - 5in Cage, GC Cap. Column 5 m x 0.53 mm x 0.1 µm, Ea",
  26.             "UnitListPrice": 345.95,
  27.             "DiscountUnitPrice": 0.0,
  28.             "Name": "Zebron ZB-1HT - 5in Cage, GC Cap. Column 5 m x 0.53 mm x 0.1 µm, Ea",
  29.             "ImageUrl": null,
  30.             "Quantity": 1,
  31.             "IsGift": false,
  32.             "PartPhotoURL": null
  33.         },
  34.         {
  35.             "CartDetailId": 0,
  36.             "RecommendedParts": null,
  37.             "ProductId": 50452,
  38.             "PartNumber": null,
  39.             "Description": null,
  40.             "UnitListPrice": 0.0,
  41.             "DiscountUnitPrice": 0.0,
  42.             "Name": null,
  43.             "ImageUrl": null,
  44.             "Quantity": 1,
  45.             "IsGift": true,
  46.             "PartPhotoURL": null
  47.         },
  48.         {
  49.             "CartDetailId": 0,
  50.             "RecommendedParts": null,
  51.             "ProductId": 50454,
  52.             "PartNumber": null,
  53.             "Description": null,
  54.             "UnitListPrice": 0.0,
  55.             "DiscountUnitPrice": 0.0,
  56.             "Name": null,
  57.             "ImageUrl": null,
  58.             "Quantity": 2,
  59.             "IsGift": true,
  60.             "PartPhotoURL": null
  61.         },
  62.         {
  63.             "CartDetailId": 0,
  64.             "RecommendedParts": null,
  65.             "ProductId": 81957,
  66.             "PartNumber": "ME0-9580",
  67.             "Description": "Phenomenex Polo Shirt, Charcoal Gray, Men's, M, Ea",
  68.             "UnitListPrice": 0.0,
  69.             "DiscountUnitPrice": 0.0,
  70.             "Name": "Phenomenex Polo Shirt, Charcoal Gray, Men's, M, Ea",
  71.             "ImageUrl": null,
  72.             "Quantity": 1,
  73.             "IsGift": true,
  74.             "PartPhotoURL": null
  75.         },
  76.         {
  77.             "CartDetailId": 0,
  78.             "RecommendedParts": null,
  79.             "ProductId": 18,
  80.             "PartNumber": null,
  81.             "Description": null,
  82.             "UnitListPrice": 0.0,
  83.             "DiscountUnitPrice": 0.0,
  84.             "Name": null,
  85.             "ImageUrl": null,
  86.             "Quantity": 1,
  87.             "IsGift": true,
  88.             "PartPhotoURL": null
  89.         }
  90.     ],
  91.     "Promotions": {
  92.         "ItemLevelPromoViewModel": [
  93.             {
  94.                 "PromotionId": 18,
  95.                 "Description": null,
  96.                 "QualifiedItemLevelParts": [
  97.                     {
  98.                         "ProductId": 503,
  99.                         "PartNumber": "7AK-G014-02-B",
  100.                         "Description": null,
  101.                         "UnitListPrice": 345.95,
  102.                         "DiscountUnitPrice": 276.76,
  103.                         "Name": null,
  104.                         "ImageUrl": null,
  105.                         "Quantity": 0,
  106.                         "IsGift": false,
  107.                         "PartPhotoURL": null
  108.                     }
  109.                 ]
  110.             }
  111.         ],
  112.         "OrderLevelPromoViewModel": [
  113.             {
  114.                 "PromotionId": 17,
  115.                 "Description": "Description goes here",
  116.                 "DiscountAmount": 5.00,
  117.                 "DiscountPercentage": null
  118.             },
  119.             {
  120.                 "PromotionId": 15,
  121.                 "Description": "Description goes here",
  122.                 "DiscountAmount": null,
  123.                 "DiscountPercentage": 10.00
  124.             }
  125.         ]
  126.     }
  127. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement