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": "258dd504-94db-41eb-b9eb-4c02fb1545b7",
"ShoppingCartID": "ab0d4ba9-9460-4bdf-8deb-6642152c3150",
"TrainingClassID": "587f6d4b-59a8-420b-9500-9276e0172d32",
"EmailPackageDefinitionID": "180a8b92-5510-4f1c-ba06-61d9513f306a",
"InventoryItemID": "e3520e44-e9a8-4f22-acc2-4de72b7b73b5",
"Quantity": 1
},
{
"ShoppingCartItemID": "258dd504-94db-41eb-b9eb-4c02fb1545b7",
"ShoppingCartID": "ab0d4ba9-9460-4bdf-8deb-6642152c3150",
"TrainingClassID": "587f6d4b-59a8-420b-9500-9276e0172d32",
"EmailPackageDefinitionID": "180a8b92-5510-4f1c-ba06-61d9513f306a",
"InventoryItemID": "e3520e44-e9a8-4f22-acc2-4de72b7b73b5",
"Quantity": 1
},
{
"ShoppingCartItemID": "258dd504-94db-41eb-b9eb-4c02fb1545b7",
"ShoppingCartID": "ab0d4ba9-9460-4bdf-8deb-6642152c3150",
"TrainingClassID": "587f6d4b-59a8-420b-9500-9276e0172d32",
"EmailPackageDefinitionID": "180a8b92-5510-4f1c-ba06-61d9513f306a",
"InventoryItemID": "e3520e44-e9a8-4f22-acc2-4de72b7b73b5",
"Quantity": 1
}
]