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": "2ca61dc7-d77d-4269-b34c-63f5ad94dea7",
"ShoppingCartItemID": "4a4d33f1-8433-472d-b601-dd4d257bb904",
"PersonID": "c0f03a3b-d5ba-45a9-b30b-9e4224324204",
"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": "a5be85ac-4ab9-4c03-a6a6-1b92306f8984",
"ShoppingCartItemID": "b0f1001d-0bb2-4c7a-a10d-a92abc82d9c2",
"PersonID": "c3b0b4bf-b455-4ab1-ad97-c918a5e60b34",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}