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": "30f0409a-145e-4bcf-8bbf-a51fc9f65e41",
"ShoppingCartID": "3cf5f84f-f4f8-4a36-93ae-0e126453ec50",
"TrainingClassID": "32948d35-2bea-4f16-815f-35f2e60206ae",
"EmailPackageDefinitionID": "1145c6cb-55b6-4816-b871-d1f21ed26d55",
"InventoryItemID": "4a8c4bcd-1a3f-4e47-82e4-8ed4f3741805",
"Quantity": 1
},
{
"ShoppingCartItemID": "30f0409a-145e-4bcf-8bbf-a51fc9f65e41",
"ShoppingCartID": "3cf5f84f-f4f8-4a36-93ae-0e126453ec50",
"TrainingClassID": "32948d35-2bea-4f16-815f-35f2e60206ae",
"EmailPackageDefinitionID": "1145c6cb-55b6-4816-b871-d1f21ed26d55",
"InventoryItemID": "4a8c4bcd-1a3f-4e47-82e4-8ed4f3741805",
"Quantity": 1
},
{
"ShoppingCartItemID": "30f0409a-145e-4bcf-8bbf-a51fc9f65e41",
"ShoppingCartID": "3cf5f84f-f4f8-4a36-93ae-0e126453ec50",
"TrainingClassID": "32948d35-2bea-4f16-815f-35f2e60206ae",
"EmailPackageDefinitionID": "1145c6cb-55b6-4816-b871-d1f21ed26d55",
"InventoryItemID": "4a8c4bcd-1a3f-4e47-82e4-8ed4f3741805",
"Quantity": 1
}
]