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": "7a901a69-f38f-4477-9057-aaf93ab6c41c", "ShoppingCartID": "688aa6b1-e288-40b9-8431-12702008a33e", "TrainingClassID": "a739f3e8-fbe0-4d1d-b18d-b28b3a4c0bc2", "EmailPackageDefinitionID": "1def5003-99c7-4d31-8140-74d69a38a27f", "InventoryItemID": "206032d6-7e19-40cd-b1da-7451c5d8c113", "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": "d1acdde6-7644-4602-a6d2-63ce3a46f166", "ShoppingCartID": "640f4bff-bde8-4133-855b-979d3587d91f", "TrainingClassID": "aea9ee58-acb6-42c2-bba9-5a613576a08c", "EmailPackageDefinitionID": "cffa71f2-af20-4256-b736-8a510e579164", "InventoryItemID": "bbb98009-fd7b-49f7-98c2-74f77122fac5", "Quantity": 1 }