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": "16f002f1-3fcc-4212-9e84-de000970381d",
"ShoppingCartID": "2f9e83cc-268d-4bc5-bfca-14b04621491a",
"TrainingClassID": "2086982b-81f3-4f97-a897-be09e6ae674a",
"EmailPackageDefinitionID": "4ef521a1-4ea1-493a-9084-132b6afab5e7",
"InventoryItemID": "429b6890-0e31-4969-b310-3d847403b27e",
"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.