Document toolboxDocument toolbox

_Mobile Entity Object Format

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": ""
}