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": "4de0da57-7a1a-489d-b59f-bfbd75f9cb60",
"ShoppingCartID": "34d997e2-5ba0-445c-8c12-59eaa17d30a0",
"TrainingClassID": "8a8fe16b-378f-4bc5-b156-389f8792e52b",
"EmailPackageDefinitionID": "1c6f9fa2-7c3e-4e3f-8056-b183a1b02822",
"InventoryItemID": "04c0f7ee-8f1e-4997-bb50-42157e0d026f",
"Quantity": 1
},
{
"ShoppingCartItemID": "4de0da57-7a1a-489d-b59f-bfbd75f9cb60",
"ShoppingCartID": "34d997e2-5ba0-445c-8c12-59eaa17d30a0",
"TrainingClassID": "8a8fe16b-378f-4bc5-b156-389f8792e52b",
"EmailPackageDefinitionID": "1c6f9fa2-7c3e-4e3f-8056-b183a1b02822",
"InventoryItemID": "04c0f7ee-8f1e-4997-bb50-42157e0d026f",
"Quantity": 1
},
{
"ShoppingCartItemID": "4de0da57-7a1a-489d-b59f-bfbd75f9cb60",
"ShoppingCartID": "34d997e2-5ba0-445c-8c12-59eaa17d30a0",
"TrainingClassID": "8a8fe16b-378f-4bc5-b156-389f8792e52b",
"EmailPackageDefinitionID": "1c6f9fa2-7c3e-4e3f-8056-b183a1b02822",
"InventoryItemID": "04c0f7ee-8f1e-4997-bb50-42157e0d026f",
"Quantity": 1
}
]