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": "d0bb857c-3beb-4308-89bb-3f34e4517bdb",
"ShoppingCartItemID": "0299afd6-cb45-4a7c-9424-9bf14df8d624",
"PersonID": "7854bc0f-fe7f-4d5a-b7ad-cd8c200e0aae",
"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": "938e212a-a527-4090-83f8-622bdb8f4982",
"ShoppingCartItemID": "ed688438-e036-4d18-b717-e123d9bcbea2",
"PersonID": "acec9639-df10-4fa4-95db-ee30c53fa35d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}