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": "35645db5-6998-4cf7-87e8-7ee5759771a7",
"ShoppingCartItemID": "e9f2f98a-d02c-487c-b6a2-25415e184eae",
"PersonID": "4e83d7f3-5441-4e5e-be15-79b84c2e8ed5",
"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": "f2fac414-b6b8-4418-a0ef-50443492c2c0",
"ShoppingCartItemID": "1a7cf333-a21f-4208-9928-6e870f5662dd",
"PersonID": "b6fec871-df93-4cf0-acb8-f20f594738ec",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}