Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 1.46 KB

PostAddressesAddress.md

File metadata and controls

20 lines (17 loc) · 1.46 KB

# PostAddressesAddress

Properties

Name Type Description Notes
addressTypeId string Defines the nature of the address (Shipping, Billing, Head Office etc.).<br>Start defaults to &quot;Sales&quot; for Customers and &quot;Purchasing&quot; for Vendors
name string The custom name of the address
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
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 related bank account of the address, if the address belongs to a bank account. [optional]
contactId string The related contact of the address, if the address belongs to a contact. [optional]
region string The address state/province/region [optional]
countryGroupId string The ID of the Country Group. [optional]

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