...
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. |
...
If the JSON Schema API call is successful, the API shall return an input template for the addEmployee and editEmployee API. A typical example of the response is as follows.
Expand | |||||
---|---|---|---|---|---|
| |||||
|
2.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.
3 Coding Examples
3.1 CURL
1 | #The following command returns employee JSON schema in response. |
|