POST api/Candidate/UpdateCandidate
Request Information
URI Parameters
None.
Body Parameters
CandidateDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| isBulk | boolean |
None. |
|
| BulkCandidateIds | Collection of integer |
None. |
|
| CandidateId | integer |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| MiddleInitial | string |
None. |
|
| AssociateId | integer |
None. |
|
| PersonallyRecrutedAsssId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| DateOfBirth | date |
None. |
|
| AssignmentDate | date |
None. |
|
| Address | string |
None. |
|
| Address2 | string |
None. |
|
| GeoAddress | string |
None. |
|
| Zip | string |
None. |
|
| string |
None. |
||
| WorkEmail | string |
None. |
|
| HomePhone | string |
None. |
|
| FormattedHomePhone | string |
None. |
|
| MobilePhone | string |
None. |
|
| FormattedMobilePhone | string |
None. |
|
| WorkPhone | string |
None. |
|
| FormattedWorkPhone | string |
None. |
|
| StrikeIronPhoneNumber | string |
None. |
|
| FormattedStrikeIronPhoneNumber | string |
None. |
|
| MobilePhoneOrHomePhone | string |
None. |
|
| FomattedMobilePhoneOrHomePhone | string |
None. |
|
| StateId | integer |
None. |
|
| CityId | integer |
None. |
|
| State | string |
None. |
|
| StateCode | string |
None. |
|
| City | string |
None. |
|
| CountryId | integer |
None. |
|
| Country | string |
None. |
|
| IsCalled | boolean |
None. |
|
| HasAppointmentInThePast | boolean |
None. |
|
| HasAppointment | boolean |
None. |
|
| HasComment | boolean |
None. |
|
| CandidateSourceId | integer |
None. |
|
| CandidateSource | string |
None. |
|
| CandidateCallStatusId | integer |
None. |
|
| CandidateCallStatus | string |
None. |
|
| CandidateIndex | integer |
None. |
|
| CandidateStatusId | integer |
None. |
|
| CandidateStatus | string |
None. |
|
| IsPositiveMarked | boolean |
None. |
|
| IsPrinted | boolean |
None. |
|
| SavedForAssociateId | integer |
None. |
|
| SavedByResumeAssistant | boolean |
None. |
|
| ResumeType | string |
None. |
|
| CreateDate | date |
None. |
|
| UpcomingAppointmentDateString | string |
None. |
|
| PassedAppointmentDateString | string |
None. |
|
| CandidateUserId | integer |
None. |
|
| CreateDateShortDateString | string |
None. |
|
| LatestAppointmentShortDateString | string |
None. |
|
| LatestAppointment | date |
None. |
|
| FullName | string |
None. |
|
| DateofBirthShortDateString | string |
None. |
|
| AssignDateShortDateString | string |
None. |
|
| ComposedAddress | string |
None. |
|
| PrimaryCandidateAddressLatitude | decimal number |
None. |
|
| PrimaryCandidateAddressLongitude | decimal number |
None. |
|
| IsGeoCodeAttempted | boolean |
None. |
|
| HasCandidateGeoCoded | boolean |
None. |
|
| GeoCodeStatus | GeoCodeStatusEnum |
None. |
|
| LocationCode | string |
None. |
|
| CityDisplay | string |
None. |
|
| LatestComment | CommentDTO |
None. |
|
| RecentActivities | Collection of RecentActivityDTO |
None. |
|
| FileName | string |
None. |
|
| S3FileName | string |
None. |
|
| ContentType | string |
None. |
|
| UploadedByWeb | boolean |
None. |
|
| FileBytes | Collection of byte |
None. |
|
| AssigmentGuid | globally unique identifier |
None. |
|
| AssignedStatus | string |
None. |
|
| lastEventId | integer |
None. |
|
| IsAssigned | boolean |
None. |
|
| IsFirstInterview | boolean |
None. |
|
| IsSecondInterview | boolean |
None. |
|
| IsThirdInterview | boolean |
None. |
|
| IsFourthInterview | boolean |
None. |
|
| IsFifthInterview | boolean |
None. |
|
| ResponseDate | string |
None. |
|
| isDualContext | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"isBulk": true,
"BulkCandidateIds": [
1,
2
],
"CandidateId": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"MiddleInitial": "sample string 5",
"AssociateId": 1,
"PersonallyRecrutedAsssId": 1,
"AssociateContractId": 1,
"DateOfBirth": "2026-02-03T18:25:44.8257448-08:00",
"AssignmentDate": "2026-02-03T18:25:44.8257448-08:00",
"Address": "sample string 6",
"Address2": "sample string 7",
"GeoAddress": "sample string 8",
"Zip": "sample string 9",
"Email": "sample string 10",
"WorkEmail": "sample string 11",
"HomePhone": "sample string 12",
"FormattedHomePhone": "12",
"MobilePhone": "sample string 13",
"FormattedMobilePhone": "13",
"WorkPhone": "sample string 14",
"FormattedWorkPhone": "14",
"StrikeIronPhoneNumber": "sample string 15",
"FormattedStrikeIronPhoneNumber": "sample string 15",
"MobilePhoneOrHomePhone": "sample string 13",
"FomattedMobilePhoneOrHomePhone": "13",
"StateId": 1,
"CityId": 1,
"State": "sample string 16",
"StateCode": "sample string 17",
"City": "sample string 18",
"CountryId": 1,
"Country": "sample string 19",
"IsCalled": true,
"HasAppointmentInThePast": true,
"HasAppointment": true,
"HasComment": true,
"CandidateSourceId": 24,
"CandidateSource": "sample string 25",
"CandidateCallStatusId": 1,
"CandidateCallStatus": "sample string 26",
"CandidateIndex": 27,
"CandidateStatusId": 28,
"CandidateStatus": "sample string 29",
"IsPositiveMarked": true,
"IsPrinted": true,
"SavedForAssociateId": 1,
"SavedByResumeAssistant": true,
"ResumeType": "sample string 32",
"CreateDate": "2026-02-03T18:25:44.8257448-08:00",
"UpcomingAppointmentDateString": "sample string 34",
"PassedAppointmentDateString": "sample string 35",
"CandidateUserId": 1,
"CreateDateShortDateString": "2/3/2026",
"LatestAppointmentShortDateString": "sample string 36",
"LatestAppointment": "2026-02-03T18:25:44.8257448-08:00",
"FullName": "sample string 4, sample string 3",
"DateofBirthShortDateString": "2/3/2026",
"AssignDateShortDateString": "2/3/2026",
"ComposedAddress": "sample string 6 , sample string 18, sample string 16 sample string 9",
"PrimaryCandidateAddressLatitude": 37.1,
"PrimaryCandidateAddressLongitude": 38.1,
"IsGeoCodeAttempted": true,
"HasCandidateGeoCoded": true,
"GeoCodeStatus": 1,
"LocationCode": "sample string 39",
"CityDisplay": "sample string 18, sample string 17",
"LatestComment": {
"LeadId": 1,
"CandidateId": 1,
"CommentId": 1,
"Comment": "sample string 2",
"CommentDate": "2026-02-03T18:25:44.8257448-08:00",
"ManagerAssociateId": 1,
"AgentName": "sample string 3"
},
"RecentActivities": [
{
"ActivityShortName": "sample string 1",
"ActivityName": "sample string 2",
"ActivityDate": "2026-02-03T18:25:44.8257448-08:00",
"ActivityTime": "2026-02-03T18:25:44.8257448-08:00",
"ActivityCategory": "sample string 3",
"ActivityById": 4,
"ActivityByName": "sample string 5",
"ActivityComment": "sample string 6",
"AppointmentType": 1,
"CallStatus": 1,
"PhoneNumber": "sample string 7",
"LeadId": 1,
"IsMira": true,
"ActivityDescription": "sample string 9",
"ActivityHeading": "sample string 10",
"AppointmentDate": "2026-02-03T18:25:44.8257448-08:00",
"HasDateTimePreference": true
},
{
"ActivityShortName": "sample string 1",
"ActivityName": "sample string 2",
"ActivityDate": "2026-02-03T18:25:44.8257448-08:00",
"ActivityTime": "2026-02-03T18:25:44.8257448-08:00",
"ActivityCategory": "sample string 3",
"ActivityById": 4,
"ActivityByName": "sample string 5",
"ActivityComment": "sample string 6",
"AppointmentType": 1,
"CallStatus": 1,
"PhoneNumber": "sample string 7",
"LeadId": 1,
"IsMira": true,
"ActivityDescription": "sample string 9",
"ActivityHeading": "sample string 10",
"AppointmentDate": "2026-02-03T18:25:44.8257448-08:00",
"HasDateTimePreference": true
}
],
"FileName": "sample string 40",
"S3FileName": "sample string 41",
"ContentType": "sample string 42",
"UploadedByWeb": true,
"FileBytes": "QEA=",
"AssigmentGuid": "090a484b-e492-4d4f-b699-0a31a8740024",
"AssignedStatus": "sample string 44",
"lastEventId": 1,
"IsAssigned": false,
"IsFirstInterview": false,
"IsSecondInterview": false,
"IsThirdInterview": false,
"IsFourthInterview": false,
"IsFifthInterview": false,
"ResponseDate": "sample string 45",
"isDualContext": true
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true