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": "bb7f63d0-72fd-41ca-8ba8-177b5326b11b",
"ShoppingCartID": "27110ae4-515c-48b4-b264-1df46ea34da7",
"TrainingClassID": "8c920b8e-1c59-45cb-9f5c-c314b7429171",
"EmailPackageDefinitionID": "7e8cda01-3511-4a72-a00e-e8c90358126f",
"InventoryItemID": "35fd3a3f-4728-49c1-bff6-ca99af038a82",
"Quantity": 1
},
{
"ShoppingCartItemID": "bb7f63d0-72fd-41ca-8ba8-177b5326b11b",
"ShoppingCartID": "27110ae4-515c-48b4-b264-1df46ea34da7",
"TrainingClassID": "8c920b8e-1c59-45cb-9f5c-c314b7429171",
"EmailPackageDefinitionID": "7e8cda01-3511-4a72-a00e-e8c90358126f",
"InventoryItemID": "35fd3a3f-4728-49c1-bff6-ca99af038a82",
"Quantity": 1
},
{
"ShoppingCartItemID": "bb7f63d0-72fd-41ca-8ba8-177b5326b11b",
"ShoppingCartID": "27110ae4-515c-48b4-b264-1df46ea34da7",
"TrainingClassID": "8c920b8e-1c59-45cb-9f5c-c314b7429171",
"EmailPackageDefinitionID": "7e8cda01-3511-4a72-a00e-e8c90358126f",
"InventoryItemID": "35fd3a3f-4728-49c1-bff6-ca99af038a82",
"Quantity": 1
}
]