GET api/SaiRemoteTechSetup/{accountId}/{companyId}/{techNum}/{techSetupId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| companyId | string |
Required |
|
| techNum | string |
Required |
|
| techSetupId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
SaiRemoteTechSetupPermission| Name | Description | Type | Additional information |
|---|---|---|---|
| TechSetupId | string |
None. |
|
| TechNum | 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. |
|
| AllowTechToChangePriceSheet | boolean |
None. |
|
| TechSignatureRequired | boolean |
None. |
|
| InvoiceSignatureRequired | boolean |
None. |
|
| AllowWorkDescription | boolean |
None. |
|
| AllowTechToChangeDiscountPerc | boolean |
None. |
|
| AllowUserToUpdateSMInfo | boolean |
None. |
|
| DashboardShowInvoiceWidget | boolean |
None. |
|
| DashboardShowQuoteWidget | boolean |
None. |
|
| GetQuoteReplyFromCustomer | boolean |
None. |
|
| AccountId | integer |
None. |
|
| CompanyId | string |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"TechSetupId": "sample string 1",
"TechNum": "sample string 2",
"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,
"AllowTechToChangePriceSheet": true,
"TechSignatureRequired": true,
"InvoiceSignatureRequired": true,
"AllowWorkDescription": true,
"AllowTechToChangeDiscountPerc": true,
"AllowUserToUpdateSMInfo": true,
"DashboardShowInvoiceWidget": true,
"DashboardShowQuoteWidget": true,
"GetQuoteReplyFromCustomer": true,
"AccountId": 28,
"CompanyId": "sample string 29",
"CreatedBy": "sample string 30",
"CreatedOn": "2025-12-16T14:50:13.9029778+00:00"
}
application/xml, text/xml
Sample:
<SaiRemoteTechSetupPermission 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-16T14:50:13.9029778+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> <GetQuoteReplyFromCustomer>true</GetQuoteReplyFromCustomer> <InvoiceSignatureRequired>true</InvoiceSignatureRequired> <ShowAllCallsToTech>true</ShowAllCallsToTech> <ShowGoals>true</ShowGoals> <TechNum>sample string 2</TechNum> <TechSetupId>sample string 1</TechSetupId> <TechSignatureRequired>true</TechSignatureRequired> </SaiRemoteTechSetupPermission>