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": "d3880a28-21ab-44bb-aec2-f5ffd8ca91a3",
"ShoppingCartItemID": "9abd6931-bb6f-4729-9117-adb25eacd0d0",
"PersonID": "ea3fe396-cf10-40d7-ab61-16c28b52d1ba",
"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": "6bf63221-b1a0-4e66-a7ce-c9fe9deb345c",
"ShoppingCartItemID": "b4169132-8147-4a83-864e-cf944a977070",
"PersonID": "3368fec4-29b8-4128-b625-365c08eda32b",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}