GET api/ShoppingCart/{cartid}/ShoppingCartItem
No documentation available.
Request Information
Parameters
| Name | Description | Additional 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": "679c26c9-38f7-45ba-a1f2-0375da29c570",
"ShoppingCartID": "955d755d-8c93-4ceb-a760-e617f8f60834",
"TrainingClassID": "ac4e2245-7f35-4f4b-a252-b0c43fc72250",
"EmailPackageDefinitionID": "e91c4ad0-1bab-4278-93a2-beb8dc248718",
"InventoryItemID": "49003fe0-7ebd-40d2-b9bf-0e3100ec9d0f",
"Quantity": 1
},
{
"ShoppingCartItemID": "679c26c9-38f7-45ba-a1f2-0375da29c570",
"ShoppingCartID": "955d755d-8c93-4ceb-a760-e617f8f60834",
"TrainingClassID": "ac4e2245-7f35-4f4b-a252-b0c43fc72250",
"EmailPackageDefinitionID": "e91c4ad0-1bab-4278-93a2-beb8dc248718",
"InventoryItemID": "49003fe0-7ebd-40d2-b9bf-0e3100ec9d0f",
"Quantity": 1
},
{
"ShoppingCartItemID": "679c26c9-38f7-45ba-a1f2-0375da29c570",
"ShoppingCartID": "955d755d-8c93-4ceb-a760-e617f8f60834",
"TrainingClassID": "ac4e2245-7f35-4f4b-a252-b0c43fc72250",
"EmailPackageDefinitionID": "e91c4ad0-1bab-4278-93a2-beb8dc248718",
"InventoryItemID": "49003fe0-7ebd-40d2-b9bf-0e3100ec9d0f",
"Quantity": 1
}
]