POST api/Check/GetCheckSearchList
Request Information
URI Parameters
None.
Body Parameters
GetCheckFilterListName | Description | Type | Additional information |
---|---|---|---|
UserID | integer |
Required |
|
UserType | string |
Required |
|
CheckStatus | string |
Required |
|
PayeeName | string |
None. |
|
PayeeEmail | string |
None. |
|
CheckNoOperator | string |
Required |
|
CheckNo | string |
None. |
|
CheckDateOperator | string |
Required |
|
CheckDate | string |
None. |
|
CheckAmountOperator | string |
Required |
|
CheckAmount | string |
None. |
|
TransactionDateOperator | string |
Required |
|
TransactionDate | string |
None. |
|
BankName | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "UserID": 1, "UserType": "sample string 2", "CheckStatus": "sample string 3", "PayeeName": "sample string 4", "PayeeEmail": "sample string 5", "CheckNoOperator": "sample string 6", "CheckNo": "sample string 7", "CheckDateOperator": "sample string 8", "CheckDate": "sample string 9", "CheckAmountOperator": "sample string 10", "CheckAmount": "sample string 11", "TransactionDateOperator": "sample string 12", "TransactionDate": "sample string 13", "BankName": "sample string 14" }
text/html
Sample:
{"UserID":1,"UserType":"sample string 2","CheckStatus":"sample string 3","PayeeName":"sample string 4","PayeeEmail":"sample string 5","CheckNoOperator":"sample string 6","CheckNo":"sample string 7","CheckDateOperator":"sample string 8","CheckDate":"sample string 9","CheckAmountOperator":"sample string 10","CheckAmount":"sample string 11","TransactionDateOperator":"sample string 12","TransactionDate":"sample string 13","BankName":"sample string 14"}
application/xml, text/xml
Sample:
<GetCheckFilterList xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/eMailACheck.Web.API.Entities.ApiRequest"> <BankName>sample string 14</BankName> <CheckAmount>sample string 11</CheckAmount> <CheckAmountOperator>sample string 10</CheckAmountOperator> <CheckDate>sample string 9</CheckDate> <CheckDateOperator>sample string 8</CheckDateOperator> <CheckNo>sample string 7</CheckNo> <CheckNoOperator>sample string 6</CheckNoOperator> <CheckStatus>sample string 3</CheckStatus> <PayeeEmail>sample string 5</PayeeEmail> <PayeeName>sample string 4</PayeeName> <TransactionDate>sample string 13</TransactionDate> <TransactionDateOperator>sample string 12</TransactionDateOperator> <UserID>1</UserID> <UserType>sample string 2</UserType> </GetCheckFilterList>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.