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": "666f7823-74dc-4379-89c3-eb9640077580",
"ShoppingCartItemID": "97c88997-82c1-45af-b5da-372f5714de28",
"PersonID": "358ec4a9-48d5-47ac-86d9-80e785b25638",
"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": "7e4b5ba0-0c83-4ad2-aabb-47a6f5bdf78d",
"ShoppingCartItemID": "07bf7e1e-5d79-4699-ab2a-08887ead6900",
"PersonID": "5f5b23e6-c49b-4b43-ad90-efb04ad720d6",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}