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": "87236721-d671-4899-af0d-648ecdec3d1a",
"ShoppingCartItemID": "1814b699-067e-458f-9e67-a56e21c56904",
"PersonID": "a90586b6-e17a-4da1-bfb0-b0f465504eae",
"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": "8139bb9b-4829-486f-b0e6-db15ff34b2b0",
"ShoppingCartItemID": "8bca5934-a208-4a9d-a803-7cc4f387953b",
"PersonID": "fd8a83f6-c945-4690-a14d-2320802db8c5",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}