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": "4ba78173-c928-4fe7-b88e-8a4eeae99613",
"ShoppingCartItemID": "18445d8f-8868-4108-967c-102dc099f7e7",
"PersonID": "5708b282-35ce-472f-921d-65640f3f3e5f",
"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": "6f116f2d-2ab8-488c-96b2-a734cc4e6a58",
"ShoppingCartItemID": "9a43ed05-02d0-4b77-b2a6-010ed902a993",
"PersonID": "fea6f045-13e8-49d0-a77c-db630d6f8695",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}