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": "fbebe513-95be-4fc0-986a-778333c650a8",
"ShoppingCartID": "aad8cbdc-5b97-4ec9-a9a9-dcb0d4cb967b",
"TrainingClassID": "8e807141-e666-49a3-992b-fa1cbf35c38c",
"EmailPackageDefinitionID": "021db6e6-3336-40ea-ae92-d8ed694c3bb7",
"InventoryItemID": "c2afacf4-2676-4dd5-8b64-2db61b815e5d",
"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.