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": "8fa3e516-439c-4d7a-a68a-1c815b1188bf",
"ShoppingCartID": "59026490-621c-461c-9731-db4364792008",
"TrainingClassID": "10f70b73-8ac4-4720-a4b9-180720748b66",
"EmailPackageDefinitionID": "6407473e-5bfe-4573-84ee-5ca1c557be03",
"InventoryItemID": "4e47bf2e-c451-46fa-8b58-0ebc44d6dbb6",
"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.