AgentInformationRequest object
This page describes the agent_information_request object, which represents a request for additional information from an agent regarding a company’s registration or compliance requirements.
Example JSON response
AgentInformationRequest attributes
| Attribute | Type | Description |
|---|---|---|
object | string | Object type identifier. Always agent_exception. |
id | string (uuid) | Unique identifier for the information request. |
created_at | timestamp | When the information request was created. |
url | string (uri) | null | URL to view or respond to the information request. |
information_requested | string | Description of what information is required. |
contact | object | Contact details for the person who can provide the information. |
company | object | Company associated with this information request. |
Contact attributes
| Attribute | Type | Description |
|---|---|---|
first_name | string | Contact’s first name. |
last_name | string | Contact’s last name. |
email | string (email) | Contact’s email address. |
phone | string | Contact’s phone number. |
Company attributes
| Attribute | Type | Description |
|---|---|---|
id | string (uuid) | Unique identifier for the company. Required. |
legal_name | string | null | The company’s legal name. |
dba_name | string | null | The company’s doing business as (DBA) name. |
external_id | string | null | External identifier for the company in your system. |