The company object is returned when returning a single company or querying for companies.
| Name | Summary |
|---|---|
| id_prefix | The prefix of the id. |
| id | The company id with the prefix. |
| name | The company name. |
| address | The mailing address of the company. |
| city | The city the company resides in. |
| zip | The zip or postal code of the company. |
| state | The state or province of the company. |
| state_code | The state or province 2 digit code (if applicable). |
| country | The full country name. |
| country_code | The 2 character ISO country code of the company. i.e. US, CA. Country code can be found here: https://countrycode.org/ |
| support_level_id | The support level id. |
| support_level | The support level name. |
| active | The active state of the company. |
| fields | A field array of custom fields. |
| modified | The last date the company was modified. |
| created | The date the company was created in the system. |

