POST api/SDTechPayPeriods/DeletePayPeriod
Request Information
URI Parameters
None.
Body Parameters
SDTechPayPeriods| Name | Description | Type | Additional 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-16T14:46:58.2015876+00:00",
"EndDate": "2025-12-16T14:46:58.2015876+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-16T14:46:58.2015876+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-16T14:46:58.2015876+00:00</CreatedOn> <BeginDate>2025-12-16T14:46:58.2015876+00:00</BeginDate> <EndDate>2025-12-16T14:46:58.2015876+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
Collection of SDTechPayPeriods| Name | Description | Type | Additional 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. |
Response Formats
application/json, text/json
Sample:
[
{
"BeginDate": "2025-12-16T14:46:58.230581+00:00",
"EndDate": "2025-12-16T14:46:58.230581+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-16T14:46:58.230581+00:00"
},
{
"BeginDate": "2025-12-16T14:46:58.230581+00:00",
"EndDate": "2025-12-16T14:46:58.230581+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-16T14:46:58.230581+00:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfSDTechPayPeriods xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SAWinProV4.Model.DTO.AccountSpecific.SD">
<SDTechPayPeriods>
<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-16T14:46:58.230581+00:00</CreatedOn>
<BeginDate>2025-12-16T14:46:58.230581+00:00</BeginDate>
<EndDate>2025-12-16T14:46:58.230581+00:00</EndDate>
<IsCalculated>true</IsCalculated>
<IsEndDateChanged>true</IsEndDateChanged>
<IsLastPayCycle>true</IsLastPayCycle>
<IsPayPeriodClosed>true</IsPayPeriodClosed>
<IsPosted>true</IsPosted>
<PayPeriodName>sample string 6</PayPeriodName>
</SDTechPayPeriods>
<SDTechPayPeriods>
<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-16T14:46:58.230581+00:00</CreatedOn>
<BeginDate>2025-12-16T14:46:58.230581+00:00</BeginDate>
<EndDate>2025-12-16T14:46:58.230581+00:00</EndDate>
<IsCalculated>true</IsCalculated>
<IsEndDateChanged>true</IsEndDateChanged>
<IsLastPayCycle>true</IsLastPayCycle>
<IsPayPeriodClosed>true</IsPayPeriodClosed>
<IsPosted>true</IsPosted>
<PayPeriodName>sample string 6</PayPeriodName>
</SDTechPayPeriods>
</ArrayOfSDTechPayPeriods>