...
Your API calls must contain the API key for the purpose of authentication.
Parameter | Description |
---|---|
key | Please contact the HRWorks administrator in your organization for the API key. |
You can generate the API key for your organization yourself.
...
Input can be provided as a request parameter named inputData or as a request body. Input should comply with the output of the schema API. A typical example is as follows.
|
3. Response
If the Edit Employee request API call is successful, the API shall return a response such as the below.
|
3.1 Response in case of error
In case of error, the API returns the following JSON response:
|
Note:
- errorMsg is a string value describing the error.
- Status codes are described in the Status Codes section.
4 Coding Examples
4.1 CURL
1 |
|