GET payroll/employees/{id}/contributions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Contribution| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| EmployeeID | integer |
None. |
|
| Employee | ListItem |
None. |
|
| TypeID | integer |
None. |
|
| Type | ListItem |
None. |
|
| Name | string |
None. |
|
| From | date |
None. |
|
| To | date |
None. |
|
| Audit | Audit |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"EmployeeID": 2,
"Employee": {
"Key": 1,
"Value": "sample string 2"
},
"TypeID": 3,
"Type": {
"Key": 1,
"Value": "sample string 2"
},
"Name": "sample string 4",
"From": "2025-12-13T10:48:12.6033964+00:00",
"To": "2025-12-13T10:48:12.6033964+00:00",
"Audit": {
"AddUser": 1,
"AddTime": "2025-12-13T10:48:12.6033964+00:00",
"EditUser": 1,
"EditTime": "2025-12-13T10:48:12.6033964+00:00"
}
},
{
"ID": 1,
"EmployeeID": 2,
"Employee": {
"Key": 1,
"Value": "sample string 2"
},
"TypeID": 3,
"Type": {
"Key": 1,
"Value": "sample string 2"
},
"Name": "sample string 4",
"From": "2025-12-13T10:48:12.6033964+00:00",
"To": "2025-12-13T10:48:12.6033964+00:00",
"Audit": {
"AddUser": 1,
"AddTime": "2025-12-13T10:48:12.6033964+00:00",
"EditUser": 1,
"EditTime": "2025-12-13T10:48:12.6033964+00:00"
}
}
]
text/xml
Sample:
<ArrayOfContribution xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pixfin.DTO.Payroll">
<Contribution>
<Audit xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<d3p1:AddTime>2025-12-13T10:48:12.6033964+00:00</d3p1:AddTime>
<d3p1:AddUser>1</d3p1:AddUser>
<d3p1:EditTime>2025-12-13T10:48:12.6033964+00:00</d3p1:EditTime>
<d3p1:EditUser>1</d3p1:EditUser>
</Audit>
<Employee xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</Employee>
<EmployeeID>2</EmployeeID>
<From>2025-12-13T10:48:12.6033964+00:00</From>
<ID>1</ID>
<Name>sample string 4</Name>
<To>2025-12-13T10:48:12.6033964+00:00</To>
<Type xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</Type>
<TypeID>3</TypeID>
</Contribution>
<Contribution>
<Audit xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<d3p1:AddTime>2025-12-13T10:48:12.6033964+00:00</d3p1:AddTime>
<d3p1:AddUser>1</d3p1:AddUser>
<d3p1:EditTime>2025-12-13T10:48:12.6033964+00:00</d3p1:EditTime>
<d3p1:EditUser>1</d3p1:EditUser>
</Audit>
<Employee xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</Employee>
<EmployeeID>2</EmployeeID>
<From>2025-12-13T10:48:12.6033964+00:00</From>
<ID>1</ID>
<Name>sample string 4</Name>
<To>2025-12-13T10:48:12.6033964+00:00</To>
<Type xmlns:d3p1="http://schemas.datacontract.org/2004/07/Pixfin.DTO">
<d3p1:Key>1</d3p1:Key>
<d3p1:Value>sample string 2</d3p1:Value>
</Type>
<TypeID>3</TypeID>
</Contribution>
</ArrayOfContribution>