POST api/{programid}/Consumer/EVVDate

Gets the Consumer's EVV Effective Date

Request Information

URI Parameters

NameDescriptionTypeAdditional information
programid

string

Required

Body Parameters

string

Request Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'String'.

Response Information

Resource Description

TimesheetModelConfig
NameDescriptionTypeAdditional information
Id

integer

None.

ProgramId

integer

None.

OrganizationName

string

None.

SubOrganizationName

string

None.

TimesheetModel

string

None.

StartDate

date

None.

EndDate

date

None.

IsProgramLevel

boolean

None.

Configuration

McoConfiguration

None.

EvvEffectiveDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProgramId": 2,
  "OrganizationName": "sample string 3",
  "SubOrganizationName": "sample string 4",
  "TimesheetModel": "sample string 5",
  "StartDate": "2024-11-16T10:03:48.7503996+00:00",
  "EndDate": "2024-11-16T10:03:48.7503996+00:00",
  "IsProgramLevel": false,
  "Configuration": {
    "ESignature": true,
    "ShowGeoLocation": true,
    "ManualEntryCapture": true,
    "ClockInLocationRequired": true,
    "LocationRequired": true,
    "AllowEditEntry": true,
    "MaxClockInMiles": 7.1,
    "ShowManualEntryReasons": true,
    "ManualEntryReasonsOptional": true,
    "MaxShiftDuration": 10,
    "EvvTimeEditToleranceMinutes": 11,
    "ShowAlternateLocation": true,
    "ShowServiceLocation": true,
    "ShowEvvWarningMsg": true
  },
  "EvvEffectiveDate": "2024-11-16T10:03:48.7503996+00:00"
}

application/xml, text/xml

Sample:
<TimesheetModelConfig xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.Models.WebAPI_DTO.Mco">
  <Configuration>
    <AllowEditEntry>true</AllowEditEntry>
    <ClockInLocationRequired>true</ClockInLocationRequired>
    <ESignature>true</ESignature>
    <EvvTimeEditToleranceMinutes>11</EvvTimeEditToleranceMinutes>
    <LocationRequired>true</LocationRequired>
    <ManualEntryCapture>true</ManualEntryCapture>
    <ManualEntryReasonsOptional>true</ManualEntryReasonsOptional>
    <MaxClockInMiles>7.1</MaxClockInMiles>
    <MaxShiftDuration>10</MaxShiftDuration>
    <ShowAlternateLocation>true</ShowAlternateLocation>
    <ShowEvvWarningMsg>true</ShowEvvWarningMsg>
    <ShowGeoLocation>true</ShowGeoLocation>
    <ShowManualEntryReasons>true</ShowManualEntryReasons>
    <ShowServiceLocation>true</ShowServiceLocation>
  </Configuration>
  <EndDate>2024-11-16T10:03:48.7503996+00:00</EndDate>
  <EvvEffectiveDate>2024-11-16T10:03:48.7503996+00:00</EvvEffectiveDate>
  <Id>1</Id>
  <OrganizationName>sample string 3</OrganizationName>
  <ProgramId>2</ProgramId>
  <StartDate>2024-11-16T10:03:48.7503996+00:00</StartDate>
  <SubOrganizationName>sample string 4</SubOrganizationName>
  <TimesheetModel>sample string 5</TimesheetModel>
</TimesheetModelConfig>