PUT api/SaiRemoteTechSetupDefaults/UpdatePermission

Request Information

URI Parameters

None.

Body Parameters

SaiRemoteTechSetupDefaultsPermission
NameDescriptionTypeAdditional information
TechSetupDefaultId

string

None.

FieldManager

boolean

None.

AllowTechToCreateSM

boolean

None.

AllowTechToBookCalls

boolean

None.

AllowTechToCreateContracts

boolean

None.

AllowTechToReschedule

boolean

None.

AllowTechToModifyEquipment

boolean

None.

AllowTechToViewPartCost

boolean

None.

AllowTechToCreatePO

boolean

None.

AllowTechToSearchSM

boolean

None.

AllowTechToDeleteEquipment

boolean

None.

DefaultAMPMOnTime

boolean

None.

AllowTechToChangeTime

boolean

None.

FreezeInvoiceAfterSignature

boolean

None.

AllowTechToCreateServiceQuote

boolean

None.

AllowTechToBookServiceCallFromAcceptedQuote

boolean

None.

AllowTechToModifyCallInfo

boolean

None.

ShowAllCallsToTech

boolean

None.

ShowGoals

boolean

None.

SaiRemoteTechSetupDefaults

boolean

None.

AllowTechToChangePriceSheet

boolean

None.

TechSignatureRequired

boolean

None.

InvoiceSignatureRequired

boolean

None.

AllowWorkDescription

boolean

None.

AllowTechToChangeDiscountPerc

boolean

None.

LocationDebugEnabled

boolean

None.

AllowUserToUpdateSMInfo

boolean

None.

DashboardShowInvoiceWidget

boolean

None.

DashboardShowQuoteWidget

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "TechSetupDefaultId": "sample string 1",
  "FieldManager": true,
  "AllowTechToCreateSM": true,
  "AllowTechToBookCalls": true,
  "AllowTechToCreateContracts": true,
  "AllowTechToReschedule": true,
  "AllowTechToModifyEquipment": true,
  "AllowTechToViewPartCost": true,
  "AllowTechToCreatePO": true,
  "AllowTechToSearchSM": true,
  "AllowTechToDeleteEquipment": true,
  "DefaultAMPMOnTime": true,
  "AllowTechToChangeTime": true,
  "FreezeInvoiceAfterSignature": true,
  "AllowTechToCreateServiceQuote": true,
  "AllowTechToBookServiceCallFromAcceptedQuote": true,
  "AllowTechToModifyCallInfo": true,
  "ShowAllCallsToTech": true,
  "ShowGoals": true,
  "SaiRemoteTechSetupDefaults": true,
  "AllowTechToChangePriceSheet": true,
  "TechSignatureRequired": true,
  "InvoiceSignatureRequired": true,
  "AllowWorkDescription": true,
  "AllowTechToChangeDiscountPerc": true,
  "LocationDebugEnabled": true,
  "AllowUserToUpdateSMInfo": true,
  "DashboardShowInvoiceWidget": true,
  "DashboardShowQuoteWidget": true,
  "AccountId": 28,
  "CompanyId": "sample string 29",
  "CreatedBy": "sample string 30",
  "CreatedOn": "2025-12-16T20:09:48.0588201+00:00"
}

application/xml, text/xml

Sample:
<SaiRemoteTechSetupDefaultsPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">28</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 29</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 30</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:09:48.0588201+00:00</CreatedOn>
  <AllowTechToBookCalls>true</AllowTechToBookCalls>
  <AllowTechToBookServiceCallFromAcceptedQuote>true</AllowTechToBookServiceCallFromAcceptedQuote>
  <AllowTechToChangeDiscountPerc>true</AllowTechToChangeDiscountPerc>
  <AllowTechToChangePriceSheet>true</AllowTechToChangePriceSheet>
  <AllowTechToChangeTime>true</AllowTechToChangeTime>
  <AllowTechToCreateContracts>true</AllowTechToCreateContracts>
  <AllowTechToCreatePO>true</AllowTechToCreatePO>
  <AllowTechToCreateSM>true</AllowTechToCreateSM>
  <AllowTechToCreateServiceQuote>true</AllowTechToCreateServiceQuote>
  <AllowTechToDeleteEquipment>true</AllowTechToDeleteEquipment>
  <AllowTechToModifyCallInfo>true</AllowTechToModifyCallInfo>
  <AllowTechToModifyEquipment>true</AllowTechToModifyEquipment>
  <AllowTechToReschedule>true</AllowTechToReschedule>
  <AllowTechToSearchSM>true</AllowTechToSearchSM>
  <AllowTechToViewPartCost>true</AllowTechToViewPartCost>
  <AllowUserToUpdateSMInfo>true</AllowUserToUpdateSMInfo>
  <AllowWorkDescription>true</AllowWorkDescription>
  <DashboardShowInvoiceWidget>true</DashboardShowInvoiceWidget>
  <DashboardShowQuoteWidget>true</DashboardShowQuoteWidget>
  <DefaultAMPMOnTime>true</DefaultAMPMOnTime>
  <FieldManager>true</FieldManager>
  <FreezeInvoiceAfterSignature>true</FreezeInvoiceAfterSignature>
  <InvoiceSignatureRequired>true</InvoiceSignatureRequired>
  <LocationDebugEnabled>true</LocationDebugEnabled>
  <SaiRemoteTechSetupDefaults>true</SaiRemoteTechSetupDefaults>
  <ShowAllCallsToTech>true</ShowAllCallsToTech>
  <ShowGoals>true</ShowGoals>
  <TechSetupDefaultId>sample string 1</TechSetupDefaultId>
  <TechSignatureRequired>true</TechSignatureRequired>
