CustomerTenantAddress ===================== A customer tenant contact resource represents detailed information about a end customer company connected to a license publisher. A customerTenantAddress belongs to an :doc:`/resources/CustomerTenantDetailed`. Resource definition ------------------- .. literalinclude:: _static/CustomerTenantDetailed.json :language: json +-----------------+-----------------+---------------------------------------------------------------------------------+ | Name | Type | Description | +=================+=================+=================================================================================+ | FirstName | string | First name. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | MiddleName | string | Middle name. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | LastName | string | Last name. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | AddressLine1 | string | The first line of the address. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | AddressLine2 | string | The second line of the address. This property is optional. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | AddressLine3 | string | The third line of the address. This property is optional. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | City | string | Name of city. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | Region | string | Name of state/region. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | PostalCode | string | Postal code. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | CountryCode | string | The country/region in ISO country code format. | +-----------------+-----------------+---------------------------------------------------------------------------------+ | CountryName | string | Name of the country. | +-----------------+-----------------+---------------------------------------------------------------------------------+