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": "4be6d6d0-b3b4-478a-aab2-7349bd75b7f0",
"ShoppingCartItemID": "36612291-745e-46b3-b241-f98357f53120",
"PersonID": "eab7d9b2-8d17-47f9-9f34-add3b0e0cca1",
"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": "41051b4c-55bb-41bd-809a-833bed359ba5",
"ShoppingCartItemID": "0e3aba93-5731-4223-bb54-974c19ea957a",
"PersonID": "6c3b31c2-76f4-4a4b-9589-e7355bc81955",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}