curl --location --request PATCH 'https://test.whitelabel.bitpanda.com/v1/businesses/1ee6439d-efd5-6946-80c2-7312392495b8' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"external_id": "Ext-Id-1",
"full_legal_name": "Acme Inc",
"business_name": "Acme",
"email": "username@acme.com",
"website": "http://acme.com",
"address": {
"street": "123 Main Street",
"city": "Evergreen",
"zip_code": "12345",
"country": "FR"
},
"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,
"entity_tax_classification": "investment-entity-managed",
"acting_on_own_behalf": true,
"terms": [
1,
2
],
"aml": [
{
"question_id": 1,
"answer_id": 2,
"answer_value": "Free text user answer"
}
],
"appropriateness": [
{
"question_id": 1,
"answer_id": 2,
"value": "BP 21321412421"
}
],
"risk": [
{
"question_slug": "risk_question_account_purpose",
"answer_slug": "risk_answer_long_term_investment"
}
],
"tax_identification_numbers": [
{
"id": "12345678",
"residence": "AT"
}
]
}'