Material Vendor
Get a list of vendors for a material. DEPRECATED: use POST /v2/material-vendors/list instead, which accepts the material id in the request body. This endpoint fails for material ids that contain '/' characters (e.g. "SS-301-CR 1/2 HD") because ASP.NET Core routing cannot match URL-encoded forward slashes in path segments.
post/api/materials/{materialId}/vendors/list
Path parameters
materialIdstring required
Response
List of vendors for the given material id
Changes
No recorded changes to this endpoint across all 12 revisions of this API.