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": "1ace3931-28d4-4ec4-8748-31f9ce5facb3",
    "ShoppingCartID": "0606478f-5309-48ce-ab63-8303184ed217",
    "TrainingClassID": "61e7141e-06a5-4df7-b2bd-de5b86eb2b65",
    "EmailPackageDefinitionID": "6f886506-c7e3-4214-ab11-b8955dfe55d1",
    "InventoryItemID": "36bc150b-6424-482c-90b4-954a900009a5",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1ace3931-28d4-4ec4-8748-31f9ce5facb3",
    "ShoppingCartID": "0606478f-5309-48ce-ab63-8303184ed217",
    "TrainingClassID": "61e7141e-06a5-4df7-b2bd-de5b86eb2b65",
    "EmailPackageDefinitionID": "6f886506-c7e3-4214-ab11-b8955dfe55d1",
    "InventoryItemID": "36bc150b-6424-482c-90b4-954a900009a5",
    "Quantity": 1
  },
  {
    "ShoppingCartItemID": "1ace3931-28d4-4ec4-8748-31f9ce5facb3",
    "ShoppingCartID": "0606478f-5309-48ce-ab63-8303184ed217",
    "TrainingClassID": "61e7141e-06a5-4df7-b2bd-de5b86eb2b65",
    "EmailPackageDefinitionID": "6f886506-c7e3-4214-ab11-b8955dfe55d1",
    "InventoryItemID": "36bc150b-6424-482c-90b4-954a900009a5",
    "Quantity": 1
  }
]