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": "29ece8d6-4af4-4f25-9d96-44772a373442",
"ShoppingCartItemID": "41335a18-e0d9-475e-8cd6-42994cb2b8b8",
"PersonID": "6d7fd269-f9cb-46f3-829d-fb2f716bd07f",
"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": "265339bb-b76e-49e9-9e61-63b644b176bf",
"ShoppingCartItemID": "02aaf029-fe97-4cd7-8f34-2946f3cf6e51",
"PersonID": "9f505513-88ed-4f5d-99f1-ebcf30f2e198",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}