GET api/vendors/name/filter?vendornamefilter={vendornamefilter}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| vendornamefilter | string |
Required |
Body Parameters
None.
Response Information
Resource Description
vendorList| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| VCid | string |
None. |
|
| VName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"ID": 1,
"VCid": "sample string 2",
"VName": "sample string 3"
}