CustomerTenant¶
A customer tenant resource represents a end customer company connected to a license publisher. A customerTenant belongs to a Organization.
Resource definition¶
{
"Id": 1,
"Name": "My customer AB",
"Publisher": {
"Id": 2,
"Name": "Microsoft"
},
"PublisherCustomerId": "cdd0a9df-a6b9-4422-b769-0fa91057d3ab",
"ExternalPublisherCustomerId": "bff46c03-172d-4728-93d7-f0ad1e26850f",
"DomainPrefix": "mycustomer",
"Reference": "My customer",
"CustomerTenantType": 2,
"Organization": {
"Id": 1,
"Name": "My company AB",
"ParentId": 2,
"CrayonCompanyName": "Crayon AB"
},
"InvoiceProfile": {
"Id": 7,
"Name": "My invoice profile"
},
"EntityStatus": 0
}
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 |