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": "0e11efa9-fe77-4dbc-9dc1-83875224d2cf",
"ShoppingCartItemID": "fecfe48b-2152-4023-a67c-078d0d570ad8",
"PersonID": "df2ba2f5-7cf0-498a-8256-5e3582e12231",
"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": "062392c8-0999-4b02-bafa-50c4c2c2f869",
"ShoppingCartItemID": "f1a872fe-fc8b-40f4-8d28-aed0b52bba37",
"PersonID": "744100d7-9974-4732-9fd0-d8dc511563ef",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}