Contacts REST Endpoints
Suppliers/Contacts
Supplier contacts are retrieved.
- Create one contact
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/contacts - Get all contacts
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/contacts - Get one contact
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/contacts/{SupplierContactId} - Update one contact
- Method: patchPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/contacts/{SupplierContactId}