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": "bb9caef1-9ba6-4410-b6bd-d331760cb20a",
"ShoppingCartItemID": "22586aef-7b20-45fd-acfa-98a9f35508a1",
"PersonID": "a2561e22-2efc-4fc1-900b-bd9caf5e9873",
"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": "989d41d7-1983-4baf-9e70-18d8e8587be5",
"ShoppingCartItemID": "183e0cfa-5686-4651-adea-e12e5c7a9bb0",
"PersonID": "e0400446-5473-43a1-a922-f65359a5a9fc",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}