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": "9c9d58b7-5014-40c8-a5a3-bd29da8a33e9",
"ShoppingCartItemID": "7bb78b12-54fe-4a74-903a-5f7bb873ed89",
"PersonID": "d1bda090-49b8-4ad7-98b4-28a9678946c1",
"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": "40abb54c-6284-48e0-b048-0fc75e5e6a1e",
"ShoppingCartItemID": "37179b79-73f9-471f-860c-daec598780d8",
"PersonID": "96f173ef-2edf-4fe1-9273-547c297a767e",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}