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": "0b995e94-cd5e-492d-89f5-daae5afd4459",
"ShoppingCartID": "dab834c1-fdfe-46a6-8459-61e0215d9a5c",
"TrainingClassID": "13c09d5a-19a2-44a4-a550-a3551448f47c",
"EmailPackageDefinitionID": "ebaff521-3123-4629-87f2-4fc75988a2e3",
"InventoryItemID": "094cf27d-9d99-4558-95db-a9099cde93bd",
"Quantity": 1
},
{
"ShoppingCartItemID": "0b995e94-cd5e-492d-89f5-daae5afd4459",
"ShoppingCartID": "dab834c1-fdfe-46a6-8459-61e0215d9a5c",
"TrainingClassID": "13c09d5a-19a2-44a4-a550-a3551448f47c",
"EmailPackageDefinitionID": "ebaff521-3123-4629-87f2-4fc75988a2e3",
"InventoryItemID": "094cf27d-9d99-4558-95db-a9099cde93bd",
"Quantity": 1
},
{
"ShoppingCartItemID": "0b995e94-cd5e-492d-89f5-daae5afd4459",
"ShoppingCartID": "dab834c1-fdfe-46a6-8459-61e0215d9a5c",
"TrainingClassID": "13c09d5a-19a2-44a4-a550-a3551448f47c",
"EmailPackageDefinitionID": "ebaff521-3123-4629-87f2-4fc75988a2e3",
"InventoryItemID": "094cf27d-9d99-4558-95db-a9099cde93bd",
"Quantity": 1
}
]