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": "9eec49b7-594f-45fd-8b1b-675572e97d6d",
"ShoppingCartItemID": "180622e4-2e18-4a7c-8383-8940cb1398ae",
"PersonID": "e0531e30-f730-431d-aac5-daebadf312e6",
"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": "fdfdc085-1bec-40fa-8744-eaa37a7ed315",
"ShoppingCartItemID": "8425ed74-a01d-4fdd-8bc1-9c4985f2d132",
"PersonID": "25a057e3-4e24-4d4e-bc26-b57b918aa0dd",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}