GET api/TranscationReport?startDate={startDate}&endDate={endDate}&companyId={companyId}&pageIndex={pageIndex}&pageSize={pageSize}&transactionId={transactionId}&amount={amount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| startDate | string |
Required |
|
| endDate | string |
Required |
|
| companyId | integer |
Required |
|
| pageIndex | integer |
Default value is 1 |
|
| pageSize | integer |
Default value is 10 |
|
| transactionId | string |
None. |
|
| amount | decimal number |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.