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": "ccba02d2-74c6-4597-b5af-6d10e909152a",
"ShoppingCartItemID": "7961cf50-693a-48ee-9ee0-50d711c71e2b",
"PersonID": "341005b6-66b2-4fe4-a7df-755e0aed7647",
"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": "4b7ef051-f175-4b24-99f5-0ce243a5247f",
"ShoppingCartItemID": "a0aebd08-69d2-4fc0-8efd-1db3413f4f5c",
"PersonID": "c54b97ff-f130-4190-b88b-601b470f4836",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}