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": "4d880202-1848-485a-8625-e0b30ccdb33c",
"ShoppingCartItemID": "331bd77d-356a-441f-98d9-6512fc6d9ecd",
"PersonID": "284044b3-24e4-484f-8e1c-5e27865fb618",
"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": "667a54b7-f229-4b08-9fe5-73c9c092ffcc",
"ShoppingCartItemID": "660598ed-f16c-4c9a-9fb3-781c2c7358dd",
"PersonID": "dc84a814-e420-4010-ae33-251e2a5e0d02",
"PreviousCertificate": "QEBA",
"DiscountAmount": 4.0
}