With the Office API, you can retrieve either a list of offices or details about a single office.
Basic Attributes
The following attributes are returned by the API calls in this section.
Field Name | Description | Data Type |
---|---|---|
1. id | FW Internal ID of the Agency Office | integer |
2. agencyID | FW Internal ID of the Agency | integer |
3. name | Office name | string |
4. code | External Agency Office billing code | string |
5. address | Address for a given Agency Office | |
a. addressType | Address identifier (work, payee, invoice, traffic) | string |
b. line1 | Address line 1 | string |
c. line2 | Address line 2 | string |
d. zip | Zip Code | string |
e. state | State | string |
f. city | City | string |
g. country | Country | string |
6. contacts | Information associated with a given Contact | |
a. contactType | Contact identifier | string |
b. name | Contact’s full name | string |
c. phone | Contact’s phone | string |
d. fax | Contact’s fax | string |
e. email | Contact’s email | string |
f. address | Contact’s address | |
i. addressType | Contact’s address type(work, payee, invoice, traffic) | string |
ii. line1 | Contact’s Address line 1 | string |
iii. line2 | Contact’s Address line 2 | string |
iv. zip | Contact’s Zip Code | string |
v. state | Contact’s State | string |
vi. city | Contact’s City | string |
vii. country | Contact’s Country | string |