GET api/TasklistManage/getUserDetails
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
SaiRemoteTechSetup| Name | Description | Type | Additional information |
|---|---|---|---|
| TechSetupId | string |
None. |
|
| TechNum | string |
None. |
|
| TechName | string |
None. |
|
| FieldManager | boolean |
None. |
|
| MonthlyGoal | decimal number |
None. |
|
| DailyGoal | decimal number |
None. |
|
| AnnualGoal | decimal number |
None. |
|
| UserLogId | string |
None. |
|
| UserPassword | string |
None. |
|
| UserIdentity | string |
None. |
|
| SalesmanNum | string |
None. |
|
| ForceTechToChangePassword | boolean |
None. |
|
| GPSInterval | integer |
None. |
|
| SetupTagId | integer |
None. |
|
| IsDisabled | boolean |
None. |
|
| TechTrade | string |
None. |
|
| AllowTechToChangeDiscountPerc | boolean |
None. |
|
| LocationDebugEnabled | boolean |
None. |
|
| AllowUserToUpdateSMInfo | boolean |
None. |
|
| DashboardShowInvoiceWidget | boolean |
None. |
|
| DashboardShowQuoteWidget | boolean |
None. |
|
| GetQuoteReplyFromCustomer | boolean |
None. |
|
| WorkEmail | string |
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",
"TechName": "sample string 3",
"FieldManager": true,
"MonthlyGoal": 1.0,
"DailyGoal": 1.0,
"AnnualGoal": 1.0,
"UserLogId": "sample string 5",
"UserPassword": "sample string 6",
"UserIdentity": "sample string 7",
"SalesmanNum": "sample string 8",
"ForceTechToChangePassword": true,
"GPSInterval": 1,
"SetupTagId": 1,
"IsDisabled": true,
"TechTrade": "sample string 11",
"AllowTechToChangeDiscountPerc": true,
"LocationDebugEnabled": true,
"AllowUserToUpdateSMInfo": true,
"DashboardShowInvoiceWidget": true,
"DashboardShowQuoteWidget": true,
"GetQuoteReplyFromCustomer": true,
"WorkEmail": "sample string 18",
"AccountId": 19,
"CompanyId": "sample string 20",
"CreatedBy": "sample string 21",
"CreatedOn": "2025-12-16T20:08:20.0229001+00:00"
}
application/xml, text/xml
Sample:
<SaiRemoteTechSetup 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">19</AccountId> <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 20</CompanyId> <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 21</CreatedBy> <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T20:08:20.0229001+00:00</CreatedOn> <AllowTechToChangeDiscountPerc>true</AllowTechToChangeDiscountPerc> <AllowUserToUpdateSMInfo>true</AllowUserToUpdateSMInfo> <AnnualGoal>1</AnnualGoal> <DailyGoal>1</DailyGoal> <DashboardShowInvoiceWidget>true</DashboardShowInvoiceWidget> <DashboardShowQuoteWidget>true</DashboardShowQuoteWidget> <FieldManager>true</FieldManager> <ForceTechToChangePassword>true</ForceTechToChangePassword> <GPSInterval>1</GPSInterval> <GetQuoteReplyFromCustomer>true</GetQuoteReplyFromCustomer> <IsDisabled>true</IsDisabled> <LocationDebugEnabled>true</LocationDebugEnabled> <MonthlyGoal>1</MonthlyGoal> <SalesmanNum>sample string 8</SalesmanNum> <SetupTagId>1</SetupTagId> <TechName>sample string 3</TechName> <TechNum>sample string 2</TechNum> <TechSetupId>sample string 1</TechSetupId> <TechTrade>sample string 11</TechTrade> <UserIdentity>sample string 7</UserIdentity> <UserLogId>sample string 5</UserLogId> <UserPassword>sample string 6</UserPassword> <WorkEmail>sample string 18</WorkEmail> </SaiRemoteTechSetup>