# Company

The Company API can be used to create, update, retrieve, and delete records in a company object. The **relations** parameter with a value **contact** is required to obtain a company's contacts (i.e., employees).

### Attributes&#x20;

| ATTRIBUTE   | TYPE                                 | DESCRIPTION                                                                                                                                             |
| ----------- | ------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| id          | Integer                              | ID of the company                                                                                                                                       |
| fields      | JSON object (Entity Relations)       | Information about a company such as company name, website, industry, description, source, revenue, city, state, country, address, employees, foundation |
| contacts    | JSON Array Object (Entity Relations) | Information about company's contacts                                                                                                                    |
| dateCreated | datetime                             | Company creation timestamp                                                                                                                              |
| dateUpdated | datetime                             | Company updated timestamp                                                                                                                               |

### **Permissions**

To request a company endpoint you will need a valid API Key with company access permissions.

### **Relations between companies and other entities**

A company has many contacts. Contacts belong to a company.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.acquire.io/rest-apis/company.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
