PUT api/ShoppingCartItem/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
| session_shoppingcartitem | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartItemID": "85bdcf15-5f20-4c02-8e24-454d7953dda7",
"ShoppingCartID": "c6268be8-c041-4584-a365-8c478ead86b1",
"TrainingClassID": "6a4c688f-9691-41d1-8a26-5ae2ece1263b",
"EmailPackageDefinitionID": "9a0ea180-5fe2-495a-bfed-5af027b56387",
"InventoryItemID": "0245442a-6500-4429-b9f8-10978179f0c7",
"Quantity": 1
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
Sample not available.