GET api/HR/GetCompanyInfo?InCT={InCT}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information | 
|---|---|---|
| InCT | No documentation available. | Define this parameter in the request URI. | 
Response Information
No documentation available.
Response body formats
application/json, text/json
            Sample:
        
{
  "NameAR": "sample string 1",
  "NameEN": "sample string 2",
  "CompanyLogoUrl": "sample string 3",
  "CompanyInfoUrl": "sample string 4",
  "CurrentVersion": "sample string 5",
  "VersionsUrl": "sample string 6",
  "CompanyCode": "sample string 7",
  "CreatedEmpId": 1,
  "CreatedDate": "2025-10-31T07:52:09.306401+02:00",
  "UpdatedEmpId": 1,
  "UpdatedDate": "2025-10-31T07:52:09.306401+02:00",
  "DeletedEmpId": 1,
  "DeletedDate": "2025-10-31T07:52:09.306401+02:00",
  "IsDeleted": true,
  "Id": 9
}
        application/xml, text/xml
            Sample:
<Emp_Company xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ERPPlus_MOdel.Model"> <Id>9</Id> <CreatedDate>2025-10-31T07:52:09.306401+02:00</CreatedDate> <CreatedEmpId>1</CreatedEmpId> <DeletedDate>2025-10-31T07:52:09.306401+02:00</DeletedDate> <DeletedEmpId>1</DeletedEmpId> <IsDeleted>true</IsDeleted> <UpdatedDate>2025-10-31T07:52:09.306401+02:00</UpdatedDate> <UpdatedEmpId>1</UpdatedEmpId> <CompanyCode>sample string 7</CompanyCode> <CompanyInfoUrl>sample string 4</CompanyInfoUrl> <CompanyLogoUrl>sample string 3</CompanyLogoUrl> <CurrentVersion>sample string 5</CurrentVersion> <NameAR>sample string 1</NameAR> <NameEN>sample string 2</NameEN> <VersionsUrl>sample string 6</VersionsUrl> </Emp_Company>