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": "f98e63e5-d3cd-4e72-bb1c-08f1b2b80b67",
"ShoppingCartItemID": "83be46e6-6c3c-4628-8216-851c7592422f",
"PersonID": "10f30d7e-7688-4706-9ec2-2ae05ad793f4",
"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": "ae2c042d-2ab6-4a90-8ed1-c6120cd8b6d2",
"ShoppingCartItemID": "cc94eb37-fd84-47e6-9b4c-7bac8a8934bf",
"PersonID": "7d213c82-a1fd-40b5-8ba0-4964dd56bc47",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}