Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.72 KB

Address.md

File metadata and controls

26 lines (23 loc) · 1.72 KB

# Address

Properties

Name Type Description Notes
id string The unique identifier for the item [optional]
displayedAs string The name of the resource [optional]
path string The API path for the resource [optional]
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]
country \SynergiTech\Sage\Model\Base [optional]
deletedAt \DateTime The datetime when the item was deleted [optional]
createdAt \DateTime The datetime when the item was created [optional]
updatedAt \DateTime The datetime when the item was last updated [optional]
bankAccount \SynergiTech\Sage\Model\Base [optional]
contact \SynergiTech\Sage\Model\Base [optional]
addressType \SynergiTech\Sage\Model\Base [optional]
name string The custom name of the address [optional]
region string The address state/province/region [optional]
countryGroup \SynergiTech\Sage\Model\Base [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]