Recall Contacts REST Endpoints
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: postPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts - Delete a contact
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts/{ContactId} - Get all contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts - Get one contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts/{ContactId} - Update a contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/recallNotices/{HeaderId}/child/recallContacts/{ContactId}