jobAddressbook
Contains contact information related to jobs, linking them to associated entities.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | Unique internal identifier for the address book entry. | |
| addressbookaddress | String | Full address details associated with the record, including street, city, state, postal code, and country. | |
| defaultbilling | Boolean | Indicates whether this address is the default billing address for the entity. | |
| defaultshipping | Boolean | Indicates whether this address is the default shipping address for the entity. | |
| entity | String | The associated entity (customer, vendor, or partner) for this address record. | |
| label | String | A user-defined label for the address, helping distinguish it from others. |