POST api/transaction/filtertransaction
Request Information
URI Parameters
None.
Body Parameters
TransactionViewPaginationName | Description | Type | Additional information |
---|---|---|---|
Limit | integer |
None. |
|
Offset | integer |
None. |
|
Type | string |
None. |
|
searchtype | string |
None. |
|
search | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "limit": 1, "offset": 2, "type": "sample string 3", "searchtype": "sample string 4", "search": "sample string 5" }
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.