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": "72b869a6-3ee3-466a-b2d0-ee895865a07a",
"ShoppingCartItemID": "97356aea-4cec-44c0-87dc-028d81f0a3dc",
"PersonID": "c999fcb1-3def-456b-90d9-1f77e78f808d",
"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": "077a3c6e-3a8b-4587-a936-70d39843690d",
"ShoppingCartItemID": "ccfb5884-b3e0-4eb8-adbb-475d24e853a2",
"PersonID": "e1526c3f-3f5e-49ad-85e7-a02f342f47a0",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}