GET api/SaiRemoteTechSetupDefaults/GetTechDefaultSetting/{accountId}/{companyId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
accountId

integer

Required

companyId

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of SaiRemoteTechSetupDefaults
NameDescriptionTypeAdditional information
TechSetupDefaultId

string

None.

MonthlyGoal

decimal number

None.

DailyGoal

decimal number

None.

AnnualGoal

decimal number

None.

GPSInterval

integer

None.

SetupTagId

integer

None.

SendCoOrdinatesInterval

integer

None.

DefaultOutComeCode

string

None.

SaveCardForFutureUse

boolean

None.

AutoArrivalDistance

decimal number

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "TechSetupDefaultId": "sample string 1",
    "MonthlyGoal": 1.0,
    "DailyGoal": 1.0,
    "AnnualGoal": 1.0,
    "GPSInterval": 1,
    "SetupTagId": 1,
    "SendCoOrdinatesInterval": 1,
    "DefaultOutComeCode": "sample string 2",
    "SaveCardForFutureUse": true,
    "AutoArrivalDistance": 1.0,
    "AccountId": 3,
    "CompanyId": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreatedOn": "2025-12-16T18:19:45.9335503+00:00"
  },
  {
    "TechSetupDefaultId": "sample string 1",
    "MonthlyGoal": 1.0,
    "DailyGoal": 1.0,
    "AnnualGoal": 1.0,
    "GPSInterval": 1,
    "SetupTagId": 1,
    "SendCoOrdinatesInterval": 1,
    "DefaultOutComeCode": "sample string 2",
    "SaveCardForFutureUse": true,
    "AutoArrivalDistance": 1.0,
    "AccountId": 3,
    "CompanyId": "sample string 4",
    "CreatedBy": "sample string 5",
    "CreatedOn": "2025-12-16T18:19:45.9335503+00:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfSaiRemoteTechSetupDefaults xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <SaiRemoteTechSetupDefaults>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">3</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 4</CompanyId>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T18:19:45.9335503+00:00</CreatedOn>
    <AnnualGoal>1</AnnualGoal>
    <AutoArrivalDistance>1</AutoArrivalDistance>
    <DailyGoal>1</DailyGoal>
    <DefaultOutComeCode>sample string 2</DefaultOutComeCode>
    <GPSInterval>1</GPSInterval>
    <MonthlyGoal>1</MonthlyGoal>
    <SaveCardForFutureUse>true</SaveCardForFutureUse>
    <SendCoOrdinatesInterval>1</SendCoOrdinatesInterval>
    <SetupTagId>1</SetupTagId>
    <TechSetupDefaultId>sample string 1</TechSetupDefaultId>
  </SaiRemoteTechSetupDefaults>
  <SaiRemoteTechSetupDefaults>
    <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">3</AccountId>
    <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 4</CompanyId>
    <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 5</CreatedBy>
    <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T18:19:45.9335503+00:00</CreatedOn>
    <AnnualGoal>1</AnnualGoal>
    <AutoArrivalDistance>1</AutoArrivalDistance>
    <DailyGoal>1</DailyGoal>
    <DefaultOutComeCode>sample string 2</DefaultOutComeCode>
    <GPSInterval>1</GPSInterval>
    <MonthlyGoal>1</MonthlyGoal>
    <SaveCardForFutureUse>true</SaveCardForFutureUse>
    <SendCoOrdinatesInterval>1</SendCoOrdinatesInterval>
    <SetupTagId>1</SetupTagId>
    <TechSetupDefaultId>sample string 1</TechSetupDefaultId>
  </SaiRemoteTechSetupDefaults>
</ArrayOfSaiRemoteTechSetupDefaults>