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": "3588eebd-97b7-4884-92a9-d48a1fab8fdf",
"ShoppingCartItemID": "ebb09fde-5ec4-4836-aa3c-2d43003151d5",
"PersonID": "f0e3c7d2-be66-4464-bf1e-821de0aad011",
"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": "69c37644-31e2-4b04-bb39-aa7c3b24fe9a",
"ShoppingCartItemID": "3299145d-1d37-438f-a975-4cc1b72e2c51",
"PersonID": "89387131-b005-40fc-8d36-ff9cbb20b4f6",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}