POST api/Attendance?AgentCode={AgentCode}&startTime={startTime}&start_latitude={start_latitude}&start_longitude={start_longitude}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
AgentCode
No documentation available.

Define this parameter in the request URI.

startTime
No documentation available.

Define this parameter in the request URI.

start_latitude
No documentation available.

Define this parameter in the request URI.

start_longitude
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Status": "sample string 1"
  },
  {
    "Status": "sample string 1"
  },
  {
    "Status": "sample string 1"
  }
]

text/xml

Sample:
<ArrayOfclsStatusDtls xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTFSApp.Models">
  <clsStatusDtls>
    <Status>sample string 1</Status>
  </clsStatusDtls>
  <clsStatusDtls>
    <Status>sample string 1</Status>
  </clsStatusDtls>
  <clsStatusDtls>
    <Status>sample string 1</Status>
  </clsStatusDtls>
</ArrayOfclsStatusDtls>