v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBclassifications
Update an item
Update details about an existing item.
patch/v3/classifications/items/{id}
Path parameters
idstring required
BILL-generated ID of the item. The value begins with 0ii.
Example:{{item_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
Example request
{
"type": "SALES_TAX",
"percentage": 3.25,
"name": "State Sales Tax"
}Response
Update an item response