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": "a08a6be8-ac77-499f-be2c-f78f3722961d",
"ShoppingCartItemID": "ec2af468-0aec-46b9-9bc0-eb3815c787b1",
"PersonID": "1db93c70-7c40-4f38-9ed4-61b8a33d1daa",
"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": "13735f82-c8fc-42ea-be42-2e50fc22ce8f",
"ShoppingCartItemID": "208ed5fa-543c-4ae7-8163-d9154fd57c05",
"PersonID": "5f3eeba6-95db-4dc1-9c07-46ac4335de55",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}