PUT api/2.0/crm/settings/organisation/address
Save organisation company address
Name |
Description |
Type |
Example |
street
sent in body
|
Organisation company street/building/apartment address
|
string
|
some text
|
city
sent in body
|
City
|
string
|
some text
|
state
sent in body
|
State
|
string
|
some text
|
zip
sent in body
|
Zip
|
string
|
some text
|
country
sent in body
|
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"
}
Returns a JSON object with the organization company address details