Products and Services REST Endpoints

Suppliers/Products and Services
Supplier products and services are retrieved.
Create one product and service
Method: post
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices
Delete one product and service
Method: delete
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices/{SupplierProductsServicesId}
Get all products and services
Method: get
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices
Get all products and services to view
Method: get
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServicesView
Get one product and service
Method: get
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServices/{SupplierProductsServicesId}
Get one product and service to view
Method: get
Path: /fscmRestApi/resources/11.13.18.05/suppliers/{SupplierId}/child/productsAndServicesView/{SupplierProductsServicesId}