Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

The Entity System Configuration object contains system configuration settings for a specific entity


On this page:

Related pages:


Entity Object Formats

JSON Format
{
    "Addresses": [{
        "AddrLine1": "",
        "AddrLine2": "",
        "AddrLine3": "",
        "AddrLine4": "",
        "AddrType": "",
        "City": "",
        "Country": "",
        "Intersection": "",
        "Lat": "",
        "Lon": "",
        "Region": "",
        "Zip": ""
    }],
    "Contacts": [{
        "Email": "",
        "FirstName": "",
        "IsPrimary": true,
        "LastName": "",
        "Phones": [{
            "PhoneNum": "",
            "PhoneType": ""
        }]
    }],
    "CloudStorageKey": "",
    "CreationDateUTC": "",
    "CustomerID": "",
    "CustomerCode": "",
    "Domain": "",
    "EntityID": "",
    "features": [],
    "IsActive": true,
    "IsOps": false,
    "Name": "",
    "LanguageCodes": [],
    "SystemID": ""
}

Entity Object Properties

(info) Required properties are in bold.

PropertyTypeDescription
Addressarray

An array of JSON objects, each object containing an REST Object Definitions Account Location Related Objects Address Object associated with the Entity.

Contactsarray

An array of JSON objects, each object containing a REST Object Definitions Account Location Related Objects Contact Object associated with the Entity.

CloudStorageKeystring


CreationDateUTCstring
CustomerIDstring
CustomerCodestring
DomainstringAn optional custom domain (which must be a sub-domain of servicemobility.com) for the tenant, representing the domain on which the tenant will be accessed. For example: "custom.servicemobility.com"
EntityIDstringThe unique ID of the Entity.
featuresarray
IsActivebooleanIs the Entity active or not. Default value is true.
IsOpsbooleanDefault value is false.
Namestring
LanguageCodesarray
SystemIDstringUUID. Identifies publicly exposed Tenant ID.
  • No labels