GET api/Action/GetList?accountId={accountId}&startDate={startDate}&endDate={endDate}&orderBy={orderBy}&dataCount={dataCount}&isCheckAndBill={isCheckAndBill}&isInvoice={isInvoice}&isCreditAction={isCreditAction}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountId | globally unique identifier |
Required |
|
startDate | date |
None. |
|
endDate | date |
None. |
|
orderBy | string |
Default value is ASC |
|
dataCount | integer |
Default value is 0 |
|
isCheckAndBill | boolean |
Default value is False |
|
isInvoice | boolean |
Default value is False |
|
isCreditAction | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml, text/html
Sample:
Sample not available.