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": "6e2e7e5a-17b2-4071-9f2d-2707bcadbf47",
"ShoppingCartID": "dacc2961-df17-40c5-9338-27fd6df90960",
"TrainingClassID": "87b94f88-823c-4ae5-8117-ebafd0c0e7da",
"EmailPackageDefinitionID": "07ad2b7a-6a87-4423-bee4-93dbc1517932",
"InventoryItemID": "65ffe0fd-6977-4cf2-85ba-671019e2790f",
"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.