Company API:Addresses

Update an address

put/companies/{companyId}/addresses/{addressId}

Path parameters

companyIdinteger required
addressIdstring uuid required

Request body

namestring nullable
streetstring[] nullable
citystring nullable
statestring nullable
postalCodestring nullable
countryCodestring nullable
phonestring nullable
faxstring nullable
urlstring uri nullable
isPrimaryAddressboolean

Response

NoContent