POST api/GetEmployeePostInformation

Get employee details

Request Information

Payload

NamePayload ParametersAdditional information
Parameters string Employee_Numbers (Csv of employee numbers)
string Personnel_Numbers (Csv of personnel numbers)
string Email_Addresses (Csv of email addresses also accepts * as a wild card for matching)
string CurrentEmployeesOnly (Y/N)
string Company (Single company)
string Location (Single location)
string Department (Single department)
string Cost_Centre (Single cost centre)
string Date_Updated_After (Only records that have been updated after this date)

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "PersonnelNumber": 1,
    "EmployeeNumber": 2,
    "ClockNumber": 3,
    "Title": "sample string 4",
    "Forename1": "sample string 5",
    "Forename2": "sample string 6",
    "Surname": "sample string 7",
    "Salutation": "sample string 8",
    "EmploymentStartDate": "2026-02-05T23:35:15.059732+00:00",
    "EmploymentEndDate": "2026-02-05T23:35:15.059732+00:00",
    "CompanyEmail": "sample string 9",
    "PostNumber": "sample string 10",
    "JobDescription": "sample string 11",
    "Company": 12,
    "CompanyName": "sample string 13",
    "LocationCode": "sample string 14",
    "LocationDescription": "sample string 15",
    "CostCentreCode": "sample string 16",
    "CostCentreDescription": "sample string 17",
    "DepartmentCode": "sample string 18",
    "DepartmentDescription": "sample string 19",
    "LastModifiedDate": "2026-02-05T23:35:15.059732+00:00"
  },
  {
    "PersonnelNumber": 1,
    "EmployeeNumber": 2,
    "ClockNumber": 3,
    "Title": "sample string 4",
    "Forename1": "sample string 5",
    "Forename2": "sample string 6",
    "Surname": "sample string 7",
    "Salutation": "sample string 8",
    "EmploymentStartDate": "2026-02-05T23:35:15.059732+00:00",
    "EmploymentEndDate": "2026-02-05T23:35:15.059732+00:00",
    "CompanyEmail": "sample string 9",
    "PostNumber": "sample string 10",
    "JobDescription": "sample string 11",
    "Company": 12,
    "CompanyName": "sample string 13",
    "LocationCode": "sample string 14",
    "LocationDescription": "sample string 15",
    "CostCentreCode": "sample string 16",
    "CostCentreDescription": "sample string 17",
    "DepartmentCode": "sample string 18",
    "DepartmentDescription": "sample string 19",
    "LastModifiedDate": "2026-02-05T23:35:15.059732+00:00"
  },
  {
    "PersonnelNumber": 1,
    "EmployeeNumber": 2,
    "ClockNumber": 3,
    "Title": "sample string 4",
    "Forename1": "sample string 5",
    "Forename2": "sample string 6",
    "Surname": "sample string 7",
    "Salutation": "sample string 8",
    "EmploymentStartDate": "2026-02-05T23:35:15.059732+00:00",
    "EmploymentEndDate": "2026-02-05T23:35:15.059732+00:00",
    "CompanyEmail": "sample string 9",
    "PostNumber": "sample string 10",
    "JobDescription": "sample string 11",
    "Company": 12,
    "CompanyName": "sample string 13",
    "LocationCode": "sample string 14",
    "LocationDescription": "sample string 15",
    "CostCentreCode": "sample string 16",
    "CostCentreDescription": "sample string 17",
    "DepartmentCode": "sample string 18",
    "DepartmentDescription": "sample string 19",
    "LastModifiedDate": "2026-02-05T23:35:15.059732+00:00"
  }
]

text/html

Sample:
[{"PersonnelNumber":1,"EmployeeNumber":2,"ClockNumber":3,"Title":"sample string 4","Forename1":"sample string 5","Forename2":"sample string 6","Surname":"sample string 7","Salutation":"sample string 8","EmploymentStartDate":"2026-02-05T23:35:15.059732+00:00","EmploymentEndDate":"2026-02-05T23:35:15.059732+00:00","CompanyEmail":"sample string 9","PostNumber":"sample string 10","JobDescription":"sample string 11","Company":12,"CompanyName":"sample string 13","LocationCode":"sample string 14","LocationDescription":"sample string 15","CostCentreCode":"sample string 16","CostCentreDescription":"sample string 17","DepartmentCode":"sample string 18","DepartmentDescription":"sample string 19","LastModifiedDate":"2026-02-05T23:35:15.059732+00:00"},{"PersonnelNumber":1,"EmployeeNumber":2,"ClockNumber":3,"Title":"sample string 4","Forename1":"sample string 5","Forename2":"sample string 6","Surname":"sample string 7","Salutation":"sample string 8","EmploymentStartDate":"2026-02-05T23:35:15.059732+00:00","EmploymentEndDate":"2026-02-05T23:35:15.059732+00:00","CompanyEmail":"sample string 9","PostNumber":"sample string 10","JobDescription":"sample string 11","Company":12,"CompanyName":"sample string 13","LocationCode":"sample string 14","LocationDescription":"sample string 15","CostCentreCode":"sample string 16","CostCentreDescription":"sample string 17","DepartmentCode":"sample string 18","DepartmentDescription":"sample string 19","LastModifiedDate":"2026-02-05T23:35:15.059732+00:00"},{"PersonnelNumber":1,"EmployeeNumber":2,"ClockNumber":3,"Title":"sample string 4","Forename1":"sample string 5","Forename2":"sample string 6","Surname":"sample string 7","Salutation":"sample string 8","EmploymentStartDate":"2026-02-05T23:35:15.059732+00:00","EmploymentEndDate":"2026-02-05T23:35:15.059732+00:00","CompanyEmail":"sample string 9","PostNumber":"sample string 10","JobDescription":"sample string 11","Company":12,"CompanyName":"sample string 13","LocationCode":"sample string 14","LocationDescription":"sample string 15","CostCentreCode":"sample string 16","CostCentreDescription":"sample string 17","DepartmentCode":"sample string 18","DepartmentDescription":"sample string 19","LastModifiedDate":"2026-02-05T23:35:15.059732+00:00"}]

