AladiaDocs
Api referenceOrganizationsBranches

Update a branch

PUT
/v2/organizations/{organizationId}/branches/{branchId}
AuthorizationBearer <token>

In: header

Path Parameters

organizationId*string
branchId*string

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

curl -X PUT "https://example.com/v2/organizations/string/branches/string" \  -H "Content-Type: application/json" \  -d '{    "isHeadquarter": true,    "streetAddress": "string",    "city": "string",    "state": "string",    "country": "string"  }'
{}