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": "6982045f-f7c8-43fe-a8bb-3fc3db3f5e57",
"ShoppingCartItemID": "3d141589-e94b-468a-ab29-41281c3a5c74",
"PersonID": "893d3479-c6db-4180-9a2f-cabe1a58619a",
"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": "a3a82b05-2c32-4ced-9e26-b499a9620f77",
"ShoppingCartItemID": "62586653-71d8-486b-82b4-c7e32c1c1979",
"PersonID": "e2d938bb-e83d-4f4e-a45d-f0932a3e60b6",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}