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": "a9df70b4-7b85-49c8-ac77-07637fe07483",
"ShoppingCartItemID": "c9f926a4-4c2a-4612-9d66-71c435064296",
"PersonID": "85014c47-7b5c-4bfe-91a1-cf21d0f01365",
"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": "2b67e20b-1c92-4fe8-8702-cd5c4c8f5c9e",
"ShoppingCartItemID": "d5859c8b-55e3-4d56-974c-e1046caba9bd",
"PersonID": "088c0ab3-98af-48fb-bff1-cc218c6c922c",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}