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": "4a0034b2-e5b3-4a8b-b471-0d11e191d144",
"ShoppingCartItemID": "bf4ce84e-f365-48e6-aaf0-5bb7374cf248",
"PersonID": "9e8f2a2d-3fa5-4b24-912b-0dee552174ca",
"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": "d2112272-3756-4f78-a5c5-cb45153ccb05",
"ShoppingCartItemID": "858f7b89-447a-4e0f-af3b-73847ef48242",
"PersonID": "b032e924-fb75-4ed8-b82d-95cec767f205",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}