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": "1702debe-01c9-4bbe-b4b2-055b09bf5785",
"ShoppingCartItemID": "fd69f1df-6304-47f2-a0d0-7765d672c75e",
"PersonID": "66388c48-f19d-48ca-8a1e-241f21c701f4",
"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": "7bbe17b5-7e4f-4c9e-9005-4d7db859e6a8",
"ShoppingCartItemID": "4465fb22-b5a1-4ba0-b719-6a56961e7991",
"PersonID": "a012c083-ee77-45b2-864a-0856fae4b7e0",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}