Assignment Extensible FlexFields REST Endpoints

Workers/Work Relationships/Assignments/Assignment Extensible FlexFields
The assignmentsEFF resource is a child of the assignments resource. It provides all the assignment extensible flexfields of a worker as of the specified date. By default, the current date is retained.
Create a flexfield
Method: post
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID}/child/assignmentsEFF
Delete a flexfield
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID}/child/assignmentsEFF/{assignmentsEFFUniqID}
Get a flexfield
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID}/child/assignmentsEFF/{assignmentsEFFUniqID}
Get all flexfields
Method: get
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID}/child/assignmentsEFF
Update a flexfield
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/workers/{workersUniqID}/child/workRelationships/{PeriodOfServiceId}/child/assignments/{assignmentsUniqID}/child/assignmentsEFF/{assignmentsEFFUniqID}