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": "d2d36d11-2aa7-4d36-a9b5-883d508af1b8",
"ShoppingCartItemID": "6a3c3e4c-1486-4902-9109-f7b85851f227",
"PersonID": "4319f5ff-04b7-4fa0-b38c-90a43941b876",
"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": "509f27f9-5abd-4654-b25b-1875bdae53be",
"ShoppingCartItemID": "e42ccf0d-bf48-43e4-a9af-4b6f7edcdfa3",
"PersonID": "8b84210a-df4e-483a-86d2-5e4f8ad22658",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}