Update an earning type

PUT {{baseUrl}}/v1/companies/:company_id/earning_types/:earning_type_uuid

Update an earning type.

scope: payrolls:write

Request Body

{"name"=>"<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;name&quot;:&quot;Gym Membership Stipend&quot;,&quot;uuid&quot;:&quot;f4dc8972-8830-4c07-b623-349a04b040d7&quot;}