PUT api/2.0/crm/settings/organisation/address
Updates a company address with the one specified in the request.
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
|
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"
}