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": "1a649c47-9702-4247-9d47-aae6cd07b2fa",
"ShoppingCartItemID": "6bfacea7-fa9b-4862-8bb6-7f671b2c1fa0",
"PersonID": "7a045fd1-9b96-4206-8b74-5d4226b24925",
"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": "708fba8b-f325-43c5-aab8-7910504d4a5b",
"ShoppingCartItemID": "8c311281-a210-458f-9488-436a77af8535",
"PersonID": "340445fb-0325-4df2-b7f3-bfc7789d4b15",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}