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": "ea520a4a-4d04-404f-9685-c60fe5a7406c",
"ShoppingCartItemID": "04a4cdd1-02c5-4499-be25-720fc82ebb42",
"PersonID": "d2f60d8f-0beb-48c6-8c18-0879ec0c0294",
"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": "92bf1498-7f62-44ed-981c-6ae6e38f34e3",
"ShoppingCartItemID": "76a27d83-45f1-4fa7-83ec-4dbb55ed8a7b",
"PersonID": "9c0e7f84-3bd4-4817-adef-132a88714d2f",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}