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": "d700bdac-6c20-4f17-9c47-24e15b20b3b2",
"ShoppingCartItemID": "ee236138-9cef-42a3-83cc-4220f1937c5b",
"PersonID": "7347de51-6804-4e13-adce-8e88b0e1da8b",
"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": "bffa7539-dc6e-4b02-8dbc-cacebcb75ca0",
"ShoppingCartItemID": "db81b276-37c5-4e52-9c95-9903bec8db01",
"PersonID": "3b68873c-fe91-4854-9987-22c805c3428a",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}