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": "1bd74f49-0ef3-46ff-8369-4cd12c4397b3",
"ShoppingCartItemID": "d8cbe06c-3d86-4d65-a8c0-e8fd490c27ec",
"PersonID": "29c22ee6-29c3-4c7c-a5e1-3aa14a5eae43",
"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": "ed16eaac-7e7e-4647-9b24-624f7c1d1368",
"ShoppingCartItemID": "dbbe1222-074c-4f53-b0de-13aad2090eee",
"PersonID": "28c5d4ad-e2b2-427a-86c4-e5fc89834784",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}