diff --git a/harvest.html b/harvest.html index cc6cd1de7a8..6c3ab87f773 100644 --- a/harvest.html +++ b/harvest.html @@ -267,6 +267,8 @@

Harvest Change Log

DateDescription +Feb 23 2024 1:00:00PMUpdated description of the application parameter in the POST: Add Prospect documentation + Dec 11, 2023 4:00:00PMAdded a Note to PATCH: Update Current Offer documentation Nov 15, 2023 12:45:00PMAdded job_post_custom_location_id field to Job Post response object and updated sample response @@ -5072,7 +5074,7 @@

JSON Body Parameters

activity_feed_notesNoArrayAn array of activity feed objects. See Add Note for parameters. -applicationNoHashAs opposed to candidate, a prospect is a single application object that contains multiple job ids. A prospect in Greenhouse can be attached to zero or many jobs. If the request does not contain an application object, the person will be created as a jobless prospect. The source_id, referrer, custom_fields, and attachments parameters in this object match the format of the Add Application endpoint. +applicationNoHashUnlike a candidate application, a prospect application can contain zero or multiple job IDs because a prospect in Greenhouse Recruiting can be attached to zero or many jobs. If your request doesn’t contain an application object, the prospect will be created with a single, jobless application. If your request includes an application object, the source_id, referrer, custom_fields, and attachments parameters must match the format of the Add Application endpoint. application[job_ids]NoArrayThis element is unique to the prospects endpoint. This contains an array of job ids to which the prospect will be assigned. Note that even if the application object is included, this may still be blank or omitted and the request will create a jobless prospect. A normal use case for this would be creating a jobless prospect but still wanting to attach their resume or identify their source.