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": "f6f13a3e-5297-4925-abc2-9ad9e2157ec1",
"ShoppingCartItemID": "46e9f8e9-52c3-4cc2-921f-d159fe619c30",
"PersonID": "ea000acb-6eda-4922-a3b0-6451a140df74",
"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": "2fa660cd-dbc2-4e93-820d-825e3c4b6d17",
"ShoppingCartItemID": "66823757-1852-4f62-bb95-0c975acfee6a",
"PersonID": "0427a28a-5f5a-4d80-901f-ce66ffc7588e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}