Supplier Attributes Queryable in REST Service
Summary
List of supplier and its child entity attributes that are queryable using REST GET operation (19A)Content
In Supplier REST GET operation, you can use q to specify a filter for the items to be returned from the collection. For example, the following URL will return suppliers with Supplier Type of Services:
https://<server>/fscmRestApi/resources/latest/suppliers?q=SupplierType="Services"
The attribute used by the query parameter q has to be queryable. Not all supplier profile attributes are queryable. You can use URLs like below to find out the queryable property for supplier entity attributes:
https://<server>/fscmRestApi/resources/latest/suppliers/describe
Tagged:
5