application/xml, text/xml

Sample:
<ArrayOfEmployeePostInformation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Carval.SelfService.BLL.Employees">
  <EmployeePostInformation>
    <ClockNumber>3</ClockNumber>
    <Company>12</Company>
    <CompanyEmail>sample string 9</CompanyEmail>
    <CompanyName>sample string 13</CompanyName>
    <CostCentreCode>sample string 16</CostCentreCode>
    <CostCentreDescription>sample string 17</CostCentreDescription>
    <DepartmentCode>sample string 18</DepartmentCode>
    <DepartmentDescription>sample string 19</DepartmentDescription>
    <EmployeeNumber>2</EmployeeNumber>
    <EmploymentEndDate>2026-02-05T23:35:15.059732+00:00</EmploymentEndDate>
    <EmploymentStartDate>2026-02-05T23:35:15.059732+00:00</EmploymentStartDate>
    <Forename1>sample string 5</Forename1>
    <Forename2>sample string 6</Forename2>
    <JobDescription>sample string 11</JobDescription>
    <LastModifiedDate>2026-02-05T23:35:15.059732+00:00</LastModifiedDate>
    <LocationCode>sample string 14</LocationCode>
    <LocationDescription>sample string 15</LocationDescription>
    <PersonnelNumber>1</PersonnelNumber>
    <PostNumber>sample string 10</PostNumber>
    <Salutation>sample string 8</Salutation>
    <Surname>sample string 7</Surname>
    <Title>sample string 4</Title>
  </EmployeePostInformation>
  <EmployeePostInformation>
    <ClockNumber>3</ClockNumber>
    <Company>12</Company>
    <CompanyEmail>sample string 9</CompanyEmail>
    <CompanyName>sample string 13</CompanyName>
    <CostCentreCode>sample string 16</CostCentreCode>
    <CostCentreDescription>sample string 17</CostCentreDescription>
    <DepartmentCode>sample string 18</DepartmentCode>
    <DepartmentDescription>sample string 19</DepartmentDescription>
    <EmployeeNumber>2</EmployeeNumber>
    <EmploymentEndDate>2026-02-05T23:35:15.059732+00:00</EmploymentEndDate>
    <EmploymentStartDate>2026-02-05T23:35:15.059732+00:00</EmploymentStartDate>
    <Forename1>sample string 5</Forename1>
    <Forename2>sample string 6</Forename2>
    <JobDescription>sample string 11</JobDescription>
    <LastModifiedDate>2026-02-05T23:35:15.059732+00:00</LastModifiedDate>
    <LocationCode>sample string 14</LocationCode>
    <LocationDescription>sample string 15</LocationDescription>
    <PersonnelNumber>1</PersonnelNumber>
    <PostNumber>sample string 10</PostNumber>
    <Salutation>sample string 8</Salutation>
    <Surname>sample string 7</Surname>
    <Title>sample string 4</Title>
  </EmployeePostInformation>
  <EmployeePostInformation>
    <ClockNumber>3</ClockNumber>
    <Company>12</Company>
    <CompanyEmail>sample string 9</CompanyEmail>
    <CompanyName>sample string 13</CompanyName>
    <CostCentreCode>sample string 16</CostCentreCode>
    <CostCentreDescription>sample string 17</CostCentreDescription>
    <DepartmentCode>sample string 18</DepartmentCode>
    <DepartmentDescription>sample string 19</DepartmentDescription>
    <EmployeeNumber>2</EmployeeNumber>
    <EmploymentEndDate>2026-02-05T23:35:15.059732+00:00</EmploymentEndDate>
    <EmploymentStartDate>2026-02-05T23:35:15.059732+00:00</EmploymentStartDate>
    <Forename1>sample string 5</Forename1>
    <Forename2>sample string 6</Forename2>
    <JobDescription>sample string 11</JobDescription>
    <LastModifiedDate>2026-02-05T23:35:15.059732+00:00</LastModifiedDate>
    <LocationCode>sample string 14</LocationCode>
    <LocationDescription>sample string 15</LocationDescription>
    <PersonnelNumber>1</PersonnelNumber>
    <PostNumber>sample string 10</PostNumber>
    <Salutation>sample string 8</Salutation>
    <Surname>sample string 7</Surname>
    <Title>sample string 4</Title>
  </EmployeePostInformation>
</ArrayOfEmployeePostInformation>