POST api/ShoppingCartItem
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| session_shoppingcartitem | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartItemID": "c28ffe80-296c-42f5-abc9-6e7d9299e6c5",
"ShoppingCartID": "27a745c0-4374-41ae-a3d7-eac01d796bad",
"TrainingClassID": "27ba819e-f7ea-4a3f-8f4f-0eb6571fe3eb",
"EmailPackageDefinitionID": "4e438d22-1f02-4f9a-bf27-95bb05a25ef2",
"InventoryItemID": "4a199821-0afe-4ff9-a0ea-c2a3f35b35ad",
"Quantity": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ShoppingCartItemID": "196cf4c5-2172-4071-9f12-e7dd36a8fc00",
"ShoppingCartID": "7029102b-746c-4f12-9de7-1d5a736735fb",
"TrainingClassID": "4d25b8d3-e2cd-4e51-8ef6-4eb6fbc9b54f",
"EmailPackageDefinitionID": "946fa6a9-38b8-4945-bbbc-597733f9f357",
"InventoryItemID": "8754eba7-a985-4d6e-bd58-1cc2e6d221cb",
"Quantity": 1
}