CustomerTenantCollection

A CustomerTenantCollection resources represents a collection of CustomerTenant resources.

Resource definition

{
    "Items": [
        {
            "Id": 1,
            "Name": "My customer AB",
            "Publisher": {
                "Id": 2,
                "Name": "Microsoft"
            },
            "PublisherCustomerId": "cdd0a9df-a6b9-4422-b769-0fa91057d3ab",
            "ExternalPublisherCustomerId": "bff46c03-172d-4728-93d7-f0ad1e26850f",
            "DomainPrefix": "myfirstcustomer",
            "Reference": "My first customer",
            "CustomerTenantType": 2,
            "Organization": {
                "Id": 1,
                "Name": "My company AB",
                "ParentId": 2,
                "CrayonCompanyName": "Crayon AB"
            },
            "InvoiceProfile": {
                "Id": 7,
                "Name": "My invoice profile"
            },
            "EntityStatus": 0
        },
        {
            "Id": 1,
            "Name": "My customer AB",
            "Publisher": {
                "Id": 2,
                "Name": "Microsoft"
            },
            "PublisherCustomerId": "ba30bd18-8de0-43dc-a955-e27c71be5ee5",
            "ExternalPublisherCustomerId": "d66d608b-3972-49a9-8049-54c9269ba69b",
            "DomainPrefix": "mysecondcustomer",
            "Reference": "My second customer",
            "CustomerTenantType": 2,
            "Organization": {
                "Id": 1,
                "Name": "My company AB",
                "ParentId": 2,
                "CrayonCompanyName": "Crayon AB"
            },
            "InvoiceProfile": {
                "Id": 7,
                "Name": "My invoice profile"
            },
            "EntityStatus": 0
        }
    ],
    "TotalHits": 2
}

Name

Type

Description

Items

List<CustomerTenant>

List of CustomerTenant

TotalHits

int

Total number of hits on customertenant from search

Operations on CustomerTenantCollection