POST api/HRSaveApplicant
Documentation for 'Post'.
Request Information
Request body formats
application/json, text/json
Sample:
{ "IsNew": true, "ApplicantDetails": { "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": "2025-04-03T21:35:20.0669151-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": "2025-04-03T21:35:20.0669151-07:00", "UPD_USER": "sample string 16", "UPD_DATE": "2025-04-03T21:35:20.0669151-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" } ] } }
Response Information
Response body formats
application/json, text/json
Sample:
{ "ApplicantID": 1, "ApiResult": { "Success": true, "Warnings": true, "Description": "sample string 3", "WarningMessages": [ "sample string 1", "sample string 2", "sample string 3" ], "NotificationErrorMessages": "sample string 4" } }