PUT api/SDTechPayPeriods/Put

Request Information

URI Parameters

None.

Body Parameters

SDTechPayPeriods
NameDescriptionTypeAdditional information
BeginDate

date

None.

EndDate

date

None.

IsCalculated

boolean

None.

IsPosted

boolean

None.

IsPayPeriodClosed

boolean

None.

PayPeriodName

string

None.

IsLastPayCycle

boolean

None.

IsEndDateChanged

boolean

None.

AccountId

integer

None.

CompanyId

string

None.

CreatedBy

string

None.

CreatedOn

date

None.

Request Formats

application/json, text/json

Sample:
{
  "BeginDate": "2025-12-16T21:53:05.6556048+00:00",
  "EndDate": "2025-12-16T21:53:05.6556048+00:00",
  "IsCalculated": true,
  "IsPosted": true,
  "IsPayPeriodClosed": true,
  "PayPeriodName": "sample string 6",
  "IsLastPayCycle": true,
  "IsEndDateChanged": true,
  "AccountId": 9,
  "CompanyId": "sample string 10",
  "CreatedBy": "sample string 11",
  "CreatedOn": "2025-12-16T21:53:05.6556048+00:00"
}

application/xml, text/xml

Sample:
<SDTechPayPeriods xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
  <AccountId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">9</AccountId>
  <CompanyId xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 10</CompanyId>
  <CreatedBy xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">sample string 11</CreatedBy>
  <CreatedOn xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO">2025-12-16T21:53:05.6556048+00:00</CreatedOn>
  <BeginDate>2025-12-16T21:53:05.6556048+00:00</BeginDate>
  <EndDate>2025-12-16T21:53:05.6556048+00:00</EndDate>
  <IsCalculated>true</IsCalculated>
  <IsEndDateChanged>true</IsEndDateChanged>
  <IsLastPayCycle>true</IsLastPayCycle>
  <IsPayPeriodClosed>true</IsPayPeriodClosed>
  <IsPosted>true</IsPosted>
  <PayPeriodName>sample string 6</PayPeriodName>
</SDTechPayPeriods>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.