Skip to main content
POST
Create company

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
required

Name of the company

name_ar
string
required

Arabic name of the company

sponsor_number
string
required

Sponsor number (exactly 10 digits)

Pattern: ^[0-9]{10}$
Example:

"1000000001"

unified_national_number
string
required

Unified national number of the company

Example:

"7000000001"

email_address
string
required

Email address

phone_number
string
required

Phone number

commercial_registration_number
string
required

The commercial registration number of the company (exactly 10 digits, starting with 7)

Pattern: ^7[0-9]{9}$
Example:

"7000000002"

Response

Company created

name
string
name_ar
string
sponsor_number
string
unified_national_number
string
email_address
string
phone_number
string
commercial_registration_number
string
client_id
string
updated_at
string
created_at
string
id
integer