Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

 

AuthenticationToken

This token is used to validate the request so that only authorized users can perform the import. This is to provide the security to the API and restrict the unauthorized access. We can either user customer specific API Key or the Master Key to get access to the system.

CustomerId

This is customer identification id to let system know where a particular employee should be imported

ReferenceToken

A unique value (i.e a GUID). This field is required for the Import Employee request, however we can pass any value for now in this field, The value can be any unique string.

EmployeeId

Id of the employee in the manager system for whom we need the list of documents.

...

 

 

AuthenticationToken

This token is used to validate the request so that only authorized users can perform the import. This is to provide the security to the API and restrict the unauthorized access. We can either user customer specific API Key or the Master Key to get access to the system.

CustomerId

This is customer identification id to let system know where a particular employee should be imported

ReferenceToken

A unique value (i.e a GUID). This field is required for the Import Employee request, however we can pass any value for now in this field, The value can be any unique string.

EmployeeDocuments

Minimum one Document should be sent when adding employee document using the API.

Following fields should be set for each document:
-Contents
-DocumentCategory
-FileName and
-IsEmployeeVisible

...

 

 

AuthenticationToken

This token is used to validate the request so that only authorized users can perform the import. This is to provide the security to the API and restrict the unauthorized access. We can either user customer specific API Key or the Master Key to get access to the system.

CustomerId

This is customer identification id to let system know where a particular employee should be imported

ReferenceToken

A unique value (i.e a GUID). This field is required for the Import Employee request, however we can pass any value for now in this field, The value can be any unique string.

EmployeeDocuments

Minimum one Document should be sent when updating employee documents using the API. Following fields should be set for each document:
-DocumentId
-DocumentCategory
-IsEmployeeVisible

...