GET api/{programid}/TimeEntry/OvernightShift/{shiftId}/Info
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
programid | string |
Required |
|
shiftId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
OvernightShiftInfoName | Description | Type | Additional information |
---|---|---|---|
ShiftStart | date |
None. |
|
ShiftEnd | date |
None. |
Response Formats
application/json, text/json
Sample:
{ "ShiftStart": "2024-11-16T04:47:07.3923779-05:00", "ShiftEnd": "2024-11-16T04:47:07.3923779-05:00" }
application/xml, text/xml
Sample:
<OvernightShiftInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.Models.WebAPI_DTO.Timesheet"> <ShiftEnd>2024-11-16T04:47:07.3923779-05:00</ShiftEnd> <ShiftStart>2024-11-16T04:47:07.3923779-05:00</ShiftStart> </OvernightShiftInfo>