Recall Contacts REST Endpoints
Inventory Management/Recall NoticesV2/Recall Contacts
The contact information includes name, position, phone, and email.
- Create contacts
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts - Delete a contact
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts/{ContactId} - Get all contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts - Get one contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts/{ContactId} - Update a contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/recallNoticesV2/{HeaderId}/child/recallContacts/{ContactId}