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": "18d55273-4033-41e5-861d-e1d1ba6ba160",
"ShoppingCartItemID": "a65840c3-e43a-4f9c-9627-8a97913e04d9",
"PersonID": "90737713-23cd-4507-9a81-2bc6532b07ae",
"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": "67f34c80-4e30-46a5-a9d4-d1c33e12291a",
"ShoppingCartItemID": "a525ce95-eb1a-42db-b2e0-9a4792127a25",
"PersonID": "feecdbcd-3731-4e90-9873-98f49cdd1a7d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}