v1
latestOpenAPI 3.0.12026-07-24310590875.6 KBorganizations
Update an organization
Update details about an existing organization. The currently signed-in user must have the ADMINISTRATOR user role in the BILL organization to perform this operation.
See Organizations and Users in the Guides section for more information, sample requests, and responses.
patch/v3/organizations/{organizationId}
Path parameters
organizationIdstring required
BILL-generated ID of the organization. The value begins with 008.
Example:{{organization_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
{
"address": {
"zipOrPostalCode": "95002"
}
}Response
Update an organization response