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": "3cff4e02-ee11-49a9-87dc-221a2ccc0f29",
"ShoppingCartID": "5c957065-1ae5-44eb-9c93-aa71d0ccea3f",
"TrainingClassID": "5334c7b9-4723-444c-93a9-02f5703d0b5f",
"EmailPackageDefinitionID": "db2ce2ba-cec4-4aaf-9655-68fb11b3b212",
"InventoryItemID": "b9524434-9f47-49d0-bb2d-6fc9e128a0ea",
"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": "0aefb365-a14a-4f6a-ae83-ecc40bf03dce",
"ShoppingCartID": "49975023-35f3-4309-82c1-4b59dfb702ff",
"TrainingClassID": "a4caca0b-bcc0-4776-88a3-a26ead171d88",
"EmailPackageDefinitionID": "7ac0359a-ff69-415c-b231-6ae1692d123a",
"InventoryItemID": "a915029a-47c3-45e3-982f-826d9747eb2b",
"Quantity": 1
}