GetAdminLookupDetails
GetAdminLookupDetails
Description:
Request lookup details for given lookup name that the requestor is authorized to view, [Valid Lookup Names : costcentre, department, paypoint, bankcode, nationality, primarycostcode, secondarycostcode, leavereasoncode, leavercode, title, maritalstatus, country, ethnicorigin, reference1, reference2, employeetype, occupation, authority].
Request:
Request headers:
Name |
Required |
Type |
Description |
Authorization |
Yes |
string |
access token |
Request parameters:
Name |
Required |
Type |
Description |
lookupName |
Yes |
string |
String[20] |
Response example:
Response: 200 OK
{
"code": "string",
"description": "string",
"lookupName": "string"
}
Response: 400 Bad Request
Bad Request
Response: 401 Unauthorized
Unauthorized
Response: 404 Not Found
Not Found
Response: 405 Method Not Allowed
Method Not Allowed
Response: 500 Internal Server Error
Internal Server Error
Created with the Personal Edition of HelpNDoc: Full-featured Documentation generator