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": "9c319a1b-a308-4f1a-9e8d-e6cd1c51dd59",
"ShoppingCartItemID": "8a972ef9-185d-4f00-bd86-ec496ab3be24",
"PersonID": "110e7d48-4086-4fc8-94bb-2b6e30280310",
"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": "aa658bbb-440d-4b4b-b87d-301f117c26b8",
"ShoppingCartItemID": "f363ceaf-35d4-4d18-a82e-6ca9a27443ab",
"PersonID": "bb3dd28f-4d2f-4b3f-bb69-071eca1bec66",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}