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": "c115587c-7311-4d7a-9871-2ee571c766d6",
"ShoppingCartItemID": "0e206221-737d-421a-a2d7-04a2a5fabef2",
"PersonID": "c7523eb7-3173-4eef-8ea5-f2295bff5df1",
"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": "5a760423-580a-43cc-9ff8-600debeeb00b",
"ShoppingCartItemID": "8079c6cb-89d4-4230-83d2-b901b1b0d64d",
"PersonID": "175838e5-8dc0-4419-9dd8-675b03eb1230",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}