Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.27 KB

PostBankAccountsBankAccountMainAddress.md

File metadata and controls

20 lines (17 loc) · 1.27 KB

# PostBankAccountsBankAccountMainAddress

Properties

Name Type Description Notes
addressLine1 string The first line of the address [optional]
addressLine2 string The second line of the address [optional]
city string The address town/city [optional]
postalCode string The address postal code/zipcode [optional]
countryId string The ID of the Country. [optional]
bankAccountId string The ID of the Bank Account. [optional]
contactId string The ID of the Contact. [optional]
addressTypeId string The ID of the Address Type. [optional]
name string The custom name of the address [optional]
region string The address state/province/region [optional]
countryGroupId string The ID of the Country Group. [optional]
isMainAddress bool Specifies the address as the contact's main address. Only a single address can exist for a contact in Start so this is always true when returned by the API but cannot be seen in the UI [optional]

[Back to Model list] [Back to API list] [Back to README]