CustomerTenant ============== A customer tenant resource represents a end customer company connected to a license publisher. A customerTenant belongs to a :doc:`/resources/Organization`. Resource definition ------------------- .. literalinclude:: _static/CustomerTenant.json :language: json +--------------------------------+--------------------+-------------------------------------------------------------------------+ | Name | Type | Description | +================================+====================+=========================================================================+ | Id | int | | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | Name | string | Name of the company | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | Publisher | ObjectReference | License publisher this customer can buy subscriptions from. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | PublisherCustomerId | string | Internal identifier the publisher uses. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | ExternalPublisherCustomerId | string | External identifier the publisher uses. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | DomainPrefix | string | Domain name used for urls, subscriptions and usernames. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | Reference | string | Optional reference that describe the end customer. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | Organization | Organization | The organization/reseller this CustomerTenant is connected to. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | InvoiceProfile | ObjectReference | Invoice profile used when billing subscriptions and usage. | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | CustomerTenantType | CustomerTenantType | T1 = 1, T2 = 2 | +--------------------------------+--------------------+-------------------------------------------------------------------------+ | EntityStatus | EntityStatus | 0=None, 1=Removed | +--------------------------------+--------------------+-------------------------------------------------------------------------+ Operations on Customer tenant ----------------------------- - :doc:`/scenarios/customertenants-get` - :doc:`/scenarios/customertenant-get` - :doc:`/scenarios/customertenant-create` - :doc:`/scenarios/customertenant-existing` - :doc:`/scenarios/customertenant-update` - :doc:`/scenarios/customertenant-get-detailed`