Products and Services REST Endpoints
Suppliers/Products and Services
Supplier products and services are retrieved.
- Create one product and service
- Method: postPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices - Create one product and service
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServicesView/{SupplierProductsServicesId} - Delete one product and service
- Method: deletePath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices/{SupplierProductsServicesId} - Delete one product and service
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServicesView - Get all products and services
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices - Get one product and service
- Method: getPath:
/fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices/{SupplierProductsServicesId}