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": "fbc7465f-8737-4365-b35a-8c0634df47c5",
"ShoppingCartItemID": "5211a2b5-5493-4138-a230-fc80c47e766d",
"PersonID": "c82d28bd-aadd-40db-9152-6cde4e7b661c",
"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": "b36fdc35-a7a4-489d-8d5e-1262d0c06f55",
"ShoppingCartItemID": "780d1a42-90d8-4dd9-a571-f83f6693947e",
"PersonID": "346ad05d-772e-42af-b7a7-60cdb2d56d1e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}