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": "febfea35-9e9e-4bca-af48-906947905a33",
"ShoppingCartID": "8b4d808d-4263-47df-a165-b827d8b550d5",
"TrainingClassID": "a62a7257-82c6-45c8-a987-fc700148202e",
"EmailPackageDefinitionID": "121e8992-c864-4af2-9765-8323a4d2f475",
"InventoryItemID": "d568abcd-453d-428f-8919-1db013762473",
"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.