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": "edb2986e-3d8c-44b8-9657-fd6405c911f3",
"ShoppingCartItemID": "cbdb42f1-431c-4d72-9700-5fb4ccfa0661",
"PersonID": "9eefcc96-254b-46c5-a1cb-39b45dd46ee5",
"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": "ac592c3e-d285-48fb-9650-64f05e40be62",
"ShoppingCartItemID": "845e548a-7f6b-451f-bd9e-acae15123062",
"PersonID": "be876663-0b7f-41ea-9eab-ace24a5cf0a8",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}