v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
classifications

Create multiple jobs

Create multiple jobs with one API request. You can create up to 50 jobs with one POST /v3/classifications/jobs/bulk request.

post/v3/classifications/jobs/bulk

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 required

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"
  }
]

Response

Create multiple jobs response