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": "5961afd2-8896-4c27-9bd5-422911d93d3e",
"ShoppingCartID": "a6c38abc-a62e-431a-aa0f-ccb303547969",
"TrainingClassID": "93644686-f0af-450f-ab34-18fc080508ca",
"EmailPackageDefinitionID": "66bdd730-5b25-416d-be56-2043f3f24ea7",
"InventoryItemID": "a1a0ad57-96a9-4f63-82d1-f6ed6abfae11",
"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.