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": "8b5bf82d-92ce-4d67-b220-f963af18de27",
"ShoppingCartID": "9d196e99-6ba8-4dd8-a46c-6d974c7b5f3e",
"TrainingClassID": "e7a77247-27d7-4142-bc31-3c95fd3172ab",
"EmailPackageDefinitionID": "66e837f7-b841-443a-b3d8-1b09cfd7ac5d",
"InventoryItemID": "257d7bf8-ff7a-453d-91c8-ca4923dc1580",
"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.