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": "54769144-6fe3-4fc7-a2bb-b07a30d68166",
"ShoppingCartItemID": "fcf437da-96e6-492c-8e7f-114d8c4c0bb9",
"PersonID": "d99a3cff-b27d-4786-9129-2a77cd7e4dcb",
"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": "b5fc60c5-2359-49dc-82a2-4d8ab5e3171d",
"ShoppingCartItemID": "2a7019af-325e-4f22-95ce-9893a1be0bb5",
"PersonID": "877659a1-f4a6-4409-a282-4b2b1c584f9d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}