GET api/{programid}/Consumer/{consumerNo}/PayCycles/{dateFrom}/{dateOfService}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
programid

string

Required

consumerNo

string

Required

dateFrom

date

None.

dateOfService

date

None.

Body Parameters

None.

Response Information

Resource Description

Collection of PayCyclePeriod
NameDescriptionTypeAdditional information
PayCycleCode

string

None.

PayCycleTerm

string

None.

Period

integer

None.

StartDate

date

None.

EndDate

date

None.

PayDate

date

None.

InsurableHours

decimal number

None.

CutOffDate

date

None.

ClientPaymentDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "PayCycleCode": "sample string 1",
    "PayCycleTerm": "sample string 2",
    "Period": 3,
    "StartDate": "2025-10-16T11:04:49.1168143-04:00",
    "EndDate": "2025-10-16T11:04:49.1168143-04:00",
    "PayDate": "2025-10-16T11:04:49.1168143-04:00",
    "InsurableHours": 7.0,
    "CutOffDate": "2025-10-16T11:04:49.1168143-04:00",
    "ClientPaymentDate": "2025-10-16T11:04:49.1168143-04:00"
  },
  {
    "PayCycleCode": "sample string 1",
    "PayCycleTerm": "sample string 2",
    "Period": 3,
    "StartDate": "2025-10-16T11:04:49.1168143-04:00",
    "EndDate": "2025-10-16T11:04:49.1168143-04:00",
    "PayDate": "2025-10-16T11:04:49.1168143-04:00",
    "InsurableHours": 7.0,
    "CutOffDate": "2025-10-16T11:04:49.1168143-04:00",
    "ClientPaymentDate": "2025-10-16T11:04:49.1168143-04:00"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPayCyclePeriod xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PPL.Services.Models.NavisionData.Payroll">
  <PayCyclePeriod>
    <ClientPaymentDate>2025-10-16T11:04:49.1168143-04:00</ClientPaymentDate>
    <CutOffDate>2025-10-16T11:04:49.1168143-04:00</CutOffDate>
    <EndDate>2025-10-16T11:04:49.1168143-04:00</EndDate>
    <InsurableHours>7</InsurableHours>
    <PayCycleCode>sample string 1</PayCycleCode>
    <PayCycleTerm>sample string 2</PayCycleTerm>
    <PayDate>2025-10-16T11:04:49.1168143-04:00</PayDate>
    <Period>3</Period>
    <StartDate>2025-10-16T11:04:49.1168143-04:00</StartDate>
  </PayCyclePeriod>
  <PayCyclePeriod>
    <ClientPaymentDate>2025-10-16T11:04:49.1168143-04:00</ClientPaymentDate>
    <CutOffDate>2025-10-16T11:04:49.1168143-04:00</CutOffDate>
    <EndDate>2025-10-16T11:04:49.1168143-04:00</EndDate>
    <InsurableHours>7</InsurableHours>
    <PayCycleCode>sample string 1</PayCycleCode>
    <PayCycleTerm>sample string 2</PayCycleTerm>
    <PayDate>2025-10-16T11:04:49.1168143-04:00</PayDate>
    <Period>3</Period>
    <StartDate>2025-10-16T11:04:49.1168143-04:00</StartDate>
  </PayCyclePeriod>
</ArrayOfPayCyclePeriod>