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": "598aaeeb-3305-4c73-b253-3b862e0b76c0",
"ShoppingCartItemID": "6331e3c3-ecb2-4f80-b233-1b883a2d3f90",
"PersonID": "493553bc-c3be-47ec-a3e2-d3132e62c6a6",
"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": "701076fb-e6be-4484-abd3-ca62483b900c",
"ShoppingCartItemID": "664aa460-b7b2-44ab-b0d2-2bef1d3f5adf",
"PersonID": "340ddf64-ccff-4d11-8589-7dd64afe37a0",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}