Skip to main content

LocationImportResponse

result boolean
errors objectnullable
property name* object[]nullable
  • Array [
  • field stringnullable
    errors string[]nullable
  • ]
  • imported objectnullable
    property name* 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
    LocationImportResponse
    {
    "result": true,
    "errors": {},
    "imported": {}
    }