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": "2c301081-1df9-4f31-bc12-9c487765cbdf",
"ShoppingCartID": "0aa7e2bd-4701-44ae-8aa3-68724985120c",
"TrainingClassID": "91309c8b-0ae3-436a-a101-52975f2e4f05",
"EmailPackageDefinitionID": "fe1d8ee2-9fac-45f7-ab5f-6e244be26e90",
"InventoryItemID": "2665f02e-5450-4ba7-a285-b92cf8fcd6e2",
"Quantity": 1
},
{
"ShoppingCartItemID": "2c301081-1df9-4f31-bc12-9c487765cbdf",
"ShoppingCartID": "0aa7e2bd-4701-44ae-8aa3-68724985120c",
"TrainingClassID": "91309c8b-0ae3-436a-a101-52975f2e4f05",
"EmailPackageDefinitionID": "fe1d8ee2-9fac-45f7-ab5f-6e244be26e90",
"InventoryItemID": "2665f02e-5450-4ba7-a285-b92cf8fcd6e2",
"Quantity": 1
},
{
"ShoppingCartItemID": "2c301081-1df9-4f31-bc12-9c487765cbdf",
"ShoppingCartID": "0aa7e2bd-4701-44ae-8aa3-68724985120c",
"TrainingClassID": "91309c8b-0ae3-436a-a101-52975f2e4f05",
"EmailPackageDefinitionID": "fe1d8ee2-9fac-45f7-ab5f-6e244be26e90",
"InventoryItemID": "2665f02e-5450-4ba7-a285-b92cf8fcd6e2",
"Quantity": 1
}
]