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": "9d45a57e-a731-4643-a02b-c36b9a7838b9",
"ShoppingCartItemID": "16950d6d-10de-4e10-ab66-35ce40460402",
"PersonID": "d0d686ea-8709-4a42-933e-d08d5f0188a4",
"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": "7260fb44-3540-4523-9135-804822f7626e",
"ShoppingCartItemID": "3d728220-b1d4-4e69-b8ce-50f178668d61",
"PersonID": "f8beac65-8f8c-4a57-9188-96343643aae7",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}