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": "1aa706ef-02a3-44af-94db-4dfd460e221d",
"ShoppingCartItemID": "a68e289c-bfb6-4e14-894b-ba757666dc89",
"PersonID": "8efed948-aaf6-4701-81fd-de6b7bba383b",
"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": "3081b5ff-c9ed-440b-b94a-9bb51f70a830",
"ShoppingCartItemID": "701b7960-8c57-4cb6-b184-0331977d2534",
"PersonID": "957884cc-3a0b-4e04-a8ca-64fc0c270710",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}