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": "56b01f18-6895-40bd-bd8c-a68e4febfdd2", "ShoppingCartID": "06bc2f40-cd7e-4b8b-8459-f42cd30aaf95", "TrainingClassID": "cb1cd885-9eb7-47d2-aac5-4f9a672994a9", "EmailPackageDefinitionID": "c2f8252c-6135-4833-b43c-d0a37ba0eb41", "InventoryItemID": "112deb7d-c73c-4db9-bdf8-93ed830f994a", "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": "b66a4673-4d5b-4ee8-aed2-efa62b08efd2", "ShoppingCartID": "c27d96c1-49cb-4ec1-942f-2322a9641787", "TrainingClassID": "7dd031f7-54f6-4b35-aa1c-a9fbbd1a71a0", "EmailPackageDefinitionID": "0e0ad54a-f50f-4175-bf80-988a16c0df5c", "InventoryItemID": "fff8be4f-794c-443c-b6d3-9eb88287497a", "Quantity": 1 }