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": "5cac1e9a-e604-4cba-8b1c-748aded489b8",
"ShoppingCartID": "74e272b9-a171-4836-a83a-b36b06556fb2",
"TrainingClassID": "d8039841-64e1-4013-a5f0-13d7da20765d",
"EmailPackageDefinitionID": "7ab9fcc0-e79a-471e-9deb-7af6a940e65e",
"InventoryItemID": "a222e414-72cc-4f18-a301-07e431bee921",
"Quantity": 1
},
{
"ShoppingCartItemID": "5cac1e9a-e604-4cba-8b1c-748aded489b8",
"ShoppingCartID": "74e272b9-a171-4836-a83a-b36b06556fb2",
"TrainingClassID": "d8039841-64e1-4013-a5f0-13d7da20765d",
"EmailPackageDefinitionID": "7ab9fcc0-e79a-471e-9deb-7af6a940e65e",
"InventoryItemID": "a222e414-72cc-4f18-a301-07e431bee921",
"Quantity": 1
},
{
"ShoppingCartItemID": "5cac1e9a-e604-4cba-8b1c-748aded489b8",
"ShoppingCartID": "74e272b9-a171-4836-a83a-b36b06556fb2",
"TrainingClassID": "d8039841-64e1-4013-a5f0-13d7da20765d",
"EmailPackageDefinitionID": "7ab9fcc0-e79a-471e-9deb-7af6a940e65e",
"InventoryItemID": "a222e414-72cc-4f18-a301-07e431bee921",
"Quantity": 1
}
]