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": "767bb492-cf6a-4315-ba1f-ff48eb4d80b6",
"ShoppingCartItemID": "b7af4d3f-f506-4a6b-8858-2614ec2fb77a",
"PersonID": "f1a04cdd-ad67-494c-88e8-726b885e440e",
"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": "65f0958e-d7f6-485b-a2fa-3a57200cdda9",
"ShoppingCartItemID": "204c2539-b998-48e7-8075-4a954e424e97",
"PersonID": "bd695eed-36b6-4acb-8783-075a397fe6a9",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}