POST ApplicantData
Request Information
URI Parameters
None.
Body Parameters
ApplicantViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Applicant | Applicant |
None. |
|
| ServiceArea | ServiceArea |
None. |
|
| ApplicantCategory | ApplicantCategories |
None. |
|
| State | State |
None. |
|
| WorkType | WorkType |
None. |
|
| Competency | Competency |
None. |
|
| PrimaryBranchID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Applicant": {
"ApplicantID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MiddleIni": "sample string 4",
"MaidenName": "sample string 5",
"Gender": "sample string 6",
"NickName": "sample string 7",
"Address": "sample string 8",
"Address2": "sample string 9",
"City": "sample string 10",
"State": "sample string 11",
"Zip": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"Email": "sample string 15",
"ReferredBy": "sample string 16",
"Province": "sample string 17",
"Country": "sample string 18",
"HomeAreaCode": "sample string 19",
"HomeExchangeNumber": "sample string 20",
"HomePhoneNumber": "sample string 21",
"HomePhoneTime": "sample string 22",
"WorkAreaCode": "sample string 23",
"WorkExchangeNumber": "sample string 24",
"WorkPhoneNumber": "sample string 25",
"WorkPhoneTime": "sample string 26",
"FaxAreaCode": "sample string 27",
"FaxExchangeNumber": "sample string 28",
"FaxPhoneNumber": "sample string 29",
"FaxPhoneTime": "sample string 30",
"OtherAreaCode": "sample string 31",
"OtherExchangeNumber": "sample string 32",
"OtherPhoneNumber": "sample string 33",
"OtherPhoneTime": "sample string 34",
"EmailAddress": "sample string 35",
"PersonalComments": "sample string 36",
"WorkPreferenceComments": "sample string 37",
"EducationComments": "sample string 38",
"WorkHistoryComments": "sample string 39",
"HowYouHeard": 1,
"EnteredBy": "sample string 40",
"EnteredDate": "2026-09-04T01:10:05.8250884-04:00",
"Recruiter": "sample string 41",
"Coordinator": "sample string 42",
"Mentor": "sample string 43",
"Status": 1,
"ApplicantMemo": "sample string 44",
"SSN": "sample string 45",
"ReferralType": 64,
"ReferralSource": 1,
"ReferralOther": "sample string 46",
"OtherSA": "sample string 47",
"YearsExp": 64,
"OtherExt": "sample string 48",
"IsAuthorizedToWorkInUSA": 64,
"CanPassDrugTest": 64,
"IsConvictedOfCrime": 64
},
"ServiceArea": {
"ServiceAreaID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"InActive": 64,
"HCPCS": "sample string 4",
"RevenueCode": "sample string 5",
"RevenueCodeID": 1,
"PBJCodeID": 1
},
"ApplicantCategory": {
"ApplicantID": 1,
"CategoryID": 2,
"IsPrimary": true,
"Category": {
"CategoryID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"GLLinkCode": "sample string 4",
"ProfessionalLicense": 64,
"BonusAmount": 1.0
}
},
"State": {
"StateID": 1,
"Abbreviation": "sample string 2",
"Description": "sample string 3",
"ProfLiabilityBurden": 1.0,
"WorkersCompBurden": 1.0,
"FedTaxBurden": 1.0,
"StateUnemploymentBurden": 1.0,
"FedUnemploymentBurden": 1.0
},
"WorkType": {
"WorkTypeID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"IsSupplemental": 64,
"IsTravel": 64,
"IsInHouse": 64,
"TypeID": 64
},
"Competency": {
"CompetencyID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"ExtendedDescription": "sample string 4",
"TechnicalSkill": 64,
"General": 64,
"AgeSpecific": 64,
"UseForEvaluation": 64,
"UseForJobDescription": 64,
"UseForSkillsList": 64
},
"PrimaryBranchID": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApplicantViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Applicant | Applicant |
None. |
|
| ServiceArea | ServiceArea |
None. |
|
| ApplicantCategory | ApplicantCategories |
None. |
|
| State | State |
None. |
|
| WorkType | WorkType |
None. |
|
| Competency | Competency |
None. |
|
| PrimaryBranchID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Applicant": {
"ApplicantID": 1,
"FirstName": "sample string 2",
"LastName": "sample string 3",
"MiddleIni": "sample string 4",
"MaidenName": "sample string 5",
"Gender": "sample string 6",
"NickName": "sample string 7",
"Address": "sample string 8",
"Address2": "sample string 9",
"City": "sample string 10",
"State": "sample string 11",
"Zip": "sample string 12",
"Phone": "sample string 13",
"Fax": "sample string 14",
"Email": "sample string 15",
"ReferredBy": "sample string 16",
"Province": "sample string 17",
"Country": "sample string 18",
"HomeAreaCode": "sample string 19",
"HomeExchangeNumber": "sample string 20",
"HomePhoneNumber": "sample string 21",
"HomePhoneTime": "sample string 22",
"WorkAreaCode": "sample string 23",
"WorkExchangeNumber": "sample string 24",
"WorkPhoneNumber": "sample string 25",
"WorkPhoneTime": "sample string 26",
"FaxAreaCode": "sample string 27",
"FaxExchangeNumber": "sample string 28",
"FaxPhoneNumber": "sample string 29",
"FaxPhoneTime": "sample string 30",
"OtherAreaCode": "sample string 31",
"OtherExchangeNumber": "sample string 32",
"OtherPhoneNumber": "sample string 33",
"OtherPhoneTime": "sample string 34",
"EmailAddress": "sample string 35",
"PersonalComments": "sample string 36",
"WorkPreferenceComments": "sample string 37",
"EducationComments": "sample string 38",
"WorkHistoryComments": "sample string 39",
"HowYouHeard": 1,
"EnteredBy": "sample string 40",
"EnteredDate": "2026-09-04T01:10:06.0170894-04:00",
"Recruiter": "sample string 41",
"Coordinator": "sample string 42",
"Mentor": "sample string 43",
"Status": 1,
"ApplicantMemo": "sample string 44",
"SSN": "sample string 45",
"ReferralType": 64,
"ReferralSource": 1,
"ReferralOther": "sample string 46",
"OtherSA": "sample string 47",
"YearsExp": 64,
"OtherExt": "sample string 48",
"IsAuthorizedToWorkInUSA": 64,
"CanPassDrugTest": 64,
"IsConvictedOfCrime": 64
},
"ServiceArea": {
"ServiceAreaID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"InActive": 64,
"HCPCS": "sample string 4",
"RevenueCode": "sample string 5",
"RevenueCodeID": 1,
"PBJCodeID": 1
},
"ApplicantCategory": {
"ApplicantID": 1,
"CategoryID": 2,
"IsPrimary": true,
"Category": {
"CategoryID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"GLLinkCode": "sample string 4",
"ProfessionalLicense": 64,
"BonusAmount": 1.0
}
},
"State": {
"StateID": 1,
"Abbreviation": "sample string 2",
"Description": "sample string 3",
"ProfLiabilityBurden": 1.0,
"WorkersCompBurden": 1.0,
"FedTaxBurden": 1.0,
"StateUnemploymentBurden": 1.0,
"FedUnemploymentBurden": 1.0
},
"WorkType": {
"WorkTypeID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"IsSupplemental": 64,
"IsTravel": 64,
"IsInHouse": 64,
"TypeID": 64
},
"Competency": {
"CompetencyID": 1,
"Code": "sample string 2",
"Description": "sample string 3",
"ExtendedDescription": "sample string 4",
"TechnicalSkill": 64,
"General": 64,
"AgeSpecific": 64,
"UseForEvaluation": 64,
"UseForJobDescription": 64,
"UseForSkillsList": 64
},
"PrimaryBranchID": 1
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
multipart/form-data
Sample:
Sample not available.