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": "4c66a387-72fd-4494-86c4-686f3f8e63ac",
"ShoppingCartItemID": "44dae1cc-2804-4816-97df-7935aeb2fc56",
"PersonID": "7a1ff0eb-e7f8-4b52-a919-29199cc72e5a",
"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": "69166a33-dbc5-4aaf-a981-636f8c9c33e2",
"ShoppingCartItemID": "12b7d80b-8c63-4a09-9b84-82fde8ea43b2",
"PersonID": "819b0c33-6425-4bcc-9ac7-c89c6f5e1374",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}