GET api/Accounts/GetSearchAccounts?filter={filter}&isPartyAccount={isPartyAccount}&accountType={accountType}&tempAccountType={tempAccountType}&isWithParent={isWithParent}&isBankAccount={isBankAccount}&isCashAccount={isCashAccount}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| filter | string |
Default value is |
|
| isPartyAccount | boolean |
Default value is False |
|
| accountType | string |
Default value is All |
|
| tempAccountType | string |
Default value is |
|
| isWithParent | boolean |
Default value is False |
|
| isBankAccount | boolean |
Default value is False |
|
| isCashAccount | boolean |
Default value is False |
Body Parameters
None.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |