POST api/Lookup/GetOrganaizationBranches
Request Information
URI Parameters
None.
Body Parameters
BranchFilterName | Description | Type | Additional information |
---|---|---|---|
branchId | integer |
None. |
|
organizationId | integer |
None. |
|
hasAttendance | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{ "branchId": 1, "organizationId": 1, "hasAttendance": true }
application/xml, text/xml
Sample:
<BranchFilter xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EkadHR.HRAPI.Filters"> <branchId>1</branchId> <hasAttendance>true</hasAttendance> <organizationId>1</organizationId> </BranchFilter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessageName | 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. |