- Subcategories:
 - Assigned Payrolls
 - Payroll Assignment Dates
 - Payroll Assignment Developer Descriptive Flexfields
 
Payroll Assignments REST Endpoints
    
        Payroll Relationships/Payroll Assignments
    
The payrollAssignments resource is a child of the payrollRelationships resource.It includes a list of all payroll assignments for a given payroll relationship.
- Get a payroll assignment
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationships/{payrollRelationshipsUniqID}/child/payrollAssignments/{payrollAssignmentsUniqID} - Get all payroll assignments
 - Method: getPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationships/{payrollRelationshipsUniqID}/child/payrollAssignments - Update a payroll assignment
 - Method: patchPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationships/{payrollRelationshipsUniqID}/child/payrollAssignments/{payrollAssignmentsUniqID} - Update a tax reporting unit
 - Method: postPath:
/hcmRestApi/resources/11.13.18.05/payrollRelationships/{payrollRelationshipsUniqID}/child/payrollAssignments/{payrollAssignmentsUniqID}/action/updateTRU