Update an existing business

The endpoint allows to update the details for existing business.

SecuritybearerAuth
Request
path Parameters
Business-ID
required
string <uuid>

Business ID

Example: 1ee6439d-efd5-6946-80c2-7312392495b8
Request Body schema: application/json

Request details

external_id
string

External ID

full_legal_name
string
business_name
string
email
string
website
string
object
legal_type
string
registration_number
string
lei_number
string
service
string
industry
string
tax_number
string
vat_number
string
nace_code
string
account_purpose
string
ext_risk_level
string
ext_pep_status
string
last_kyc_update
string
next_kyc_update
string
us_tax_residency
boolean
acting_on_own_behalf
boolean
terms
Array of integers

The IDs of the accepted terms and conditions and privacy policy

Array of objects
Array of objects

Appropriateness test answers shall be provided latest before the first trade with stocks or ETFs

Array of objects
Responses
200

Business details has been updated

401

Invalid user

403

Forbidden

422

Error

500

Error

503

Maintenance or Service unavailable

patch/v1/businesses/{Business-ID}
Request samples
application/json
{
  • "external_id": "Ext-Id-1",
  • "full_legal_name": "Acme Inc",
  • "business_name": "Acme",
  • "email": "username@acme.com",
  • "website": "http://acme.com",
  • "address": {
    },
  • "legal_type": "GmbH",
  • "registration_number": "AB123CD",
  • "lei_number": "549300E00W82GZ93PU70",
  • "service": "Digital Services",
  • "industry": "IT Services",
  • "tax_number": "123-45-6789",
  • "vat_number": "FR987654321",
  • "nace_code": "62.010 - Computer programming activities",
  • "account_purpose": "Research and Development",
  • "ext_risk_level": "Moderate Risk",
  • "ext_pep_status": "PEP: Family Member",
  • "last_kyc_update": "2022-07-20T08:14:20+00:00",
  • "next_kyc_update": "2023-07-20T08:14:20+00:00",
  • "us_tax_residency": false,
  • "acting_on_own_behalf": true,
  • "terms": [
    ],
  • "aml": [
    ],
  • "appropriateness": [
    ],
  • "risk": [
    ]
}
Response samples
application/json
{
  • "data": {
    }
}