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": "9f9c431c-c314-4090-8eed-fb584ab07a3f",
"ShoppingCartItemID": "78f97ba5-9b12-4da2-ab13-15cc94a69728",
"PersonID": "06edf0c1-e15d-4417-9bb2-176b801ee72d",
"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": "ef762216-c62b-4bc2-94b7-307367a760cb",
"ShoppingCartItemID": "b732a6b8-060b-4ddf-8631-b86f75f3bca2",
"PersonID": "bfded697-9704-4148-b248-790fcd015f37",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}