Add new location to organization
POST {{baseUrl}}/api/v2/organization/:id/locations
Creates new location for organization
Request Body
{"name"=>"string", "address"=>"string", "description"=>"string", "tags"=>["string"]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |