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": "ca517c0f-d2c3-4a1a-9264-955a53d13220",
"ShoppingCartItemID": "5da44e9f-05d2-499a-9b63-f89ec65b39dd",
"PersonID": "93bd7689-100d-49fa-acab-b0dc04454498",
"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": "6b621cef-f51c-45b9-b66d-b701f127f01c",
"ShoppingCartItemID": "458c40ff-e266-4835-a73a-991b54c64ff0",
"PersonID": "a933484c-0990-43af-95f4-bf9f28ec82a3",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}