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": "b244ac5f-cf64-4976-9ff1-1d366a9b0749",
"ShoppingCartItemID": "092aad48-66c9-492e-bc71-1e068b947993",
"PersonID": "1ab8385c-e77a-4365-81b3-8314e6f17972",
"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": "bf0e2700-e557-43b9-93ad-47417896e9bf",
"ShoppingCartItemID": "2553eb58-4cb4-4194-94ed-4f1f3b5cc21c",
"PersonID": "eb367e57-0547-4fae-8db0-d91da6aaf39d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}