Assignment Status Translations REST Endpoints

Assignment Statuses/Assignment Status Translations
The assignmentStatuses translations resource provides translated details of the assignment statuses.
Create assignment status translations
Method: post
Path: /hcmRestApi/resources/11.13.18.05/assignmentStatuses/{AssignmentStatusTypeId}/child/translations
Delete an assignment status translation
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/assignmentStatuses/{AssignmentStatusTypeId}/child/translations/{translationsUniqID}
Get all assignment status translations
Method: get
Path: /hcmRestApi/resources/11.13.18.05/assignmentStatuses/{AssignmentStatusTypeId}/child/translations
Get an assignment status translation
Method: get
Path: /hcmRestApi/resources/11.13.18.05/assignmentStatuses/{AssignmentStatusTypeId}/child/translations/{translationsUniqID}
Update an assignment status translation
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/assignmentStatuses/{AssignmentStatusTypeId}/child/translations/{translationsUniqID}