Employee update endpoint

PUT {{baseUrl}}/api/employees/?id=16520597

Request Params

KeyDatatypeRequiredDescription
idnumber(Required)

Request Body

{"address"=>"123 Test Ln", "city"=>"San Francisco", "email"=>"hello@world.com", "first"=>"Jan", "last"=>"Smith", "phone"=>"(123)456-7890)", "state"=>"CA", "zip"=>"12345"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

""