post https://sandbox.external.routefusion.com/graphql (10 disregard)
The createRepresentative mutation creates a representative of a business entity.
Variables
entity_id
Field | Type | Description |
---|---|---|
entity_id | UUID | The unique identifier for the entity to which the representative is being added. |
representative
Field | Type | Description |
---|---|---|
document_expiration_date | DateTime | The expiration date of the representative's identification document. |
document_issue_date | DateTime | The issue date of the representative's identification document. |
document_number | String | The number of the representative's identification document. |
citizenship | String | The country of citizenship of the representative. |
date_of_birth | DateTime | The date of birth of the representative. |
String | The email address of the representative. | |
first_name | String | The first name of the representative. |
is_signer | Boolean | Indicates if the representative is a signer for the entity. |
last_name | String | The last name of the representative. |
job_title | String | The job title of the representative within the entity. |
ownership_percentage | Float | The percentage of ownership the representative has in the entity. |
passport_number | String | The passport number of the representative, if applicable. |
phone | String | The phone number of the representative. |
residential_address | String | The primary residential address of the representative. |
residential_address2 | String | The secondary residential address of the representative (optional). |
residential_city | String | The city of the representative's residential address. |
residential_country | String | The country of the representative's residential address. |
residential_postal_code | String | The postal code of the representative's residential address. |
residential_state_province_region | String | The state, province, or region of the representative's residential address. |
responsibility | String | The responsibility of the representative within the entity. Can be one of: |
- UBO (Ultimate Beneficial Owner) | ||
- authorized rep | ||
- director | ||
tax_number | String | The tax identification number of the representative e.g. SSN for US citizens. |