GET api/ShoppingCart/{cartid}/ShoppingCartItem

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
cartid
No documentation available.

Define this parameter in the request URI.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "ShoppingCartItemID": "70797479-383d-46a4-958a-c8368e4200d4",
    "ShoppingCartID": "72ab814c-c00f-41e7-8afd-896f760dfbda",
    "TrainingClassID": "6b94397e-d816-40f6-a342-e612e270272d",
    "EmailPackageDefinitionID": "5533ba09-25c8-4d58-b03d-978c393d6934",
    "InventoryItemID": "334496ad-03e8-4446-90f7-29c0802802d0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "70797479-383d-46a4-958a-c8368e4200d4",
    "ShoppingCartID": "72ab814c-c00f-41e7-8afd-896f760dfbda",
    "TrainingClassID": "6b94397e-d816-40f6-a342-e612e270272d",
    "EmailPackageDefinitionID": "5533ba09-25c8-4d58-b03d-978c393d6934",
    "InventoryItemID": "334496ad-03e8-4446-90f7-29c0802802d0",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "70797479-383d-46a4-958a-c8368e4200d4",
    "ShoppingCartID": "72ab814c-c00f-41e7-8afd-896f760dfbda",
    "TrainingClassID": "6b94397e-d816-40f6-a342-e612e270272d",
    "EmailPackageDefinitionID": "5533ba09-25c8-4d58-b03d-978c393d6934",
    "InventoryItemID": "334496ad-03e8-4446-90f7-29c0802802d0",
    "Quantity": 1
  }
]