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": "93ec3b24-5c1d-4643-8110-109cfcdc524d",
"ShoppingCartItemID": "664c713b-a993-4ad9-a3d7-fee053cd999e",
"PersonID": "f5f709e3-6db0-44b0-acf1-baf91ea658b0",
"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": "d45d1045-0d06-47b9-9c8f-ccbfdfac2c03",
"ShoppingCartItemID": "64a27d61-111e-4d5f-a3f4-944b28ff4bdd",
"PersonID": "b96200ba-52c5-4eea-aed7-dbd8e2eaf222",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}