v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBclassifications
Update a location
Update details about an existing location.
patch/v3/classifications/locations/{id}
Path parameters
idstring required
BILL-generated ID of the location. The value begins with loc.
Example:{{location_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
{
"name": "234 Main St Retail Store",
"description": "Retail store prepaid subscription expenses"
}Response
Update a location response