Skip to content

Commit

Permalink
Merge pull request #237 from grnhse/GREEN-13528_patch_recruiter
Browse files Browse the repository at this point in the history
patch candidate with recruiter or coordinator
  • Loading branch information
tdphillipsjr committed Jun 21, 2018
2 parents 396d842 + 6a8be0a commit a95f563
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions source/includes/harvest/_candidates.md
Expand Up @@ -825,6 +825,8 @@ curl -X PATCH 'https://harvest.greenhouse.io/v1/candidates/{id}'
"value": "@johnlocke"
}
],
"recruiter": { "user_id": 4354 },
"coordinator": { "email": "coordinator@example.com" },
"tags": [
"Walkabout",
"Orientation"
Expand Down Expand Up @@ -1011,6 +1013,12 @@ website_addresses[] | No | website_address | Array of website addresses. Passing
social_media_addresses[] | No | social_media_address | Array of social media addresses. Passing an empty array will clear all.
tags[] | No | string | Array of tags as strings. Passing an empty array will clear all.
custom_fields[] | No | custom_field | Array of hashes containing new custom field values. Passing an empty array does nothing.
recruiter | No | Hash | An object representing the candidate's new recruiter
recruiter[id] | No | Integer | The ID of the new recruiter - either id or email must be present.
recruiter[email] | No | String | The email of the new recruiter - either id or email must be present.
coordinator | No | Hash | An object representing the candidate's new coordinator
coordinator[id] | No | Integer | The ID of the new coordinator - either id or email must be present.
coordinator[email] | No | String | The email of the new coordinator - either id or email must be present.

### Custom Field Parameters

Expand Down

0 comments on commit a95f563

Please sign in to comment.