v1
latestOpenAPI 3.1.02026-07-243113441.2 MBPayrolls
Update partner disbursements for a payroll
Update partner disbursements for a specific payroll.
scope: partner_disbursements:write
patch/v1/companies/{company_id}/payrolls/{id}/partner_disbursements
Path parameters
company_idstring required
The UUID of the company
idstring required
The UUID of the payroll
Headers
X-Gusto-API-Version'2026-06-15'
Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used.
Request body
Example request
{
"disbursements": [
{
"employee_uuid": "1a2b3c4d-5e6f-7890-abcd-ef1234567890"
}
]
}Response
successful