GET v1/cms/export/division-payroll-infos?companyCount={companyCount}&afterCompanyCode={afterCompanyCode}
Retrieve CMS Division Payrolls
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| companyCount | integer |
Default value is 100 |
|
| afterCompanyCode | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
ExportCMSDivisionPayrollResultDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| DivisionPayrolls | Collection of ExportCMSDivisionPayrollDTO |
None. |
|
| LastCompanyCode | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"divisionPayrolls": [
{
"firstCheckDate": "0001-02-03",
"firstProcessedDate": "2025-10-28T10:30:21.96803Z",
"lastCheckDate": "0001-02-03",
"lastProcessedDate": "2025-10-28T10:30:21.96803Z",
"nextCheckDate": "0001-02-03",
"lastCheckDatePaidEmployeeCount": 1,
"companyCode": "sample string 2",
"divisionCode": "sample string 3"
},
{
"firstCheckDate": "0001-02-03",
"firstProcessedDate": "2025-10-28T10:30:21.96803Z",
"lastCheckDate": "0001-02-03",
"lastProcessedDate": "2025-10-28T10:30:21.96803Z",
"nextCheckDate": "0001-02-03",
"lastCheckDatePaidEmployeeCount": 1,
"companyCode": "sample string 2",
"divisionCode": "sample string 3"
}
],
"lastCompanyCode": "sample string 1"
}
text/xml
Sample:
<ExportCMSDivisionPayrollResultDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BDBPayroll.Integration.ServiceContracts.Data.Models">
<LastCompanyCode>sample string 1</LastCompanyCode>
<DivisionPayrolls>
<ExportCMSDivisionPayrollDTO>
<CompanyCode>sample string 2</CompanyCode>
<DivisionCode>sample string 3</DivisionCode>
<FirstCheckDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d4p1:Year>1</d4p1:Year>
<d4p1:Month>2</d4p1:Month>
<d4p1:Day>3</d4p1:Day>
</FirstCheckDate>
<FirstProcessedDate>2025-10-28T06:30:21.96803-04:00</FirstProcessedDate>
<LastCheckDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d4p1:Year>1</d4p1:Year>
<d4p1:Month>2</d4p1:Month>
<d4p1:Day>3</d4p1:Day>
</LastCheckDate>
<LastCheckDatePaidEmployeeCount>1</LastCheckDatePaidEmployeeCount>
<LastProcessedDate>2025-10-28T06:30:21.96803-04:00</LastProcessedDate>
<NextCheckDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d4p1:Year>1</d4p1:Year>
<d4p1:Month>2</d4p1:Month>
<d4p1:Day>3</d4p1:Day>
</NextCheckDate>
</ExportCMSDivisionPayrollDTO>
<ExportCMSDivisionPayrollDTO>
<CompanyCode>sample string 2</CompanyCode>
<DivisionCode>sample string 3</DivisionCode>
<FirstCheckDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d4p1:Year>1</d4p1:Year>
<d4p1:Month>2</d4p1:Month>
<d4p1:Day>3</d4p1:Day>
</FirstCheckDate>
<FirstProcessedDate>2025-10-28T06:30:21.96803-04:00</FirstProcessedDate>
<LastCheckDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d4p1:Year>1</d4p1:Year>
<d4p1:Month>2</d4p1:Month>
<d4p1:Day>3</d4p1:Day>
</LastCheckDate>
<LastCheckDatePaidEmployeeCount>1</LastCheckDatePaidEmployeeCount>
<LastProcessedDate>2025-10-28T06:30:21.96803-04:00</LastProcessedDate>
<NextCheckDate xmlns:d4p1="http://schemas.datacontract.org/2004/07/EntireOne.Shared.Dates">
<d4p1:Year>1</d4p1:Year>
<d4p1:Month>2</d4p1:Month>
<d4p1:Day>3</d4p1:Day>
</NextCheckDate>
</ExportCMSDivisionPayrollDTO>
</DivisionPayrolls>
</ExportCMSDivisionPayrollResultDTO>