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": "efd2614e-1856-4fa1-84fd-8013a4145656",
"ShoppingCartItemID": "c97205ad-9809-4103-8b15-8289a3adb942",
"PersonID": "f74a3c71-b931-41e2-aac0-5f7576c753d1",
"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": "e969112e-9412-47f4-8e5d-a40707ea2548",
"ShoppingCartItemID": "24913c43-2440-4a47-af89-0cf9218285d7",
"PersonID": "604a46d7-56f2-4e5d-b01a-485030e54440",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}