Paste only the token (no "Bearer " prefix).
Company name.
"Acme Corp"
Office address.
"1 Business St"
City.
"Lagos"
LGA ID from LGA list.
1
State ID from State list.
25
Country.
"Nigeria"
Office phone (digits:11).
"08012345678"
Company email.
"info@acme.com"
Commencement date.
"2020-01-01"
Sector id from sector list.
5
Business nature.
"Trading"
Annual revenue.
"1000000"
Annual turnover.
"1200000"
optional Array of custom form fields. Each object has a dynamic key (the form_field_id gotten from fetch form field endpoint) with the value.
[
{ "1": "Field Value 1" },
{ "2": "Field Value 2" }
]optional Array of existing director IDs
[1, 2]optional Array of new shareholder objects
[
{
"uid": "frontend-auto-generated-id",
"first_name": "John",
"surname": "Doe",
"gender": "male",
"mobile_1": "08012345678",
"means_of_id": "national_id",
"id_card_number": "12345",
"id_issue_date": "2020-01-01",
"id_expiry_date": "2020-01-01",
"nationality": "Nigerian",
"bvn": "12345678901",
"personal_email": "example@example.com",
"official_email": "official@example.com"
}
]optional Documents (file uploads). Each object has a dynamic key (the document_id gotten from fetch document_type endpoint) with the uploaded file.
[
{ "1": "document1.pdf" },
{ "2": "document2.pdf" }
]