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": "e039bea0-457e-4039-a1ce-9bbde2b1f731",
"ShoppingCartID": "27f34e2d-1b64-4520-9479-98790e65f424",
"TrainingClassID": "113cc7c4-066e-4e52-829c-89ab61a01911",
"EmailPackageDefinitionID": "7ac70fa9-d039-45cb-8259-8b22f7dc5380",
"InventoryItemID": "9c8edd25-43c9-4ec2-992c-672f8c4afbfc",
"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": "f177a06d-1515-4f0b-b1c4-5501128b79df",
"ShoppingCartID": "2b6b7abf-b5a7-4b49-a24b-ede88de55d19",
"TrainingClassID": "011f36ae-1ea6-48e3-93ad-1d76f90ce3c9",
"EmailPackageDefinitionID": "7b5253a8-c2dd-438c-a98d-6f9fddbd1a9a",
"InventoryItemID": "574e0f2c-5cea-4a55-8310-f42225ec7f10",
"Quantity": 1
}