PUT payroll/contributions/batch
Request Information
URI Parameters
None.
Body Parameters
Collection of ContributionName | 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. |
Request 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-04-03T07:02:08.7576595+00:00", "To": "2025-04-03T07:02:08.7576595+00:00", "Audit": { "AddUser": 1, "AddTime": "2025-04-03T07:02:08.7576595+00:00", "EditUser": 1, "EditTime": "2025-04-03T07:02:08.7576595+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-04-03T07:02:08.7576595+00:00", "To": "2025-04-03T07:02:08.7576595+00:00", "Audit": { "AddUser": 1, "AddTime": "2025-04-03T07:02:08.7576595+00:00", "EditUser": 1, "EditTime": "2025-04-03T07:02:08.7576595+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-04-03T07:02:08.7576595+00:00</d3p1:AddTime> <d3p1:AddUser>1</d3p1:AddUser> <d3p1:EditTime>2025-04-03T07:02:08.7576595+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-04-03T07:02:08.7576595+00:00</From> <ID>1</ID> <Name>sample string 4</Name> <To>2025-04-03T07:02:08.7576595+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-04-03T07:02:08.7576595+00:00</d3p1:AddTime> <d3p1:AddUser>1</d3p1:AddUser> <d3p1:EditTime>2025-04-03T07:02:08.7576595+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-04-03T07:02:08.7576595+00:00</From> <ID>1</ID> <Name>sample string 4</Name> <To>2025-04-03T07:02:08.7576595+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>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | Description | Type | Additional information |
---|---|---|---|
Version | Version |
None. |
|
Content | HttpContent |
None. |
|
StatusCode | HttpStatusCode |
None. |
|
ReasonPhrase | string |
None. |
|
Headers | Collection of Object |
None. |
|
RequestMessage | HttpRequestMessage |
None. |
|
IsSuccessStatusCode | boolean |
None. |