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": "4f22334b-4d89-46a9-b299-4997f5f63c3b",
"ShoppingCartItemID": "32e3b77c-c3a0-4454-a91f-e8732b8ac309",
"PersonID": "c32d989f-41bf-4268-8317-593d39b90a6f",
"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": "76beddc6-9f46-4dfe-ab31-647259b8ecb3",
"ShoppingCartItemID": "46fea759-2fcc-41d7-82db-4e2a9c49f9a5",
"PersonID": "20c01e0b-c333-4b68-99f1-97df24adb61b",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}