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": "4872692c-360a-4d4a-9ab0-d9d9f5d5a31d",
"ShoppingCartItemID": "40f93773-c3d7-47c0-9d90-d75ea9dcc134",
"PersonID": "597d3a63-114b-49a2-ab38-c42fbe0bfccc",
"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": "c8f9cea9-e5cd-4183-84a0-14e2eae58c73",
"ShoppingCartItemID": "a0ef49b3-8903-4ace-a13b-887828107919",
"PersonID": "778e2817-0bb2-4a31-b70d-896e8f9120c6",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}