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": "3d0f10f2-e328-4bb3-9687-f41ae38ee9de",
"ShoppingCartItemID": "2c9cdf01-a1db-4f17-9630-4f0ea251a5b4",
"PersonID": "8bae3edc-4fd2-4669-8aa9-18e43ee8774a",
"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": "70736709-4f6f-4b74-b055-183b8f64dcfc",
"ShoppingCartItemID": "76006efd-fb71-49f1-be80-f7dbbcf43f7d",
"PersonID": "13e181ab-1763-4341-88a8-c3c871acf268",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}