GET api/Centers/{buid}/VendorList
Collection of Vendors by BuID
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
buid | Business Unit ID |
Define this parameter in the request URI. |
Response Information
VendorListItemDTO
Response body formats
application/json, text/json
Sample:
[ { "VendorID": 1, "VendorName": "sample string 2" }, { "VendorID": 1, "VendorName": "sample string 2" }, { "VendorID": 1, "VendorName": "sample string 2" } ]
text/javascript
Sample:
[{"VendorID":1,"VendorName":"sample string 2"},{"VendorID":1,"VendorName":"sample string 2"},{"VendorID":1,"VendorName":"sample string 2"}]
text/csv
Sample: