Update a Job

Use this endpoint to update the details of a Job’s property or owner.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Update a Job

This endpoint is typically used when your system-of-record (CRM, FSM, claims platform) changes a job's metadata after the job is created in Hover.

Note: This endpoint is for metadata updates only. It does not change deliverable/measurement products. (See "Create Deliverable Change Request").

Root fields (org-level OAuth)

You must include either current_user_email or current_user_id to identify the internal Hover user context. The absence of one of these parameters will result in an error.

FieldDescription
current_user_idID of internal Hover user to act as
current_user_emailEmail of internal Hover user to act as

Updatable job[...] fields

Job naming / identifier fields

FieldTypeDescription
job[external_identifier]stringOptional unique identifier for the job
job[name]stringName of the job

Address fields

FieldTypeDescription
job[location_line_1]stringFirst line of this job's address
job[location_line_2]stringSecond line of this job's address
job[location_city]stringThe city of this job's address
job[location_region]stringThe state of this job's address
job[location_postal_code]stringThe postal code of this job's address
job[location_country]stringThe country code of this job's address
Path Params
string
required

The Hover Job ID.

Body Params
job
object
string

Required. The internal user that you want to assign the job to. Alternatively you can also use the current_user_id param.

string

Required. The internal user that you want to assign the job to. Alternatively you can also use the current_user_id param.

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
string
enum
Defaults to application/json

Generated from available request content types

Allowed:
Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain