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": "77e775d3-1261-4aa4-95db-85629e51b4f5",
"ShoppingCartItemID": "c627462d-fb88-4717-a8d9-37c2273e10a2",
"PersonID": "049fa8bb-d7a2-40bb-b6db-158d1435f9dd",
"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": "0369d28c-0e9e-4d31-a8fa-d50cf24db422",
"ShoppingCartItemID": "a2061459-eb19-4451-a86f-c06af15c6b3e",
"PersonID": "2930fb65-ff04-41bd-8962-d1df2ada6c0f",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}