Update basic job information

Updates basic information for an existing job including name, address, location coordinates, job type, bid type, and various boolean flags. This is the primary endpoint for editing core job details.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

The unique identifier of the job to update

Body Params

Request body containing the job information fields to update, including name, address, location coordinates, job type, bid type, and various flags.

string | null

Custom name for the job. If not provided, defaults to customer name or address.

string | null

Street address.

string | null

City name. Defaults to empty string if not provided.

string | null

County name.

string | null

State or province code.

string | null

Postal code.

string | null

Latitude coordinate.

string | null

Longitude coordinate.

string | null
enum

Type of bid for the job. Accepted values: 'c' = Cash Bid, 'i' = Insurance Bid, 'r' = Repair, 'f' = Finance

Allowed:
string | null
enum

Type of job. Accepted values: 'c' = Commercial, 'r' = Residential, 'd' = Designer, 'm' = MRP

Allowed:
boolean
Defaults to false

Whether the warranty has been voided

boolean
Defaults to false

Whether insurance company will pay directly (not through customer)

boolean
Defaults to false

Whether HOA (Homeowners Association) or other 3rd party approval is required

Responses

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