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": "9de238f3-5c68-447e-9e30-faa86cc3f627",
"ShoppingCartItemID": "1a5661de-dda3-44fd-ae2c-1b596bc02205",
"PersonID": "8c9d67e8-8dec-446f-b5fe-ff0e25b7cdf9",
"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": "e9b126d7-c5fc-4566-bb50-fc420907eb75",
"ShoppingCartItemID": "fe9d7aa4-642d-4a67-93fa-820df7241d43",
"PersonID": "4433624b-93ef-4726-9de2-9ab7cbbf4b92",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}