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": "4b171e55-3ad3-4284-820f-8d17e49765a9",
"ShoppingCartItemID": "139e991c-a28b-444e-9c19-9734f73cd06c",
"PersonID": "54839a94-b646-403b-b95b-8b38a1f8f1fc",
"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": "40e8dbbd-3e56-4ddb-970b-ae380f6b0f82",
"ShoppingCartItemID": "8f3147b0-50f1-40f3-a30b-48597d425f55",
"PersonID": "159c6be1-0bd8-4edd-9b75-c99d1bb8d0f1",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}