With the Office API, you can retrieve either a list of offices or details about a single office.
Basic Attributes
Field Name | Description | Data Type |
---|---|---|
Id | FW Internal ID of the Agency Office | integer |
agencyID | FW Internal ID of the Agency | integer |
name | Office name | string |
code | External Agency Office billing code | string |
address | Address for a given Agency Office | |
addressType | Address identifier (work, payee, invoice, traffic) | string |
line1 | Address line 1 | string |
line2 | Address line 2 | string |
zip | Zip Code | string |
state | State | string |
city | City | string |
country | Country | string |
contacts | Information associated with a given Contact | |
contactType | Contact identifier | string |
name | Contact’s full name | string |
phone | Contact’s phone | string |
fax | Contact’s fax | string |
Contact’s email | string | |
address | Contact’s address | |
addressType | Contact’s address type(work, payee, invoice, traffic) | string |
line1 | Contact’s Address line 1 | string |
line2 | Contact’s Address line 2 | string |
zip | Contact’s Zip Code | string |
state | Contact’s State | string |
city | Contact’s City | string |
country | Contact’s Country | string |