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": "66af4a56-7ba7-444c-9706-c32d506d9ba6",
"ShoppingCartItemID": "b7e6edb8-bfd2-4812-891c-ef9a69a3f9d0",
"PersonID": "d04f118a-1010-478f-940c-b93153652760",
"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": "69513f6f-8952-495b-b604-6085b8763c30",
"ShoppingCartItemID": "aa42f441-9522-477f-8052-47c57caf8736",
"PersonID": "f6498b4c-6700-4b58-bff0-3fdf3be587b3",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}