v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
classifications

Update a job

Update details about an existing job.

patch/v3/classifications/jobs/{id}

Path parameters

idstring required

BILL-generated ID of the job. The value begins with job.

Example:{{job_id}}

Headers

sessionIdstring nullable

API session ID generated with /v3/login

Example:{{session_id}}
devKeystring nullable

Developer key generated with your BILL developer account

Example:{{developer_key}}

Request body

namestring

Job name

shortNamestring

Job short name

descriptionstring

Job description

parentIdstring

BILL-generated ID of the parent job. You can set this field if this job is a child object.

Example request

{
  "name": "Kitchen Remodel",
  "description": "New cabinets & countertop ($10,000 budget)"
}

Response

Update a job response

idstring

BILL-generated ID of the job. The value begins with job.

namestring

Job name

shortNamestring

Job short name

descriptionstring

Job description

parentIdstring

BILL-generated ID of the parent job. You can set this field if this job is a child object.

archivedboolean

Set as true if the job is archived

createdTimestring date-time

Created date and time

updatedTimestring date-time

Updated date and time