Update an existing row in the specified employee table using the v1.1 table-row update endpoint. Submit the field changes in JSON or XML. This version is largely compatible with v1 and is intended for the same tabular employee data use cases.
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
200Row updated successfully. A 200 response is returned as long as at least one field was updated, even if some fields were skipped due to permissions. No response body is returned.
400The posted JSON or XML is malformed, or required fields are missing.
403Permission denied.
404The employee, table, or row does not exist.
406One or more field values are invalid.
409Conflict. The provided field values conflict with business rules or payroll constraints.
412Precondition failed. The update requires an active pay schedule or other required prerequisite data.
