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": "03a09e66-990a-40f4-a417-d4ae9c9d60b5",
"ShoppingCartItemID": "32c86349-f7be-407f-92bd-c8a25dd0dedf",
"PersonID": "97c183d2-f783-4215-abd7-fa6dbe08e733",
"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": "ca4c9664-cbab-482b-9d3f-995c71cd5458",
"ShoppingCartItemID": "3918dd30-5e6d-406e-8114-6148b7e0b4db",
"PersonID": "905d2f54-db5d-4611-b91b-f3a0b57f5a89",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}