POST {lang}/Locations/UpsertResetOrgLocationSettingsToDefault/{format}/{interfaceid}/{orgid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
format

string

Required

interfaceid

integer

Required

orgid

integer

Required

lang

string

None.

Body Parameters

None.

Response Information

Resource Description

LocationSettingResponse
NameDescriptionTypeAdditional information
OrganizationId

integer

None.

LocationSettingEntities

Collection of LocationSetting

None.

DefaultLocationSettings

Collection of LocationSetting

None.

Response Formats

application/json; charset=utf-8, application/json, application/vnd.google-earth.kml+xml, text/plain, image/png, text/csv, application/x-www-form-urlencoded

Sample:
{
  "OrganizationId": 1,
  "LocationSettingEntities": [
    {
      "Id": 1,
      "SettingType": {
        "TypeId": 1,
        "TypeName": "RoutineResponder",
        "TypeDisplayName": "sample string 1",
        "TypeDesc": "sample string 2"
      },
      "Rate": 2.1,
      "RateInMeters": 3.0,
      "Accuracy": {
        "AccuracyLevelId": 1,
        "AccuracyLevelName": "None",
        "AccuracyLevelIOS": 1,
        "AccuracyLevelIOSName": "LocationAccuracyBestForNavigation"
      },
      "IsMobile": true,
      "Disabled": true
    },
    {
      "Id": 1,
      "SettingType": {
        "TypeId": 1,
        "TypeName": "RoutineResponder",
        "TypeDisplayName": "sample string 1",
        "TypeDesc": "sample string 2"
      },
      "Rate": 2.1,
      "RateInMeters": 3.0,
      "Accuracy": {
        "AccuracyLevelId": 1,
        "AccuracyLevelName": "None",
        "AccuracyLevelIOS": 1,
        "AccuracyLevelIOSName": "LocationAccuracyBestForNavigation"
      },
      "IsMobile": true,
      "Disabled": true
    }
  ],
  "DefaultLocationSettings": [
    {
      "Id": 1,
      "SettingType": {
        "TypeId": 1,
        "TypeName": "RoutineResponder",
        "TypeDisplayName": "sample string 1",
        "TypeDesc": "sample string 2"
      },
      "Rate": 2.1,
      "RateInMeters": 3.0,
      "Accuracy": {
        "AccuracyLevelId": 1,
        "AccuracyLevelName": "None",
        "AccuracyLevelIOS": 1,
        "AccuracyLevelIOSName": "LocationAccuracyBestForNavigation"
      },
      "IsMobile": true,
      "Disabled": true
    },
    {
      "Id": 1,
      "SettingType": {
        "TypeId": 1,
        "TypeName": "RoutineResponder",
        "TypeDisplayName": "sample string 1",
        "TypeDesc": "sample string 2"
      },
      "Rate": 2.1,
      "RateInMeters": 3.0,
      "Accuracy": {
        "AccuracyLevelId": 1,
        "AccuracyLevelName": "None",
        "AccuracyLevelIOS": 1,
        "AccuracyLevelIOSName": "LocationAccuracyBestForNavigation"
      },
      "IsMobile": true,
      "Disabled": true
    }
  ]
}

application/xml; charset=utf-8, application/xml

Sample:
<LocationSettingResponse xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <OrganizationId>1</OrganizationId>
  <LocationSettingEntities>
    <LocationSetting>
      <Id>1</Id>
      <SettingType>
        <TypeId>RoutineResponder</TypeId>
        <TypeDisplayName>sample string 1</TypeDisplayName>
        <TypeDesc>sample string 2</TypeDesc>
      </SettingType>
      <Rate>2.1</Rate>
      <RateInMeters>3</RateInMeters>
      <Accuracy>
        <AccuracyLevelId>None</AccuracyLevelId>
        <AccuracyLevelIOS>LocationAccuracyBestForNavigation</AccuracyLevelIOS>
      </Accuracy>
      <IsMobile>true</IsMobile>
      <Disabled>true</Disabled>
    </LocationSetting>
    <LocationSetting>
      <Id>1</Id>
      <SettingType>
        <TypeId>RoutineResponder</TypeId>
        <TypeDisplayName>sample string 1</TypeDisplayName>
        <TypeDesc>sample string 2</TypeDesc>
      </SettingType>
      <Rate>2.1</Rate>
      <RateInMeters>3</RateInMeters>
      <Accuracy>
        <AccuracyLevelId>None</AccuracyLevelId>
        <AccuracyLevelIOS>LocationAccuracyBestForNavigation</AccuracyLevelIOS>
      </Accuracy>
      <IsMobile>true</IsMobile>
      <Disabled>true</Disabled>
    </LocationSetting>
  </LocationSettingEntities>
  <DefaultLocationSettings>
    <LocationSetting>
      <Id>1</Id>
      <SettingType>
        <TypeId>RoutineResponder</TypeId>
        <TypeDisplayName>sample string 1</TypeDisplayName>
        <TypeDesc>sample string 2</TypeDesc>
      </SettingType>
      <Rate>2.1</Rate>
      <RateInMeters>3</RateInMeters>
      <Accuracy>
        <AccuracyLevelId>None</AccuracyLevelId>
        <AccuracyLevelIOS>LocationAccuracyBestForNavigation</AccuracyLevelIOS>
      </Accuracy>
      <IsMobile>true</IsMobile>
      <Disabled>true</Disabled>
    </LocationSetting>
    <LocationSetting>
      <Id>1</Id>
      <SettingType>
        <TypeId>RoutineResponder</TypeId>
        <TypeDisplayName>sample string 1</TypeDisplayName>
        <TypeDesc>sample string 2</TypeDesc>
      </SettingType>
      <Rate>2.1</Rate>
      <RateInMeters>3</RateInMeters>
      <Accuracy>
        <AccuracyLevelId>None</AccuracyLevelId>
        <AccuracyLevelIOS>LocationAccuracyBestForNavigation</AccuracyLevelIOS>
      </Accuracy>
      <IsMobile>true</IsMobile>
      <Disabled>true</Disabled>
    </LocationSetting>
  </DefaultLocationSettings>
</LocationSettingResponse>