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": "b8ffe676-f2df-4cb7-9f61-00f6a0598a71",
"ShoppingCartItemID": "b319a720-e0e3-49df-89aa-118df5d48c84",
"PersonID": "7e97c805-60ea-4ab4-99d6-2efbbd87a7c9",
"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": "1e3afd9e-f825-4c85-b19a-de73ec833825",
"ShoppingCartItemID": "c38305e5-a649-4ff7-ba97-a085601a7c0d",
"PersonID": "c6ab5c7d-eefe-48d2-9577-b23dfdfc9569",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}