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": "c08fdfbd-51f2-4f1c-8f62-3972a49cbdcc",
"ShoppingCartID": "c2ae7034-1a80-423c-b1ea-933da9895fbc",
"TrainingClassID": "f88c854f-ebe4-4043-9981-8b2c9d770797",
"EmailPackageDefinitionID": "45765d24-19ef-42a7-937b-0ef75a89df5e",
"InventoryItemID": "bed18baf-3fb6-4408-9226-e7984df6f77b",
"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": "7c0a2d0b-53d0-4ab7-95e4-ee7efb5da3e1",
"ShoppingCartID": "31051cc0-b315-4624-8070-7a8a163e31e5",
"TrainingClassID": "99596be4-2e98-4131-9d0d-81c7532e7bae",
"EmailPackageDefinitionID": "f0d197fe-2d97-42ff-87bc-4ab4c15d0524",
"InventoryItemID": "b59cc0c0-f49e-4b43-81c5-fd082247e280",
"Quantity": 1
}