Get an organization logo
|
GET api/2.0/crm/settings/organisation/logo
|
Returns an organization logo with the ID specified in the request in the base64 format.
|
Update a company address
|
PUT api/2.0/crm/settings/organisation/address
|
Updates a company address with the one specified in the request.
|
Update a company name
|
PUT api/2.0/crm/settings/organisation/base
|
Updates a company name with the one specified in the request.
|
Update the organization logo setting
|
PUT api/2.0/crm/settings/organisation/logo
|
Updates the organization logo setting with the parameter specified in the request.
|