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": "6439b920-1e31-4228-a66c-54a9200f35be",
"ShoppingCartItemID": "88183e57-ef70-4f3c-bcfd-b7ff40512d0a",
"PersonID": "f2df8ec0-8e8e-43f1-a8c2-74566303dec1",
"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": "93f78bc6-25c3-430c-b475-623fb9ec05b9",
"ShoppingCartItemID": "e477969a-e523-40a0-b386-315485f0838b",
"PersonID": "785b232a-4405-4c00-803c-0b030c7987ee",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}