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": "1607383f-c3ac-4d8e-8a27-c4cd414b0d45",
"ShoppingCartItemID": "98efc3a3-b5d9-4f5f-a960-9941b5f6783d",
"PersonID": "21ed2db0-5380-476d-990c-0560af34153b",
"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": "d91403bf-146e-47af-a90b-574d621bfaf4",
"ShoppingCartItemID": "7de04d36-cb15-4f47-8470-7753117532a3",
"PersonID": "a5b25bcb-5899-472f-8b9f-788d598f9d86",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}