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": "56bf2054-46e3-4ec6-8a99-943c95ee800a",
"ShoppingCartID": "1db5ba41-7d03-4190-b130-3294440e38fb",
"TrainingClassID": "82348556-f612-438e-aec9-208d7c7f5dab",
"EmailPackageDefinitionID": "9a4e5c71-e364-48e3-8aa2-b04920a9a978",
"InventoryItemID": "bef8296e-956a-40c0-b336-de0c3107f6d9",
"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.