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": "64e7804c-55ae-4080-af4f-5603d3cc5a94",
"ShoppingCartItemID": "3eb0a413-28bc-4ccb-b356-ec1a37a1aa58",
"PersonID": "b8f02bb2-278f-4636-8c67-7fd7d12c8b96",
"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": "215bde77-4dc2-4c1a-ba9c-7e8f9ecbfcf2",
"ShoppingCartItemID": "3a0bd2c0-7d8e-4415-a641-4b8739f73d9b",
"PersonID": "98beb7a2-7530-4029-b12e-ab99e01084d2",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}