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": "4e54f037-5251-46a4-befa-c875e2544329",
"ShoppingCartID": "f8b8cf9e-712b-431d-a6d4-e3d13b87da52",
"TrainingClassID": "b85f3f3d-c006-4c9d-b5e5-1e089e5f6cf0",
"EmailPackageDefinitionID": "90fd367d-8008-43f4-9689-a576fbb1abd8",
"InventoryItemID": "fa7f721e-afa6-4f6f-a991-ef6deab50d20",
"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.