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": "a6503b35-1b83-47b0-ab51-0d07835a1479",
"ShoppingCartID": "7294193d-6eb8-4f14-8702-ac2772eb1062",
"TrainingClassID": "0e5a1870-2ef8-4152-bdf0-79e9aab07fc1",
"EmailPackageDefinitionID": "8404c050-1220-464c-90cf-0ea66e615db5",
"InventoryItemID": "a33d1cbf-5003-41d7-9b7c-9d06095223f7",
"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.