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": "b4296c6b-2df9-4f70-8fd2-bfe4b345b37e",
"ShoppingCartItemID": "da75f722-a924-4d46-991d-00243f71f28a",
"PersonID": "bed8f9c5-e628-433f-9bd6-3a75efc8af26",
"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": "cabf2a9f-b494-45b4-92cc-ee82ca129157",
"ShoppingCartItemID": "ccd0055f-1810-41ff-a39f-4b2f37d42c01",
"PersonID": "656f8a59-c65d-45de-a7c2-58a69bed6538",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}