Company

Field
Type
Notes

code

String(16)

alphanumeric identifier (Optional)

name

String(64)

slogan

String(64)

vat

String(64)

Value-added tax number

parent_id

BigInteger

verification_status_id

BigInteger

folders_count

Integer

profile_media_id

BigInteger

cover_media_id

BigInteger

verification_status_id

A company must be verified by Sita Software. This field represent the status of the verification and can have the following values:

Value
Description

1

Unverified ⚠️

2

Pending Verification

3

Verified ✅

folders_count

The number of folders controlled by the company. Each folder has a company_id. You can assign a folder to a company at creation time (POST /folders) or editing an existing one later (PATCH /folders/<folder_id>).

Last updated