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": "b3dfca8c-ff26-48d4-8e2a-1f30182a601e",
"ShoppingCartItemID": "7e05331f-615f-4e52-ac07-401961b9a950",
"PersonID": "eb0ef1fe-91dc-43a4-a4ac-6832da70967f",
"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": "8d133e31-c63f-4f65-81ee-46ec9cc3d4c9",
"ShoppingCartItemID": "27bfa804-3dcf-403b-8fb5-bf1b4d91484e",
"PersonID": "7db83320-eadd-416d-a0fd-c00e6f3a7c6f",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}