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": "e556de88-2980-4de3-b995-478f69ffb620",
"ShoppingCartItemID": "884ef0bc-3052-4e85-8388-150762b990ef",
"PersonID": "f0324939-f273-4e2e-a89b-4286d1729b57",
"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": "33bb20b4-5c0b-484d-b5f4-5ce0dede4fe2",
"ShoppingCartItemID": "aaa312c5-2845-4e61-8413-76952256d2b7",
"PersonID": "d6fee836-ba5d-4afd-a9e7-c18ef73b19a4",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}