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": "6bbe586f-27cd-4e59-9ed0-9a40f576840a",
"ShoppingCartItemID": "5e970c21-14c1-4c80-9d55-5bfe980a175f",
"PersonID": "296a02a5-323e-4cf6-b0a2-e41058b8766f",
"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": "339e9943-b873-41f5-80b2-f64b0bb6599d",
"ShoppingCartItemID": "9c4bbd5b-c1eb-46dc-9d58-ac524b3207d2",
"PersonID": "60bee36d-09a1-4830-ad1d-017f5ab5c82e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}