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": "7b482844-818b-46be-9595-5329a1182753",
"ShoppingCartItemID": "e5706f8b-391b-40ec-a4b9-ca636a80f383",
"PersonID": "ab50ac45-7d35-45d0-a17b-97ef0e367c76",
"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": "2702dfaf-ce9d-4fb6-a3a8-b2e0eaee614d",
"ShoppingCartItemID": "70b18d04-94d0-433c-b146-4d07d0aa6c1d",
"PersonID": "f27efb44-c806-484a-a1e8-3c4d20f3cf9b",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}