entityAddressbook
Manages address book entries for entities, enabling streamlined communication and service delivery.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | The unique internal identifier for the address record, used to track and reference it within the system. | |
| addressbookaddress | String | The address associated with the entity, used for billing, shipping, or contact purposes. | |
| defaultbilling | Boolean | Indicates whether the address is set as the default billing address for the entity, typically used for financial transactions. | |
| defaultshipping | Boolean | Indicates whether the address is set as the default shipping address for the entity, used for order fulfillment. | |
| entity | String | The identifier or name of the entity associated with the address, such as a customer, supplier, or business unit. |