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": "4acda19c-edff-4e2f-aef0-adb30ed2c84f",
"ShoppingCartItemID": "b59e922e-4c8a-4fb0-b071-d728207b591e",
"PersonID": "b6f44c51-0faf-4d73-ae40-a46262a2e7ad",
"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": "3a54db81-9bd8-49eb-bac1-1d7ad6335d86",
"ShoppingCartItemID": "8fa8a10d-09be-403d-846c-6b5db49aed6c",
"PersonID": "547e8487-9f05-4f1f-91c4-18bd79dbf1f0",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}