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": "efb38c3f-3cd5-474d-837a-d2debf71c2f7",
"ShoppingCartItemID": "385e21ed-4b6a-4a63-b7ff-8617def3f07d",
"PersonID": "4871aa1b-2aa3-45a2-a34d-3f8425f265be",
"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": "eea65caa-aa3b-4069-b55c-645303d84b28",
"ShoppingCartItemID": "627c498c-f3bd-4169-aef2-b6638ccafa83",
"PersonID": "66b52e8b-6272-4a14-b331-2aceaf44c732",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}