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": "c353a97e-ad63-4384-8069-c2b7ac8d4d37",
"ShoppingCartItemID": "9677b3cc-b285-45a5-8715-17d539bb5f42",
"PersonID": "c67fac82-abb2-481a-afe9-51475fde9935",
"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": "de630957-c564-4d63-bb04-e4e8cdc83e97",
"ShoppingCartItemID": "2685762b-989c-4a98-a00c-d0e03bf3099b",
"PersonID": "377ed94e-c449-4dd8-8ebe-b5d8e7156870",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}