</SaiRemoteTechSetupDefaultsPermission>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SaiRemoteTechSetupDefaultsPermission
NameDescriptionTypeAdditional information
TechSetupDefaultId

string

None.

FieldManager

boolean

None.

AllowTechToCreateSM

boolean

None.

AllowTechToBookCalls

boolean

None.

AllowTechToCreateContracts

boolean

None.

AllowTechToReschedule

boolean

None.

AllowTechToModifyEquipment

boolean

None.

AllowTechToViewPartCost

boolean

None.

AllowTechToCreatePO

boolean

None.

AllowTechToSearchSM

boolean

None.

AllowTechToDeleteEquipment

boolean

None.

DefaultAMPMOnTime

boolean

None.

AllowTechToChangeTime

boolean

None.

FreezeInvoiceAfterSignature

boolean

None.

AllowTechToCreateServiceQuote

boolean

None.

AllowTechToBookServiceCallFromAcceptedQuote

boolean

None.

AllowTechToModifyCallInfo

boolean

None.

ShowAllCallsToTech

boolean

None.

ShowGoals

boolean

None.

SaiRemoteTechSetupDefaults

boolean

None.

AllowTechToChangePriceSheet

boolean

None.

TechSignatureRequired

boolean

None.

InvoiceSignatureRequired

boolean

None.

AllowWorkDescription

boolean

None.

AllowTechToChangeDiscountPerc

boolean

None.

LocationDebugEnabled

boolean

None.

AllowUserToUpdateSMInfo

boolean

None.

DashboardShowInvoiceWidget

boolean

None.

DashboardShowQuoteWidget

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Response Formats

application/json, text/json

Sample:
{
  "TechSetupDefaultId": "sample string 1",
  "FieldManager": true,
  "AllowTechToCreateSM": true,
  "AllowTechToBookCalls": true,
  "AllowTechToCreateContracts": true,
  "AllowTechToReschedule": true,
  "AllowTechToModifyEquipment": true,
  "AllowTechToViewPartCost": true,
  "AllowTechToCreatePO": true,
  "AllowTechToSearchSM": true,
  "AllowTechToDeleteEquipment": true,
  "DefaultAMPMOnTime": true,
  "AllowTechToChangeTime": true,
  "FreezeInvoiceAfterSignature": true,
  "AllowTechToCreateServiceQuote": true,
  "AllowTechToBookServiceCallFromAcceptedQuote": true,
  "AllowTechToModifyCallInfo": true,
  "ShowAllCallsToTech": true,
  "ShowGoals": true,
  "SaiRemoteTechSetupDefaults": true,
  "AllowTechToChangePriceSheet": true,
  "TechSignatureRequired": true,
  "InvoiceSignatureRequired": true,
  "AllowWorkDescription": true,
  "AllowTechToChangeDiscountPerc": true,
  "LocationDebugEnabled": true,
  "AllowUserToUpdateSMInfo": true,
  "DashboardShowInvoiceWidget": true,
  "DashboardShowQuoteWidget": true,
  "AccountId": 28,
  "CompanyId": "sample string 29",
  "CreatedBy": "sample string 30",
  "CreatedOn": "2025-12-16T20:09:48.1550095+00:00"
}

application/xml, text/xml

Sample:
<SaiRemoteTechSetupDefaultsPermission xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">28</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 29</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 30</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:09:48.1550095+00:00</CreatedOn>
  <AllowTechToBookCalls>true</AllowTechToBookCalls>
  <AllowTechToBookServiceCallFromAcceptedQuote>true</AllowTechToBookServiceCallFromAcceptedQuote>
  <AllowTechToChangeDiscountPerc>true</AllowTechToChangeDiscountPerc>
  <AllowTechToChangePriceSheet>true</AllowTechToChangePriceSheet>
  <AllowTechToChangeTime>true</AllowTechToChangeTime>
  <AllowTechToCreateContracts>true</AllowTechToCreateContracts>
  <AllowTechToCreatePO>true</AllowTechToCreatePO>
  <AllowTechToCreateSM>true</AllowTechToCreateSM>
  <AllowTechToCreateServiceQuote>true</AllowTechToCreateServiceQuote>
  <AllowTechToDeleteEquipment>true</AllowTechToDeleteEquipment>
  <AllowTechToModifyCallInfo>true</AllowTechToModifyCallInfo>
  <AllowTechToModifyEquipment>true</AllowTechToModifyEquipment>
  <AllowTechToReschedule>true</AllowTechToReschedule>
  <AllowTechToSearchSM>true</AllowTechToSearchSM>
  <AllowTechToViewPartCost>true</AllowTechToViewPartCost>
  <AllowUserToUpdateSMInfo>true</AllowUserToUpdateSMInfo>
  <AllowWorkDescription>true</AllowWorkDescription>
  <DashboardShowInvoiceWidget>true</DashboardShowInvoiceWidget>
  <DashboardShowQuoteWidget>true</DashboardShowQuoteWidget>
  <DefaultAMPMOnTime>true</DefaultAMPMOnTime>
  <FieldManager>true</FieldManager>
  <FreezeInvoiceAfterSignature>true</FreezeInvoiceAfterSignature>
  <InvoiceSignatureRequired>true</InvoiceSignatureRequired>
  <LocationDebugEnabled>true</LocationDebugEnabled>
  <SaiRemoteTechSetupDefaults>true</SaiRemoteTechSetupDefaults>
  <ShowAllCallsToTech>true</ShowAllCallsToTech>
  <ShowGoals>true</ShowGoals>
  <TechSetupDefaultId>sample string 1</TechSetupDefaultId>
  <TechSignatureRequired>true</TechSignatureRequired>
</SaiRemoteTechSetupDefaultsPermission>