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": "69e62aa2-170d-4724-a7e3-4619e6a0c1c3",
"ShoppingCartItemID": "1971b12c-a527-443f-bab5-8f418460ecaa",
"PersonID": "cfa98163-d9e3-43a3-99a2-04e2351ddf9a",
"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": "6494f761-18fa-4b78-a440-2921c24ea634",
"ShoppingCartItemID": "4f6442ad-5c57-4598-beb9-deedd35ca59b",
"PersonID": "ab30c025-6350-482b-b3c6-681625178992",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}