Update an employee work address

PUT {{baseUrl}}/v1/work_addresses/:work_address_uuid

The work address of an employee is used for payroll tax purposes.

scope: employees:manage

Request Body

{"location_uuid"=>"<string>", "effective_date"=>"<date>", "version"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
X-Gusto-API-VersionstringDetermines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;uuid&quot;:&quot;34925ef7-6234-440d-83b8-788a24d0d69a&quot;,&quot;employee_uuid&quot;:&quot;2363b9c0-6625-4425-9261-47627fd68783&quot;,&quot;location_uuid&quot;:&quot;aba6d0fd-7294-4997-b1a4-bc9268c45932&quot;,&quot;effective_date&quot;:&quot;2023-05-15&quot;,&quot;active&quot;:true,&quot;version&quot;:&quot;6a22da647ed391f184a212e6e83a541d&quot;,&quot;street_1&quot;:&quot;977 Marks Viaduct&quot;,&quot;street_2&quot;:null,&quot;city&quot;:&quot;Pink Hill&quot;,&quot;state&quot;:&quot;NC&quot;,&quot;zip&quot;:&quot;28572&quot;,&quot;country&quot;:&quot;USA&quot;}