GET api/Etms/ETMSSosEnable?EmployeeId={EmployeeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EmployeeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

ServiceResultOfListOfSvcGetETMSSosEnableMDL
NameDescriptionTypeAdditional information
Message

string

None.

Description

string

None.

Result

boolean

None.

Data

Collection of SvcGetETMSSosEnableMDL

None.

status

integer

None.

TotalCount

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "Message": "sample string 1",
  "Description": "sample string 2",
  "Result": true,
  "Data": [
    {
      "IsSOSEnabled": true,
      "EmployeeId": 2,
      "RegNo": "sample string 3",
      "TripId": 4,
      "DailerEnable": true
    },
    {
      "IsSOSEnabled": true,
      "EmployeeId": 2,
      "RegNo": "sample string 3",
      "TripId": 4,
      "DailerEnable": true
    }
  ],
  "status": 4,
  "TotalCount": 5
}

application/xml, text/xml

Sample:
<ServiceResultOfArrayOfSvcGetETMSSosEnableMDLZtd1f7XL xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.FTSServices">
  <Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/FTSMDLClassLibrary.WebAPIMDL.Etms">
    <d2p1:SvcGetETMSSosEnableMDL>
      <d2p1:DailerEnable>true</d2p1:DailerEnable>
      <d2p1:EmployeeId>2</d2p1:EmployeeId>
      <d2p1:IsSOSEnabled>true</d2p1:IsSOSEnabled>
      <d2p1:RegNo>sample string 3</d2p1:RegNo>
      <d2p1:TripId>4</d2p1:TripId>
    </d2p1:SvcGetETMSSosEnableMDL>
    <d2p1:SvcGetETMSSosEnableMDL>
      <d2p1:DailerEnable>true</d2p1:DailerEnable>
      <d2p1:EmployeeId>2</d2p1:EmployeeId>
      <d2p1:IsSOSEnabled>true</d2p1:IsSOSEnabled>
      <d2p1:RegNo>sample string 3</d2p1:RegNo>
      <d2p1:TripId>4</d2p1:TripId>
    </d2p1:SvcGetETMSSosEnableMDL>
  </Data>
  <Description>sample string 2</Description>
  <Message>sample string 1</Message>
  <Result>true</Result>
  <TotalCount>5</TotalCount>
  <status>4</status>
</ServiceResultOfArrayOfSvcGetETMSSosEnableMDLZtd1f7XL>