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": "bd6bd5dd-a91d-419f-a063-7a992ae29f95",
"ShoppingCartItemID": "e5267619-00d3-4ae6-8aeb-a4da1dbb1d62",
"PersonID": "46d396ca-e30d-49d2-82c7-da1fb7960d57",
"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": "d636afa8-ff73-4d74-a360-1e15b076eeea",
"ShoppingCartItemID": "2ea8edf8-127e-45eb-a209-39ca681f811b",
"PersonID": "b9976a49-156a-4bc0-b37f-66377d10b84d",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}