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": "5122154f-07a8-4d83-995f-f0574c9aeba3",
"ShoppingCartItemID": "fe79729f-f9ef-484e-aa55-9d29702676a9",
"PersonID": "f598fdfc-afb9-49ce-ab5a-fd6fc0106dcb",
"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": "7280a937-51f2-485c-8049-14916e37482f",
"ShoppingCartItemID": "1b3f57cd-5eae-4559-8e81-3df4f7dfda34",
"PersonID": "688c2837-2abb-4869-9473-98c44dda2e75",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}