GET Portal/IntegATMHR/v1/GetBranchesInfo

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of HR_BranchesInfo
NameDescriptionTypeAdditional information
branchId

integer

None.

companyId

integer

None.

branchName

string

None.

branchNameEn

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "branchId": 1,
    "companyId": 2,
    "branchName": "sample string 3",
    "branchNameEn": "sample string 4"
  },
  {
    "branchId": 1,
    "companyId": 2,
    "branchName": "sample string 3",
    "branchNameEn": "sample string 4"
  }
]

application/xml, text/xml

Sample:
<ArrayOfHR_BranchesInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HorizonSSI.HRIntegration.Models">
  <HR_BranchesInfo>
    <branchId>1</branchId>
    <branchName>sample string 3</branchName>
    <branchNameEn>sample string 4</branchNameEn>
    <companyId>2</companyId>
  </HR_BranchesInfo>
  <HR_BranchesInfo>
    <branchId>1</branchId>
    <branchName>sample string 3</branchName>
    <branchNameEn>sample string 4</branchNameEn>
    <companyId>2</companyId>
  </HR_BranchesInfo>
</ArrayOfHR_BranchesInfo>