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": "83d0a5a4-05dd-4821-ae46-0de614b437f0",
"ShoppingCartItemID": "397414e7-1ef0-4a95-915f-8d01e1d13b93",
"PersonID": "eca39bdd-de45-41a9-b543-84e8f75dbad0",
"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": "eb98dc53-c13f-4540-a0fe-ece9819d0b17",
"ShoppingCartItemID": "0f0c9a72-18ba-4cfe-8182-ca946490ab26",
"PersonID": "c648033f-eaa2-412f-90a6-a6fe98c67874",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}