PUT api/2.0/crm/settings/organisation/address This function requires authentication

Description

Updates a company address with the one specified in the request.

Parameters
Name Description Type Example
street
sent in body
New company street/building/apartment string some text
city
sent in body
New company city string some text
state
sent in body
New company state string some text
zip
sent in body
New company zip string some text
country
sent in body
New company country string some text
Example
PUT api/2.0/crm/settings/organisation/address
Host: yourportal.onlyoffice.com
Content-Type: application/json
Accept: application/json

{
  "street": "some text",
  "city": "some text",
  "state": "some text",
  "zip": "some text",
  "country": "some text"
}
Returns

Updated company address