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

NameDescriptionTypeAdditional information
id

integer

Required

vendorType

string

Required

associatedID

integer

Required

Body Parameters

None.

Response Information

Resource Description

Single VendorEdit record

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.