POST api/EmployeePayrollRow/AddEmployeePayrollRow
Request Information
URI Parameters
None.
Body Parameters
EmployeePayrollRows| Name | Description | Type | Additional information |
|---|---|---|---|
| EmployeePayrollRow | Collection of EmployeePayrollRow |
None. |
Request Formats
application/xml, text/xml
Sample:
<EmployeePayrollRows xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<EmployeePayrollRow>
<Year>1</Year>
<Month>2</Month>
<CycleNumber>3</CycleNumber>
<EmployeeID>sample string 4</EmployeeID>
<PayElementID>sample string 5</PayElementID>
<PayElementDesc>sample string 6</PayElementDesc>
<CostCentreID>sample string 7</CostCentreID>
<CostDriverID>sample string 8</CostDriverID>
<CustomerID>sample string 9</CustomerID>
<WorkOrderID>sample string 10</WorkOrderID>
<ClercID>sample string 11</ClercID>
<NumberOfUnits>1</NumberOfUnits>
<PerUnit>1</PerUnit>
<Percent>1</Percent>
<GrossAmount>1</GrossAmount>
<RenumID>sample string 12</RenumID>
<CopyingDone>sample string 13</CopyingDone>
<PeriodFrom>2025-12-18T13:53:45.1814905+01:00</PeriodFrom>
<PeriodTo>2025-12-18T13:53:45.1814905+01:00</PeriodTo>
<PeriodDays>1</PeriodDays>
<Analytics1ID>sample string 14</Analytics1ID>
<Analytics2ID>sample string 15</Analytics2ID>
<Analytics3ID>sample string 16</Analytics3ID>
<InsUpdDate>2025-12-18T13:53:45.1814905+01:00</InsUpdDate>
</EmployeePayrollRow>
<EmployeePayrollRow>
<Year>1</Year>
<Month>2</Month>
<CycleNumber>3</CycleNumber>
<EmployeeID>sample string 4</EmployeeID>
<PayElementID>sample string 5</PayElementID>
<PayElementDesc>sample string 6</PayElementDesc>
<CostCentreID>sample string 7</CostCentreID>
<CostDriverID>sample string 8</CostDriverID>
<CustomerID>sample string 9</CustomerID>
<WorkOrderID>sample string 10</WorkOrderID>
<ClercID>sample string 11</ClercID>
<NumberOfUnits>1</NumberOfUnits>
<PerUnit>1</PerUnit>
<Percent>1</Percent>
<GrossAmount>1</GrossAmount>
<RenumID>sample string 12</RenumID>
<CopyingDone>sample string 13</CopyingDone>
<PeriodFrom>2025-12-18T13:53:45.1814905+01:00</PeriodFrom>
<PeriodTo>2025-12-18T13:53:45.1814905+01:00</PeriodTo>
<PeriodDays>1</PeriodDays>
<Analytics1ID>sample string 14</Analytics1ID>
<Analytics2ID>sample string 15</Analytics2ID>
<Analytics3ID>sample string 16</Analytics3ID>
<InsUpdDate>2025-12-18T13:53:45.1814905+01:00</InsUpdDate>
</EmployeePayrollRow>
</EmployeePayrollRows>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
CreateResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Keys | Collection of EntityKeyField |
None. |
|
| ResultCode | ExternalResultCode |
None. |
|
| Errors | Collection of Error |
None. |
Response Formats
application/xml, text/xml
Sample:
<CreateResult xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<Keys>
<Key>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</Key>
<Key>
<Name>sample string 1</Name>
<Value>sample string 2</Value>
</Key>
</Keys>
<ResultCode>None</ResultCode>
<Errors>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
<Error>
<Level>Warning</Level>
<Message>sample string 1</Message>
</Error>
</Errors>
</CreateResult>