Payload Information:

All payloads must contain a header with the required information for validation and authentication when invoking any of the methods available via the Civica HRP Web API. The standard XML format of a payload for all methods, is detailed below. Please note that the header section must be included for all methods, followed by the parameters section which expects relevant information to process a method call, all which are detailed in more depth both below and within the example invocation pages.

<CivicaHRPWebApi>
  <Header>
      <InvokeType>Test</InvokeType>
      <Application>HR Unity Online</Application>
      <Licence>Valid Developer Licence</Licence>
      <LoggedInUser></LoggedInUser>
      <UserKey></UserKey>
  </Header>
  <Parameters>
    Appropriate parameters
  </Paramters>
</CivicaHRPWebApi>

API Supported Methods:

Absence Methods

Administration Methods

Common Methods

Document Methods

Employee Methods

Management Methods

Pay Details Methods

Time Details Methods

Timesheet Methods

Training Methods

Vacancy Methods

Deprecated Methods:

There are currently no deprecated methods in the Web API.