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": "875b95b1-49be-4734-bd27-909fcd261873",
"ShoppingCartItemID": "b1a16d96-6585-4c9f-a236-0662146befb7",
"PersonID": "68490ad5-eefc-42df-9918-baed910e3b6d",
"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": "33596547-0ebd-4fa1-ac9a-246b67de0ebc",
"ShoppingCartItemID": "aef7983c-0bdb-48d9-a38b-27a7bb020471",
"PersonID": "119ef8ce-10aa-4fa6-9c8f-d1b3e68f9e70",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}