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": "1ade3164-8e4b-4a95-a94d-e9b4c8ce077d",
"ShoppingCartItemID": "5a55b051-c47b-4000-8dc5-f1a35bfd8952",
"PersonID": "ba6d0fa8-6cca-470d-a465-d51dfb078cbf",
"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": "ec9c89d1-db61-4ae9-8722-00acdcab2845",
"ShoppingCartItemID": "629ba3ce-b520-4fb0-b02e-4c9b302e9a06",
"PersonID": "5dd5ef7b-e3c3-4d03-8015-90426b1af1f0",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}