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": "72ee1394-5f09-4bd7-8bc2-05eba6503809",
"ShoppingCartItemID": "c52f0bf3-5765-4b79-b166-5017e3aa549a",
"PersonID": "e65e0b54-924a-438f-ad41-bce0d7ea4e86",
"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": "c443a5b5-199c-4010-bdf6-c8e6b3c38d6a",
"ShoppingCartItemID": "8c7fc83e-2b0b-4aaf-b932-bd555d725f42",
"PersonID": "477b90db-bb3d-42ca-ae23-20dfc56a6eae",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}