Adds a table row

Adds a table row. If employee is currently on a pay schedule syncing with Trax Payroll, or being added to one, the row cannot be added if they are missing any required fields for that table. If the API user is adding a row on the compensation table, the row cannot be added if they are missing any of the required employee fields (including fields not on that table).

Sample Request

{
    "date":"2010-06-01",
    "location":"New York Office",
    "divison":"Sprockets",
    "department":"Research and Development",
    "jobTitle":"Machinist",
    "reportsTo":"John Smith"
}

Sample Response

Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!