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": "848e3c9f-e517-48fd-8c23-b11b7725e6ba",
"ShoppingCartID": "ef7c8d1e-fc52-47d3-b910-223e40e20fec",
"TrainingClassID": "c28cb2ce-04a3-43bc-8aa4-c20d0e99c1e2",
"EmailPackageDefinitionID": "21473c2a-a279-41ea-84ab-c2cffd80b433",
"InventoryItemID": "8af62f55-f985-471d-9535-f2f384bcb63e",
"Quantity": 1
},
{
"ShoppingCartItemID": "848e3c9f-e517-48fd-8c23-b11b7725e6ba",
"ShoppingCartID": "ef7c8d1e-fc52-47d3-b910-223e40e20fec",
"TrainingClassID": "c28cb2ce-04a3-43bc-8aa4-c20d0e99c1e2",
"EmailPackageDefinitionID": "21473c2a-a279-41ea-84ab-c2cffd80b433",
"InventoryItemID": "8af62f55-f985-471d-9535-f2f384bcb63e",
"Quantity": 1
},
{
"ShoppingCartItemID": "848e3c9f-e517-48fd-8c23-b11b7725e6ba",
"ShoppingCartID": "ef7c8d1e-fc52-47d3-b910-223e40e20fec",
"TrainingClassID": "c28cb2ce-04a3-43bc-8aa4-c20d0e99c1e2",
"EmailPackageDefinitionID": "21473c2a-a279-41ea-84ab-c2cffd80b433",
"InventoryItemID": "8af62f55-f985-471d-9535-f2f384bcb63e",
"Quantity": 1
}
]