Skip to main content
POST
/
api
/
templates
/
business_ownership_control_verification
/
query
Query data for Business Ownership & Control Verification
curl --request POST \
  --url https://api.example.com/api/templates/business_ownership_control_verification/query \
  --header 'Content-Type: application/json' \
  --data '
{
  "business_jurisdiction_of_formation": "<string>",
  "business_legal_name": "<string>",
  "business_registered_address_city": "<string>",
  "business_registered_address_country": "<string>",
  "business_registered_address_line_1": "<string>",
  "business_registration_identifier_from_jurisdiction_of_formation": 123,
  "business_cross_reference_id": "<string>",
  "business_dba_name": "<string>",
  "business_registered_address_line_2": "<string>",
  "business_registered_address_state": "<string>",
  "business_registered_address_zip": 123,
  "business_tax_identifier_type": "<string>",
  "business_tax_identifier_value": "<string>",
  "business_website_url": "<string>"
}
'
{
  "solo_furnisher_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "solo_query_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "business_authority_determination_basis": "<string>",
  "business_authorized_representatives_identified_count": "<string>",
  "business_beneficial_owners_identified_count": "<string>",
  "business_beneficial_ownership_determination_method": "<string>",
  "business_control_determination_basis": "<string>",
  "business_control_persons_identified_count": "<string>",
  "business_jurisdiction_of_formation": "<string>",
  "business_legal_name": "<string>",
  "business_ownership_control_verification_overall_primary_source": "<string>",
  "business_ownership_control_verification_overall_status": "<string>",
  "business_ownership_control_verification_timestamp": "2023-11-07T05:31:56Z",
  "business_registration_identifier_from_jurisdiction_of_formation": 123,
  "business_beneficial_ownership_threshold_applied": "<string>",
  "business_control_authority_evidence_reviewed_type": "<string>",
  "business_ownership_evidence_reviewed_type": "<string>"
}

Body

application/json

Input model for /templates/business_ownership_control_verification/query

Query data for Business Ownership & Control Verification

business_jurisdiction_of_formation
string
required
business_registered_address_city
string
required
business_registered_address_country
string
required
business_registered_address_line_1
string
required
business_registration_identifier_from_jurisdiction_of_formation
integer
required
business_cross_reference_id
string | null
business_dba_name
string | null
business_registered_address_line_2
string | null
business_registered_address_state
string | null
business_registered_address_zip
integer | null
business_tax_identifier_type
string | null
business_tax_identifier_value
string | null
business_website_url
string | null

Response

Successful Response

Output model for /templates/business_ownership_control_verification/query

Query data for Business Ownership & Control Verification

solo_furnisher_id
string<uuid>
required
solo_query_id
string<uuid>
required
business_authority_determination_basis
string
required
business_authorized_representatives_identified_count
string
required
business_beneficial_owners_identified_count
string
required
business_beneficial_ownership_determination_method
string
required
business_control_determination_basis
string
required
business_control_persons_identified_count
string
required
business_jurisdiction_of_formation
string
required
business_ownership_control_verification_overall_primary_source
string
required
business_ownership_control_verification_overall_status
string
required
business_ownership_control_verification_timestamp
string<date-time>
required
business_registration_identifier_from_jurisdiction_of_formation
integer
required
business_beneficial_ownership_threshold_applied
string | null
business_control_authority_evidence_reviewed_type
string | null
business_ownership_evidence_reviewed_type
string | null