Skip to main content
POST
/
organization
/
create
cURL
curl --request POST \
  --url https://gateway.7exchange.io/customer/1.0.0/organization/create \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --header 'tenantId: <tenantid>' \
  --data '{
  "countryOfCorporation": "<string>",
  "countryCode": "<string>",
  "email": "<string>",
  "phoneNumber": "<string>",
  "legalName": "<string>",
  "isTradingNameExist": true,
  "saveAsRegisteredAddress": true,
  "tradingName": "<string>",
  "industryType": "<string>",
  "sourceOfIncomingFund": "<string>",
  "purposeOfAccount": "<string>",
  "expectedAnnualActivityOfPlatform": "<string>",
  "registrationNumber": "<string>",
  "taxIdentificationNumber": "<string>",
  "taxRegistrationNumber": 123,
  "dateOfIncorporation": "<string>",
  "businessType": "<string>",
  "website": "<string>",
  "businessSector": "<string>",
  "rangeOfServicesOrGoods": "<string>"
}'
{
  "reason": "<string>",
  "path": "<string>",
  "method": "<string>",
  "message": "<string>",
  "timestamp": "<string>",
  "status": 123
}

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

tenantId
string
required

Body

application/json
countryOfCorporation
string | null
countryCode
string | null
email
string | null
phoneNumber
string | null
isTradingNameExist
boolean
saveAsRegisteredAddress
boolean
tradingName
string | null
industryType
string | null
sourceOfIncomingFund
string | null
purposeOfAccount
string | null
expectedAnnualActivityOfPlatform
string | null
registrationNumber
string | null
taxIdentificationNumber
string | null
taxRegistrationNumber
integer | null
dateOfIncorporation
string | null
businessType
string | null
website
string | null
businessSector
string | null
rangeOfServicesOrGoods
string | null

Response

Internal server error

reason
string

Reason phrase

path
string

Request path

method
string

Method type of the request

message
string

Error message

timestamp
string

Timestamp of the error

status
integer

Relevant HTTP status code