POST api/EmployeePayrollRow/AddEmployeePayrollRow

Request Information

URI Parameters

None.

Body Parameters

EmployeePayrollRows
NameDescriptionTypeAdditional 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>2024-04-19T22:01:34.8054113+02:00</PeriodFrom>
    <PeriodTo>2024-04-19T22:01:34.8054113+02:00</PeriodTo>
    <PeriodDays>1</PeriodDays>
    <Analytics1ID>sample string 14</Analytics1ID>
    <Analytics2ID>sample string 15</Analytics2ID>
    <Analytics3ID>sample string 16</Analytics3ID>
  </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>2024-04-19T22:01:34.8054113+02:00</PeriodFrom>
    <PeriodTo>2024-04-19T22:01:34.8054113+02:00</PeriodTo>
    <PeriodDays>1</PeriodDays>
    <Analytics1ID>sample string 14</Analytics1ID>
    <Analytics2ID>sample string 15</Analytics2ID>
    <Analytics3ID>sample string 16</Analytics3ID>
  </EmployeePayrollRow>
</EmployeePayrollRows>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CreateResult
NameDescriptionTypeAdditional 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>