Update Company


                https://api.ocamba.com/v2/ocamba/company
            

Updates the specific Company by setting the values of the parameters passed. Any parameters not provided will be left unchanged


Name
Description
addressstring
Company address.


Example: Dragise Misovic 163b, Cacak, Serbia

billingbilling
Billing object.
Billing
Name
Description
addressobject

Name
Description
citystring
City location.


Example: Cacak

countrystring
Country location.


Example: RS

postal_codestring
Postal code.


Example: 32000

streetstring
Street location.


Example: Dragise Misovica 163b

emailstring
Billing emial address.


Example: [email protected]

domainstring
Company domain name.


Example: demo.app

emailstring
Company email address.


Example: [email protected]

logostring (uri)
Defines the logo of company.


Example: https://path/logo.jpeg

namestring
Full name of a company.


Example: Ocamba App

preferencesmember-setting
Member settings object.
Member Settings
Name
Description
General settings object.
General Settings
Name
Description
currencystring
Currency which will be applied to all Ocamba platform transactions.


Example: EUR

date_formatstring
Date format which will be applied to the overall Ocamba UI.


Example: DD-MM-YYYY

first_week_daystring
First day of week which will be applied to the overall Ocamba UI.


Example: mon

number_formatobject

Name
Description
decimal_separatorstring
Separator represented as comma.


Example: ,

thousand_separatorstring
Separator represented as dot.


Example: .

themestring
Theme which will be applied to the overall Ocamba UI.


Example: light

time_formatstring
Time format which will be applied to the overall Ocamba UI.


Example: 24

timezoneinteger
Time zone which will be applied to the overall Ocamba UI.


Example: 1

Security settings object.
Security Settings
Name
Description
country_restrictions[ string ]
Array of countries allowed to access to the Ocamba platform.

ip_restrictions[ string ]
Array of unique IP addresses allowed to access to the Ocamba platform. Only IPv4 format is supported.

registration_numberstring
A unique registration number generated by the Ocamba platform.


Example: 12345

short_namestring
Short name of a company.


Example: OAPP

websitestring (uri)
Company website url.


Example: https://www.google.com

204 - No Content
Arrow

note
1 At least one of the updatable fields should be sent via HTTP body in order to change the current state of the company.
tip
1 If you don't know the company `id`, list the companies to find it.

200 Arrow
{
  "name": "DemoTest App",
  "short_name": "DTAPP",
  "address": "Vojvode Stepe 14, Cacak, Serbia",
  "website": "www.google.com"
}