GET payroll/periods/{period}/donework
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
period | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WorkName | Description | Type | Additional information |
---|---|---|---|
PeriodID | integer |
None. |
|
EmployeeID | integer |
None. |
|
ID | integer |
None. |
|
Name | string |
None. |
|
Employee | string |
None. |
|
EmployeeName | string |
None. |
|
EmployeeEMail | string |
None. |
|
CostCenterID | integer |
None. |
|
CategoryID | integer |
None. |
|
Category | ListItem |
None. |
|
ContractID | integer |
None. |
|
Contract | ListItem |
None. |
|
ResolutionID | integer |
None. |
|
Resolution | ListItem |
None. |
|
HourValue | decimal number |
None. |
|
Hours | decimal number |
None. |
|
Amount | decimal number |
None. |
|
TaxBase | decimal number |
None. |
|
TaxFromIncome | decimal number |
None. |
|
TaxOnIncome | decimal number |
None. |
|
Income | decimal number |
None. |
|
From | date |
None. |
|
To | date |
None. |
|
JOPPD1 | string |
None. |
|
JOPPD2 | string |
None. |
|
JOPPD3 | string |
None. |
|
Audit | Audit |
None. |
Response Formats
application/json, text/json
Sample:
[ { "PeriodID": 1, "EmployeeID": 2, "ID": 3, "Name": "sample string 4", "Employee": "sample string 5", "EmployeeName": "sample string 6", "EmployeeEMail": "sample string 7", "CostCenterID": 8, "CategoryID": 9, "Category": { "Key": 1, "Value": "sample string 2" }, "ContractID": 10, "Contract": { "Key": 1, "Value": "sample string 2" }, "ResolutionID": 1, "Resolution": { "Key": 1, "Value": "sample string 2" }, "HourValue": 1.0, "Hours": 11.0, "Amount": 12.0, "TaxBase": 13.0, "TaxFromIncome": 14.0, "TaxOnIncome": 15.0, "Income": 16.0, "From": "2025-04-03T07:05:36.0373008+00:00", "To": "2025-04-03T07:05:36.0373008+00:00", "JOPPD1": "sample string 19", "JOPPD2": "sample string 20", "JOPPD3": "sample string 21", "Audit": { "AddUser": 1, "AddTime": "2025-04-03T07:05:36.0373008+00:00", "EditUser": 1, "EditTime": "2025-04-03T07:05:36.0373008+00:00" } }, { "PeriodID": 1, "EmployeeID": 2, "ID": 3, "Name": "sample string 4", "Employee": "sample string 5", "EmployeeName": "sample string 6", "EmployeeEMail": "sample string 7", "CostCenterID": 8, "CategoryID": 9, "Category": { "Key": 1, "Value": "sample string 2" }, "ContractID": 10, "Contract": { "Key": 1, "Value": "sample string 2" }, "ResolutionID": 1, "Resolution": { "Key": 1, "Value": "sample string 2" }, "HourValue": 1.0, "Hours": 11.0, "Amount": 12.0, "TaxBase": 13.0, "TaxFromIncome": 14.0, "TaxOnIncome": 15.0, "Income": 16.0, "From": "2025-04-03T07:05:36.0373008+00:00", "To": "2025-04-03T07:05:36.0373008+00:00", "JOPPD1": "sample string 19", "JOPPD2": "sample string 20", "JOPPD3": "sample string 21", "Audit": { "AddUser": 1, "AddTime": "2025-04-03T07:05:36.0373008+00:00", "EditUser": 1, "EditTime": "2025-04-03T07:05:36.0373008+00:00" } } ]
text/xml
Sample:
<ArrayOfWork xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Payroll.Calculations"> <Work> <Amount>12</Amount> <Audit xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:AddTime>2025-04-03T07:05:36.0373008+00:00</d3p1:AddTime> <d3p1:AddUser>1</d3p1:AddUser> <d3p1:EditTime>2025-04-03T07:05:36.0373008+00:00</d3p1:EditTime> <d3p1:EditUser>1</d3p1:EditUser> </Audit> <Category xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:Key>1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </Category> <CategoryID>9</CategoryID> <Contract xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:Key>1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </Contract> <ContractID>10</ContractID> <CostCenterID>8</CostCenterID> <Employee>sample string 5</Employee> <EmployeeEMail>sample string 7</EmployeeEMail> <EmployeeID>2</EmployeeID> <EmployeeName>sample string 6</EmployeeName> <From>2025-04-03T07:05:36.0373008+00:00</From> <HourValue>1</HourValue> <Hours>11</Hours> <ID>3</ID> <Income>16</Income> <JOPPD1>sample string 19</JOPPD1> <JOPPD2>sample string 20</JOPPD2> <JOPPD3>sample string 21</JOPPD3> <Name>sample string 4</Name> <PeriodID>1</PeriodID> <Resolution xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:Key>1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </Resolution> <ResolutionID>1</ResolutionID> <TaxBase>13</TaxBase> <TaxFromIncome>14</TaxFromIncome> <TaxOnIncome>15</TaxOnIncome> <To>2025-04-03T07:05:36.0373008+00:00</To> </Work> <Work> <Amount>12</Amount> <Audit xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:AddTime>2025-04-03T07:05:36.0373008+00:00</d3p1:AddTime> <d3p1:AddUser>1</d3p1:AddUser> <d3p1:EditTime>2025-04-03T07:05:36.0373008+00:00</d3p1:EditTime> <d3p1:EditUser>1</d3p1:EditUser> </Audit> <Category xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:Key>1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </Category> <CategoryID>9</CategoryID> <Contract xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:Key>1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </Contract> <ContractID>10</ContractID> <CostCenterID>8</CostCenterID> <Employee>sample string 5</Employee> <EmployeeEMail>sample string 7</EmployeeEMail> <EmployeeID>2</EmployeeID> <EmployeeName>sample string 6</EmployeeName> <From>2025-04-03T07:05:36.0373008+00:00</From> <HourValue>1</HourValue> <Hours>11</Hours> <ID>3</ID> <Income>16</Income> <JOPPD1>sample string 19</JOPPD1> <JOPPD2>sample string 20</JOPPD2> <JOPPD3>sample string 21</JOPPD3> <Name>sample string 4</Name> <PeriodID>1</PeriodID> <Resolution xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO"> <d3p1:Key>1</d3p1:Key> <d3p1:Value>sample string 2</d3p1:Value> </Resolution> <ResolutionID>1</ResolutionID> <TaxBase>13</TaxBase> <TaxFromIncome>14</TaxFromIncome> <TaxOnIncome>15</TaxOnIncome> <To>2025-04-03T07:05:36.0373008+00:00</To> </Work> </ArrayOfWork>