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": "caa82922-9003-410e-996e-33e7f2141284",
"ShoppingCartID": "b1e629f6-de32-493e-a7e0-7b7408ba1178",
"TrainingClassID": "2d82dc79-74df-4fd9-9ec4-5bb5ba92249e",
"EmailPackageDefinitionID": "b419438b-096d-49c2-b735-0775f345c201",
"InventoryItemID": "0a2ecde0-fcb8-471b-aef6-c348f0b0e6fa",
"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.