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": "814a5cf4-b077-4355-8604-abf597f05f08",
"ShoppingCartItemID": "fc211c62-220b-49f6-baef-bdff3ff3f7a6",
"PersonID": "cd4de49c-a621-48e1-a0b1-028e25ff27b8",
"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": "8b9d8dac-9c18-4f7e-8a5a-71738b453747",
"ShoppingCartItemID": "e0d7d975-d97f-4913-b58d-47ebb07d7288",
"PersonID": "905ee328-8918-4c6f-a8f8-ee1971896a7e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}