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": "747fe327-c6dd-44d8-86d9-4787385739f7",
"ShoppingCartItemID": "2008d5c4-2ca8-4bee-8754-ffc39cd04048",
"PersonID": "c120e4bb-c7dd-4346-987b-adbace5f9fd2",
"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": "c225b21a-b50d-4e34-85e6-90e0f2ef7b06",
"ShoppingCartItemID": "ea687b23-21f2-49fb-9a61-fb5d12a2d5b0",
"PersonID": "ae0ebdf8-6d3d-407f-bb5d-aef12554d732",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}