GET api/V3/Visit/dayStarts?date={date}

Returns the DayStarts of Employees of your company on a particular date

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

Date format in Input is mm/dd/yyyy

date

Required

Body Parameters

None.

Response Information

Resource Description

List of Daystarts

Collection of DayStartAttendance
NameDescriptionTypeAdditional information
SessionId

Reference Id for the DayStart

string

None.

EmployeeName

Name of the Employee

string

None.

EmpoyeeERPId

ERPId of the Employee

string

None.

DayStartType

DayStartType of the Employee

DayStartType

None.

DayStartReasonCategory

DayStart Description(if Any)

string

None.

DayStartReason

DayStart Reason

string

None.

DayStartTime

Local DayStart Time

date

None.

DayEndTime

Local DayEnd Time

date

None.

AssignedBeatErpId

Assigned Beat ErpId

string

None.

AssignedBeatName

Assigned Beat Name

string

None.

SelectedBeatErpId

Selected Beat ErpId

string

None.

SelectedBeatName

Selected Beat Name

string

None.

DistributorName

Distributor Name

string

None.

DistributorERPId

Distributor ERPId

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "SessionId": "sample string 1",
    "EmployeeName": "sample string 2",
    "EmpoyeeERPId": "sample string 3",
    "DayStartType": "Regular",
    "DayStartReasonCategory": "sample string 4",
    "DayStartReason": "sample string 5",
    "DayStartTime": "2025-04-04T05:02:14.1127109+00:00",
    "DayEndTime": "2025-04-04T05:02:14.1127109+00:00",
    "AssignedBeatErpId": "sample string 6",
    "AssignedBeatName": "sample string 7",
    "SelectedBeatErpId": "sample string 8",
    "SelectedBeatName": "sample string 9",
    "DistributorName": "sample string 10",
    "DistributorERPId": "sample string 11"
  },
  {
    "SessionId": "sample string 1",
    "EmployeeName": "sample string 2",
    "EmpoyeeERPId": "sample string 3",
    "DayStartType": "Regular",
    "DayStartReasonCategory": "sample string 4",
    "DayStartReason": "sample string 5",
    "DayStartTime": "2025-04-04T05:02:14.1127109+00:00",
    "DayEndTime": "2025-04-04T05:02:14.1127109+00:00",
    "AssignedBeatErpId": "sample string 6",
    "AssignedBeatName": "sample string 7",
    "SelectedBeatErpId": "sample string 8",
    "SelectedBeatName": "sample string 9",
    "DistributorName": "sample string 10",
    "DistributorERPId": "sample string 11"
  }
]

application/xml, text/xml

Sample:
<ArrayOfDayStartAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ExternalApis.Models.V3">
  <DayStartAttendance>
    <AssignedBeatErpId>sample string 6</AssignedBeatErpId>
    <AssignedBeatName>sample string 7</AssignedBeatName>
    <DayEndTime>2025-04-04T05:02:14.1127109+00:00</DayEndTime>
    <DayStartReason>sample string 5</DayStartReason>
    <DayStartReasonCategory>sample string 4</DayStartReasonCategory>
    <DayStartTime>2025-04-04T05:02:14.1127109+00:00</DayStartTime>
    <DayStartType>Regular</DayStartType>
    <DistributorERPId>sample string 11</DistributorERPId>
    <DistributorName>sample string 10</DistributorName>
    <EmployeeName>sample string 2</EmployeeName>
    <EmpoyeeERPId>sample string 3</EmpoyeeERPId>
    <SelectedBeatErpId>sample string 8</SelectedBeatErpId>
    <SelectedBeatName>sample string 9</SelectedBeatName>
    <SessionId>sample string 1</SessionId>
  </DayStartAttendance>
  <DayStartAttendance>
    <AssignedBeatErpId>sample string 6</AssignedBeatErpId>
    <AssignedBeatName>sample string 7</AssignedBeatName>
    <DayEndTime>2025-04-04T05:02:14.1127109+00:00</DayEndTime>
    <DayStartReason>sample string 5</DayStartReason>
    <DayStartReasonCategory>sample string 4</DayStartReasonCategory>
    <DayStartTime>2025-04-04T05:02:14.1127109+00:00</DayStartTime>
    <DayStartType>Regular</DayStartType>
    <DistributorERPId>sample string 11</DistributorERPId>
    <DistributorName>sample string 10</DistributorName>
    <EmployeeName>sample string 2</EmployeeName>
    <EmpoyeeERPId>sample string 3</EmpoyeeERPId>
    <SelectedBeatErpId>sample string 8</SelectedBeatErpId>
    <SelectedBeatName>sample string 9</SelectedBeatName>
    <SessionId>sample string 1</SessionId>
  </DayStartAttendance>
</ArrayOfDayStartAttendance>