v1

latestOpenAPI 3.0.12026-07-24310590875.6 KB
classifications

Create multiple accounting classes

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

post/v3/classifications/accounting-classes/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

Accounting class name

shortNamestring

Accounting class short name

descriptionstring

Accounting class description

parentIdstring

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

Example request

[
  {
    "name": "Prepaid Subscriptions",
    "description": "Prepaid Subscriptions class (Prepaid Expenses account)"
  }
]

Response

Create multiple accounting classes response