Create A Company Address
Creates a new address for a company. You will specify the address fields and the type of address. The address can be billing, shipping, or both. You can also request that this address becomes the new default billing or shipping address for the company.
Authentication
authTokenstring
API Key authentication via header
Path parameters
companyId
Headers
authToken
Auth token in header.
Request
Request body
addressLine1
Typically the street address
city
country
firstName
Address first name
lastName
Address last name
state
zipCode
addressLine2
More detailed information about where to deliver mail, such as a suite or office number
isBilling
Indicates whether the address is a billing address
isDefaultBilling
Indicates whether the address is the default billing address
isDefaultShipping
Indicates whether the address is the default shipping address
isShipping
Indicates whether the address is a shipping address
label
Address label
phoneNumber
Address phone number
externalId
Response
Response Success
code
Response status code
data
Response data
meta
Errors
422
Unprocessable Entity Error