Update Table Row

Update an existing row in the specified employee table by submitting field name/value pairs for the fields to change in JSON or XML.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The employee ID.

string
required

The name of the table containing the row to update (e.g., jobInfo, compensation).

string
required

The ID of the row to update.

Body Params
date

The effective date for the row in YYYY-MM-DD format.

string

The employee location value for the row.

string

The division value for the row.

string

The department value for the row.

string

The job title value for the row.

string

The manager or reports-to value for the row.

teams
array of strings

Team values associated with the row.

teams
Responses
200

Row 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.

400

The posted JSON or XML is malformed, or required fields are missing.

403

Permission denied.

404

The employee, table, or row does not exist.

406

One or more field values are invalid.

409

Conflict. The provided field values conflict with business rules or payroll constraints.

412

Precondition failed. The update requires an active pay schedule or other required prerequisite data.

Language
Credentials
:
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!