Person Assignment Labor Schedule Versions REST Endpoints

Person Assignment Labor Schedules/Person Assignment Labor Schedule Versions
The versions resource is used as a child of the Person Assignment Labor Schedules resource to view and manage the versions of labor schedules for a person and assignment combination.
Create many versions within a Person Assignment Labor Schedule header.
Method: post
Path: /fscmRestApi/resources/11.13.18.05/personAssignmentLaborSchedules/{LaborScheduleId}/child/versions
Delete a version within a Person Assignment Labor Schedule header.
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/personAssignmentLaborSchedules/{LaborScheduleId}/child/versions/{versionsUniqID}
Get a version within a Person Assignment Labor Schedule header.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personAssignmentLaborSchedules/{LaborScheduleId}/child/versions/{versionsUniqID}
Get many versions within Person Assignment Labor Schedule header.
Method: get
Path: /fscmRestApi/resources/11.13.18.05/personAssignmentLaborSchedules/{LaborScheduleId}/child/versions
Update a version within a Person Assignment Labor Schedule header.
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/personAssignmentLaborSchedules/{LaborScheduleId}/child/versions/{versionsUniqID}