POST api/HRGetApplicantDetails

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "ApplicantID": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Applicant": {
    "HR_APPLIC_ID": 1,
    "HR_APPLIC_NAME": "sample string 2",
    "HR_APPLIC_STREET1": "sample string 3",
    "HR_APPLIC_STREET2": "sample string 4",
    "HR_APPLIC_CITY": "sample string 5",
    "HR_APPLIC_PROV": "sample string 6",
    "HR_APPLIC_COUNTRY": "sample string 7",
    "HR_APPLIC_POSTAL": "sample string 8",
    "HR_APPLIC_EXPENSE": 1.0,
    "HR_APPLIC_SEX": "sample string 9",
    "HR_APPLIC_BIRTH": "2024-09-19T04:55:04.2009794-07:00",
    "HR_APPLIC_PHONE1": "sample string 10",
    "HR_APPLIC_PHONE2": "sample string 11",
    "HR_APPLIC_FAX": "sample string 12",
    "HR_APPLIC_EMAIL": "sample string 13",
    "PD_APPLIC_RESUME": "sample string 14",
    "INS_USER": "sample string 15",
    "INS_DATE": "2024-09-19T04:55:04.2009794-07:00",
    "UPD_USER": "sample string 16",
    "UPD_DATE": "2024-09-19T04:55:04.2009794-07:00",
    "ORIG_HASH": "sample string 17",
    "X_POSTAL_ZIP_CODE_FORMATTED": "sample string 18",
    "CustomFieldList": [
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      }
    ]
  }
}