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": "dd66faa5-375c-4e47-98d5-43e3f618a125", "ShoppingCartID": "bdda793a-9708-4b27-b0f7-d5c35cefcb7e", "TrainingClassID": "dfeb1b6f-8b35-437d-8915-0630c4cff58d", "EmailPackageDefinitionID": "9ced4387-7088-4211-a596-afc7b49950b5", "InventoryItemID": "8ccf792a-4636-41d3-9f05-7143eb3f9d7d", "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": "07900d68-e87a-4682-b4c2-6c4c5ae4e49e", "ShoppingCartID": "6b80e01b-b6d3-407c-b33c-6216ac9db5b4", "TrainingClassID": "a5d09032-70d2-4819-a206-cc59b6ef18ee", "EmailPackageDefinitionID": "8d59d579-f8da-4dd1-a334-36b35a4c6f2c", "InventoryItemID": "8cc84ea6-47ff-41e3-9429-9009fbc113be", "Quantity": 1 }