PartnerAddressbook
The table storing partner address book entries, including multiple addresses for each partner.
Columns
| Name | Type | References | Description |
| internalid [KEY] | Integer | A unique internal identifier assigned to each record, used for tracking and distinguishing individual entries within the system. | |
| addressbookaddress | String | The address associated with the partner or entity, typically used for communication or shipping purposes. | |
| defaultbilling | Boolean | Indicates whether this address is the default billing address for the entity, used for invoicing and payment purposes. | |
| defaultshipping | Boolean | Indicates whether this address is the default shipping address for the entity, used for fulfillment and delivery. | |
| entity | String | The entity associated with the address (such as a customer, partner, or company), used to reference the organization or individual. |