Skip to main content
PATCH
/
api
/
v1
/
companies
/
{companyId}
cURL
curl -sS -X PATCH "$FLUIDE_BASE_URL/api/v1/companies/string" \
  -H "Content-Type: application/json" \
  -d '{}'
{
  "success": true,
  "message": "Operation completed successfully",
  "data": {}
}

Path Parameters

companyId
string
required

companyId identifier

Body

application/json
name
string

Legal or display company name.

Minimum string length: 1
Example:

"Fluide SARL"

countryCode
string

ISO 3166-1 alpha-2 country code.

Example:

"CM"

currency
string

Primary company currency using ISO 4217 code.

Example:

"XAF"

registrationNumber
string

Official company registration number.

Example:

"RC-123456"

taxId
string

Tax identifier (e.g. NIU).

Example:

"NIU-7890"

address
string

Registered business address.

Example:

"Bonanjo, Douala"

city
string

Business city.

Example:

"Douala"

Public URL for company logo.

Example:

"https://cdn.fluide.com/company/logo.png"

industryCategory
string

Industry or vertical.

Example:

"Fintech"

industry
string

Industry label (alternative to industryCategory).

Example:

"Technology"

businessCreatedAt
string

Business legal creation/incorporation date.

Example:

"2021-04-12"

businessSize
string

Business size bucket.

Minimum string length: 1
Example:

"11-50"

organizationStructure
object

Organization structure details.

paydays
object

Configured payday(s).

bankConnection
object

Bank connection checkpoint payload.

mobileMoneyWallet
object

Mobile money wallet details.

signatures
object

Signature assets for approvals and generated documents.

payrollSetup
object

Payroll setup details including groups, allowances and deductions.

employeeNumberFormat
object

Employee number generation format.

notificationSettings
object

Notification channel preferences.

Legal attestations stored on the company row (subsidiary wizard).

Response

Update

success
boolean
required

Whether the request succeeded

Example:

true

message
string
required

Human-readable outcome message (localized when i18n is configured)

Example:

"Operation completed successfully"

data
object

Endpoint-specific payload