Recruiting Job Offer Collaborators REST Endpoints

Recruiting Create or Update Job Offers/Recruiting Job Offer Collaborators
The collaborators resource provides details about the collaborators of a job offer.
Create data for a collaborator
Method: post
Path: /hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/collaborators
Delete data for a collaborator
Method: delete
Path: /hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/collaborators/{TeamMemberId}
Get data for a collaborator
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/collaborators/{TeamMemberId}
Get data for all collaborators
Method: get
Path: /hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/collaborators
Update data for a collaborator
Method: patch
Path: /hcmRestApi/resources/11.13.18.05/recruitingUICreateOrUpdateJobOffers/{OfferId}/child/collaborators/{TeamMemberId}