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": "cf2467c5-6ecc-4419-9b7e-f0aeec828cf0",
"ShoppingCartItemID": "e67fb847-0337-416f-91a5-a7044c8142fa",
"PersonID": "52b4ff3e-5049-4e6f-a2b7-16b96b1195bf",
"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": "9580088b-d49a-461f-8946-0d56fea3f91a",
"ShoppingCartItemID": "646c3126-dd42-4f21-9bc2-65af556cf2ae",
"PersonID": "0695801b-4add-42e6-910d-7795917c0ba3",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}