Skip to main content

LocationImportRecord

location object
id stringnullable
tenantId stringnullable
position object
latitude number<double>required
longitude number<double>required
type stringnullable
name stringrequired

Possible values: <= 255 characters

tolerance integer<int32>required
tag stringrequired

Possible values: <= 255 characters

polyPoints object[]nullable
  • Array [
  • latitude number<double>required
    longitude number<double>required
  • ]
  • radius integer<int32>nullable
    geoZone stringnullable
    category stringnullable
    userType stringnullable
    contactID stringnullable
    contactName stringnullable
    contactNumber stringnullable
    contactEmail stringnullable
    address stringnullable
    addressCity stringnullable
    addressState stringnullable
    addressCountry stringnullable
    description stringnullable
    speedEventSettings object[]nullable
  • Array [
  • minimumSpeed integer<int64>
    maximumSpeed integer<int64>
    daysOfWeek object[]nullable
  • Array [
  • dayOfWeek integer<int64>
    timeSlots object[]nullable
  • Array [
  • startTime integer<int64>
    endTime integer<int64>
  • ]
  • ]
  • ]
  • turnAroundTimeEventSettings object[]nullable
  • Array [
  • minimumDuration integer<int64>
    maximumDuration integer<int64>
    daysOfWeek object[]nullable
  • Array [
  • dayOfWeek integer<int64>
    timeSlots object[]nullable
  • Array [
  • startTime integer<int64>
    endTime integer<int64>
  • ]
  • ]
  • ]
  • skillSetEventSettings object[]nullable
  • Array [
  • assetSkillSets string[]nullable
    operatorSkillSets string[]nullable
    daysOfWeek object[]nullable
  • Array [
  • dayOfWeek integer<int64>
    timeSlots object[]nullable
  • Array [
  • startTime integer<int64>
    endTime integer<int64>
  • ]
  • ]
  • ]
  • speedLimit number<double>nullable
    contact object
    documentType stringnullable
    id stringnullable
    version stringnullable
    freeze boolean
    idNumber stringnullable
    name stringnullable
    firstName stringnullable
    lastName stringnullable
    description stringnullable
    jobTitle stringnullable
    company stringnullable
    emailAddresses stringnullable
    crmContact boolean
    businessPhones stringnullable
    businessAddress object
    street stringnullable
    city stringnullable
    state stringnullable
    countryOrRegion stringnullable
    postalCode stringnullable
    mobilePhone stringnullable
    lastUpdatedTime integer<int64>
    lastUpdatedBy stringnullable
    createdBy stringnullable
    tenantId stringnullable
    creation integer<int64>
    svrPin stringnullable
    isNewContact booleannullable
    isNewCategory boolean
    isNewTag boolean
    LocationImportRecord
    {
    "location": {
    "id": "string",
    "tenantId": "string",
    "position": {
    "latitude": 0,
    "longitude": 0
    },
    "type": "string",
    "name": "string",
    "tolerance": 0,
    "tag": "string",
    "polyPoints": [
    {
    "latitude": 0,
    "longitude": 0
    }
    ],
    "radius": 0,
    "geoZone": "string",
    "category": "string",
    "userType": "string",
    "contactID": "string",
    "contactName": "string",
    "contactNumber": "string",
    "contactEmail": "string",
    "address": "string",
    "addressCity": "string",
    "addressState": "string",
    "addressCountry": "string",
    "description": "string",
    "speedEventSettings": [
    {
    "minimumSpeed": 0,
    "maximumSpeed": 0,
    "daysOfWeek": [
    {
    "dayOfWeek": 0,
    "timeSlots": [
    {
    "startTime": 0,
    "endTime": 0
    }
    ]
    }
    ]
    }
    ],
    "turnAroundTimeEventSettings": [
    {
    "minimumDuration": 0,
    "maximumDuration": 0,
    "daysOfWeek": [
    {
    "dayOfWeek": 0,
    "timeSlots": [
    {
    "startTime": 0,
    "endTime": 0
    }
    ]
    }
    ]
    }
    ],
    "skillSetEventSettings": [
    {
    "assetSkillSets": [
    "string"
    ],
    "operatorSkillSets": [
    "string"
    ],
    "daysOfWeek": [
    {
    "dayOfWeek": 0,
    "timeSlots": [
    {
    "startTime": 0,
    "endTime": 0
    }
    ]
    }
    ]
    }
    ],
    "speedLimit": 0
    },
    "contact": {
    "documentType": "string",
    "id": "string",
    "version": "string",
    "freeze": true,
    "idNumber": "string",
    "name": "string",
    "firstName": "string",
    "lastName": "string",
    "description": "string",
    "jobTitle": "string",
    "company": "string",
    "emailAddresses": "string",
    "crmContact": true,
    "businessPhones": "string",
    "businessAddress": {
    "street": "string",
    "city": "string",
    "state": "string",
    "countryOrRegion": "string",
    "postalCode": "string"
    },
    "mobilePhone": "string",
    "lastUpdatedTime": 0,
    "lastUpdatedBy": "string",
    "createdBy": "string",
    "tenantId": "string",
    "creation": 0,
    "svrPin": "string"
    },
    "isNewContact": true,
    "isNewCategory": true,
    "isNewTag": true
    }