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": "d942c181-bfae-41b9-8ead-23ea4260321e",
"ShoppingCartItemID": "6d8c4b08-73b6-4c15-a578-fe66f075f5b9",
"PersonID": "267221fb-7535-4ca3-84c0-5e243dc94069",
"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": "4437bc0f-21cb-4c1e-be06-83c8c1edb568",
"ShoppingCartItemID": "b2ef30d8-91b2-4f29-b3d6-19f37de48a10",
"PersonID": "28dbfd0c-2280-49a2-8691-68aad3975e50",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}