CustomerTenantProfile ===================== A customer tenant profile resource represents detailed information about a end customer company connected to a license publisher. A customerTenantProfile belongs to an :doc:`/resources/CustomerTenantDetailed`. Resource definition ------------------- .. literalinclude:: _static/CustomerTenantDetailed.json :language: json +--------------------------------+------------------------------+------------------------------------------------------------------------+ | Name | Type | Description | +================================+==============================+========================================================================+ | CultureCode | string | The preferred culture for communication and currency, such as "en-us". | +--------------------------------+------------------------------+------------------------------------------------------------------------+ | LanguageCode | string | The preferred language for communication. | +--------------------------------+------------------------------+------------------------------------------------------------------------+ | Contact | :doc:`CustomerTenantContact` | Describes contact information for a specific individual. | +--------------------------------+------------------------------+------------------------------------------------------------------------+ | Address | :doc:`CustomerTenantAddress` | An address to use for the customer or for partner profiles. | +--------------------------------+------------------------------+------------------------------------------------------------------------+