GET api/CallsTechsOnMap/GetTechOnMap/{accountId}/{companyId}/{sdServiceMasterId}/{techNum}/{sdCallMasterId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountId | integer |
Required |
|
| companyId | string |
Required |
|
| sdServiceMasterId | string |
Required |
|
| techNum | string |
Required |
|
| sdCallMasterId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
TechOnMap| Name | Description | Type | Additional information |
|---|---|---|---|
| ServiceMasterName | string |
None. |
|
| TimeZone | string |
None. |
|
| ServiceMasterAddress | string |
None. |
|
| TechPicture | string |
None. |
|
| TechName | string |
None. |
|
| TechBioData | string |
None. |
|
| Company | string |
None. |
|
| Phone | string |
None. |
|
| CallStatus | string |
None. |
|
| ShowMap | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"ServiceMasterName": "sample string 1",
"TimeZone": "sample string 2",
"ServiceMasterAddress": "sample string 3",
"TechPicture": "sample string 4",
"TechName": "sample string 5",
"TechBioData": "sample string 6",
"Company": "sample string 7",
"Phone": "sample string 8",
"CallStatus": "sample string 9",
"ShowMap": true
}
application/xml, text/xml
Sample:
<TechOnMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD.CallsTechsOnMap"> <CallStatus>sample string 9</CallStatus> <Company>sample string 7</Company> <Phone>sample string 8</Phone> <ServiceMasterAddress>sample string 3</ServiceMasterAddress> <ServiceMasterName>sample string 1</ServiceMasterName> <ShowMap>true</ShowMap> <TechBioData>sample string 6</TechBioData> <TechName>sample string 5</TechName> <TechPicture>sample string 4</TechPicture> <TimeZone>sample string 2</TimeZone> </TechOnMap>