CustomerTenantDetailed ====================== A customer tenant resource represents detailed information about a end customer company connected to a license publisher. A customerTenant belongs to an :doc:`/resources/Organization`. Resource definition ------------------- .. literalinclude:: _static/CustomerTenantDetailed.json :language: json +--------------------------------+------------------------------+---------------------------------------------------------------------+ | Name | Type | Description | +================================+==============================+=====================================================================+ | Tenant | :doc:`CustomerTenant` | The information about the end customer | +--------------------------------+------------------------------+---------------------------------------------------------------------+ | User | :doc:`CustomerTenantUser` | The user that will administrate this customer tenant | +--------------------------------+------------------------------+---------------------------------------------------------------------+ | Profile | :doc:`CustomerTenantProfile` | Contact and address information about the end customer | +--------------------------------+------------------------------+---------------------------------------------------------------------+ | Company | :doc:`CustomerTenantCompany` | The information about a end customer company | +--------------------------------+------------------------------+---------------------------------------------------------------------+ Operations on Customer tenant ----------------------------- - :doc:`/scenarios/customertenant-get-detailed`