OIC - Supplier
Summary
OIC - SupplierContent
have one question. we using latest oic. We have bunch of Suppliers in ERP. We want to do a GetSupplier to get supplier details. We noticed Soap v2 does not have getSupplier operation. Although it does have createSupplier and updateSupplier.
Rest API has GetSupplier(SupplierId) we cannot use this operation as we do not have SupplierId
We have supplier number ( we do not get supplierId ) in request payload. So basically we are looking a API that can take SupplierNumber and return Supplier details. Any idea / help appreciated.
0