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": "aa60747c-f3da-49b1-994b-429d58c12f7b", "ShoppingCartID": "d074c60d-40d5-4d57-9da0-c15e4082d3f7", "TrainingClassID": "e3b26b90-2ec0-467b-bcc0-c6c2edd2b963", "EmailPackageDefinitionID": "c1856a6e-5b67-4910-b2aa-6d8377d59b8d", "InventoryItemID": "24637c81-59ef-431b-b8ec-7ff2fc716d36", "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": "6a2c39a5-cd50-43df-a5bf-3b3263e300fb", "ShoppingCartID": "f0dd5f77-28e3-4861-8e0f-8750fe952ac4", "TrainingClassID": "e0dfdf61-7c10-40c0-835d-f9649c8ebf2f", "EmailPackageDefinitionID": "0c62fc2c-5d3d-456d-a00b-a9a54bdd8e96", "InventoryItemID": "09521fdd-eece-4b1b-825a-1be70cba8a20", "Quantity": 1 }