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": "22faeae2-e0dc-427d-b223-ea8a56dad9cb",
"ShoppingCartItemID": "33a2dcff-9dbc-49f3-9564-c72c1ad50dd2",
"PersonID": "30d11437-2ae9-4996-80ef-47d13b8f7671",
"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": "c8827d23-0d13-482d-918a-14f730112c67",
"ShoppingCartItemID": "04eecbc7-9a5b-406f-984c-dd31d7fa88d6",
"PersonID": "ef3224ea-ddec-47e6-b016-1bc17cb69d42",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}