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": "9de23325-6a3e-46b5-8d5a-14217bb5ee3c",
"ShoppingCartItemID": "c8592822-1360-4618-8427-56cba86890ac",
"PersonID": "9edd3a8c-1994-4e8d-b6bf-6037a9b156dc",
"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": "ebf9c4b1-692d-4f41-bafb-302e1af047b1",
"ShoppingCartItemID": "418013c5-dff9-40a2-875c-76b245ae70a1",
"PersonID": "1a0990c7-cb96-411f-852d-e9ae7a5b534d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}