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": "de7ed47b-de2f-4b0e-b38b-41ef91585a2a",
"ShoppingCartItemID": "d290e6d3-b1d5-4abd-8bd4-d8997ac7f44f",
"PersonID": "4c3ecaa2-1e84-4622-bb4a-318e6921ac0a",
"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": "cbd7bba0-db6e-4cf8-8690-e524749aaab5",
"ShoppingCartItemID": "0b0e8949-ddd1-4d5a-9cca-6fa64d8c9b1b",
"PersonID": "a7558e3e-c6ea-4262-a691-1914cab83be3",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}