POST api/Common/GetBlockedCountSourceWise
Request Information
URI Parameters
None.
Body Parameters
BlockedFilterModel| Name | Description | Type | Additional information |
|---|---|---|---|
| StartDate | integer |
None. |
|
| EndDate | integer |
None. |
|
| CompanyId | integer |
None. |
|
| BrandId | integer |
None. |
|
| UserId | integer |
None. |
|
| SourceId | integer |
None. |
|
| IsDeleted | integer |
None. |
|
| dbInd | integer |
None. |
Request Formats
application/json, text/json, text/html
Sample:
{
"StartDate": 1,
"EndDate": 2,
"CompanyId": 3,
"BrandId": 4,
"UserId": 5,
"SourceId": 6,
"IsDeleted": 7,
"dbInd": 8
}
application/xml, text/xml
Sample:
<BlockedFilterModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Vision.Model"> <BrandId>4</BrandId> <CompanyId>3</CompanyId> <EndDate>2</EndDate> <IsDeleted>7</IsDeleted> <SourceId>6</SourceId> <StartDate>1</StartDate> <UserId>5</UserId> <dbInd>8</dbInd> </BlockedFilterModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.