Recall Contacts REST Endpoints

Inventory Management/Recall Notices/Recall Contacts
The Recall Contacts resource manages the contact details of person in the recalling organization. The contact information includes name, position, phone, and email.
Create contacts
Method: post
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts
Delete a contact
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts/{ContactId}
Get all contacts
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts
Get one contact
Method: get
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts/{ContactId}
Update a contact
Method: patch
Path: /fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts/{ContactId}