GET api/Payment/{employeeNo}/availableSalarySacrifice

Get a list of all payment pay elements available to an employee

Request Information

URI Parameters

NameDescriptionTypeAdditional information
employeeNo

Employee Number

string

Required

Body Parameters

None.

Response Information

Resource Description

Pay Elements

Collection of string

Response Formats

application/json, text/json

Sample:
[
  "BasicAdjust",
  "Basic",
  "Bonus",
  "C010",
  "C013",
  "Expenses",
  "HolidayPay",
  "NIableOnImport",
  "Overtime@1.0",
  "TaxableOnImport",
  "Term Time Hourly"
]

application/xml, text/xml

Sample:
<ArrayOfstring>
  <string>BasicAdjust</string>
  <string>Basic</string>
  <string>Bonus</string>
  <string>C010</string>
  <string>C013</string>
  <string>Expenses</string>
  <string>HolidayPay</string>
  <string>NIableOnImport</string>
  <string>Overtime@1.0</string>
  <string>TaxableOnImport</string>
  <string>Term Time Hourly</string>
</ArrayOfstring>