POST v1/black-and-whitelist/ProcessList
Request Information
URI Parameters
None.
Body Parameters
BlackAndWhiteListProcessModel| Name | Description | Type | Additional information |
|---|---|---|---|
| WhitelistProcess | boolean |
None. |
|
| BlacklistProcess | boolean |
None. |
|
| DistributorId | string |
None. |
|
| WebshopProfileId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"WhitelistProcess": true,
"BlacklistProcess": true,
"DistributorId": "sample string 3",
"WebshopProfileId": "sample string 4"
}
application/xml, text/xml
Sample:
<BlackAndWhiteListProcessModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/CalculatorApi.Models.Request_Models"> <BlacklistProcess>true</BlacklistProcess> <DistributorId>sample string 3</DistributorId> <WebshopProfileId>sample string 4</WebshopProfileId> <WhitelistProcess>true</WhitelistProcess> </BlackAndWhiteListProcessModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.