Add company information
Endpoint for adding new company information
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Authorization
Request
This endpoint expects a list of objects.
company_id
Unique external identifier of the company entity, ID stored in your database / back-office
timestamp
Original timestamp relating to when this company's information was received
is_test_company
If the company is a test company, this should be set to true
account_status
The account status for the related person at that timestamp. Refer to the Developer Guide "Entity Account Statuses" to understand what account statuses mean at Cable, and how to use them
Allowed values:
legal_name
Legal name of the business
trading_name
Trading name of the business
email
Main contact email for the company
addresses
phone_number
Main contact telephone number for the company
type
Business entity type. eg. Sole Trader, Limited Company
registration_number
incorporation_date
Date when the company was incorporated
incorporation_country
2 or 3 Character ISO 3166 Country Code (https://w.wiki/4rY)
incorporation_state
State where the company was incorporated (US only)
primary_operation_country
2 or 3 Character ISO 3166 Country Code (https://w.wiki/4rY)
industry
Nature of business
industry_classification
source_of_wealth
Source of wealth of the company
source_of_funds
Source of initial deposit of the company
first_transaction_completed_at
Original timestamp of when the person completed their first transaction
product_type
registered_as_inactive
If the company is registered as inactive, this should be set to true
Response
Company added successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.