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": "ac5479ee-68f5-4e0e-9b46-ebd72fc52e13",
"ShoppingCartItemID": "3c6d04c7-31b6-4624-bc35-bb734c4f882a",
"PersonID": "c841d1a3-3765-400e-b9af-2f03c8565ef5",
"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": "c5fd5905-9c93-42ca-b842-9d1c9db54bde",
"ShoppingCartItemID": "9c577551-ee4a-44c1-a521-b5cd4b607c4f",
"PersonID": "35be251a-e0c1-48fc-b385-a1940a3c0ada",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}