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": "1b95e0f0-5c4e-40a6-8a29-8fc71de8ac68",
"ShoppingCartItemID": "a691e897-10d3-4ddd-9252-899811ebb88c",
"PersonID": "50ab6446-ac1a-46c9-a3d4-74de8f1c941d",
"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": "6a6c8676-b4c8-4add-a825-8eb23479e493",
"ShoppingCartItemID": "b70cd17c-a2fe-4651-a29a-6e9b8a39bdf7",
"PersonID": "913391be-85d9-44e9-b329-c184f2a1fae7",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}