Recerc

Save company settings

Updates the company configuration for the current workspace.

PUT/api/unstable/configs/company

Updates the company configuration for the current workspace.

Request Body

application/json

shortName*string

Short company name.

Example"Recerc"
companyName*string

Legal or public company name.

Example"Recerc Inc."
companyDescription?string

Company description used in sales documents.

Example"Revenue operations software for product teams."
website?string

Primary company website URL.

Example"https://recerc.com"
phoneNumber?string

Primary company phone number.

Example"+56 2 2345 6789"
address?string

Company billing or mailing address.

Example"Nueva Tajamar 481, Las Condes"
contactEmail?string

Primary company contact email.

Example"hello@recerc.com"
contactFax?string

Fax number shown when configured.

Example"+56 2 2345 6790"
logoUrl?string

Absolute URL for the company logo.

Example"https://cdn.recerc.com/logo.png"
currencyCode*string

Default workspace currency code.

Example"CLP"
allowedCurrencies?array<>|

Currency codes enabled for the company. Null means all supported currencies are allowed.

Example[ "CLP", "USD" ]
orderNumberPrefix*string

Prefix used for generated order numbers.

Example"SO-"
orderNumberBase*number

Starting sequence number for order generation.

Example1000
invoiceDefaultFooterText?string

Default invoice footer copy.

Example"Thank you for your business."
defaultPaymentTerms?string

Default payment terms label.

Example"Net 30"
defaultPriceListId?string

Default price list identifier.

Example"pl_123"
[key: string]?never

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json