classifications
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.