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": "4c19f429-93c8-4f8d-8596-8f77e018302a",
"ShoppingCartID": "8df9d6cf-1e82-4734-9faf-7076c809b83e",
"TrainingClassID": "ba5f6ba3-8086-41b8-a749-2f2594824b12",
"EmailPackageDefinitionID": "2e179e26-e8d2-4705-91b5-e32a4ce1e667",
"InventoryItemID": "58ac99de-34a0-4f11-98cc-a1ca07c7578e",
"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.