Recall Contacts REST Endpoints

Inventory Management/Recall NoticesV2/Recall Contacts
The contact information includes name, position, phone, and email.
Create contacts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts
Delete a contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts/{ContactId}
Get all contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts
Get one contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts/{ContactId}
Update a contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts/{ContactId}