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": "39781861-7791-44d0-9fa7-f552d5c4b43d",
"ShoppingCartItemID": "1fb2b67d-800d-4337-a7cb-754f12550837",
"PersonID": "61a7a104-b6a0-4e90-bcf8-739d3099af06",
"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": "f7704e66-32ef-4f40-8b2f-3a1ea3dbe03b",
"ShoppingCartItemID": "34597fa5-394d-4ad4-b0c9-772365828bab",
"PersonID": "d8292526-e582-4525-8e19-f3d3b74741b4",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}