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": "803a50f1-a3ad-4079-96d9-54e4abac1122",
"ShoppingCartItemID": "faeef8da-48f1-40af-89ac-57cfb4fed8dc",
"PersonID": "9f52910a-d832-4a0f-af05-a5c6c324d489",
"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": "6bef23cd-4a0d-469d-b72c-6bf711a0b5c4",
"ShoppingCartItemID": "29a54fff-a806-4a9d-b7e3-34e81691df8f",
"PersonID": "a1b206e4-f2e5-472b-8ba3-f02454dfb215",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}