GET api/orgVendor/{vendorType}/{id}/associated/{associatedID}
Get a specific vendor (id) of a specific type (vendorType) associated with another entity (usually a client)
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| vendorType | string |
Required |
|
| associatedID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Single VendorEdit record
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.