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": "543f25b6-4bc2-4de1-a233-f78c5be7a9e0",
"ShoppingCartItemID": "eb5189bc-824b-48e9-8179-3ed583c6db43",
"PersonID": "967f42ea-d329-4199-9e9e-c7854ffb56e4",
"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": "90b8ef07-4b97-4723-a77d-ebbc5fbb902b",
"ShoppingCartItemID": "496cbac1-c8f8-4465-a7d8-0e172651d3f9",
"PersonID": "3f8dbfdf-d09c-4b46-9679-e11c612f2616",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}