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": "7799a234-36a2-4b74-836f-1d196f12dde0",
"ShoppingCartID": "112a6923-f2b7-4c02-b05e-cf391f003a20",
"TrainingClassID": "fb615fbe-8295-413b-bcd7-84f2c1ac7ff0",
"EmailPackageDefinitionID": "aa5226a2-69d3-4961-8121-6b4a7784e58f",
"InventoryItemID": "63cbf6e6-9539-45d6-820a-fb7615a6471b",
"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.