Retrieving the Existing Suppliers
This example shows you how to retrieve the list of existing suppliers, which comprises the existing manufacturers and vendors, in Windchill. Use the following GET URI.
URI
GET /Windchill/servlet/odata/SupplierMgmt/Suppliers
To retrieve the organization associated with each supplier, use $expand=Organization in the GET URI, for example,
URI with Expand
GET /Windchill/servlet/odata/SupplierMgmt/Suppliers?$expand=Organization
The request returns the corresponding organization ID for each manufacturer and vendor along with other details of the organization.
Example: Retrieving the Existing Manufacturers
This example shows you how to retrieve the list of existing manufacturers. Use the following GET URI.
URI
GET /Windchill/servlet/odata/SupplierMgmt/Manufacturers
Example: Retrieving the Existing Vendors
This example shows you how to retrieve the list of existing vendors. Use the following GET URI.
URI
GET /Windchill/servlet/odata/SupplierMgmt/Vendors
これは役に立ちましたか?