POST api/ShoppingCartPerson
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| session_shoppingcartperson | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "c50b18e6-465f-4245-b434-ca28094f100e",
"ShoppingCartItemID": "ced30b49-e540-42a2-ad5e-81dfcd519406",
"PersonID": "719a2b9b-3209-41b3-905a-e402f90e9fae",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"ShoppingCartPersonID": "a4066ffc-21dc-4ec1-bc65-a4d8c9d6f4e9",
"ShoppingCartItemID": "df96da4d-348c-4cba-9137-2713d9c6ffdd",
"PersonID": "b4ece82e-851a-4890-b9a6-21a8bf273e66",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}