{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Material Vendor API", "version": "v1" }, "items": [ { "info": { "name": "Material Vendor", "type": "folder" }, "items": [ { "info": { "name": "Create a new material vendor. DEPRECATED: use POST /v2/material-vendors instead,\nwhich accepts the material id in the request body. This endpoint fails for material\nids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core routing\ncannot match URL-encoded forward slashes in path segments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/materials/:materialId/vendors", "params": [ { "name": "materialId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new material vendor. DEPRECATED: use POST /v2/material-vendors instead,\nwhich accepts the material id in the request body. This endpoint fails for material\nids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core routing\ncannot match URL-encoded forward slashes in path segments." }, { "info": { "name": "Create a new material vendor. Use this endpoint instead of the path-based v1\nwhen your material ids may contain '/' characters, which ASP.NET Core routing\ncannot match once URL-encoded.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/v2/material-vendors", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new material vendor. Use this endpoint instead of the path-based v1\nwhen your material ids may contain '/' characters, which ASP.NET Core routing\ncannot match once URL-encoded." }, { "info": { "name": "Get a list of vendors for a material. DEPRECATED: use POST /v2/material-vendors/list\ninstead, which accepts the material id in the request body. This endpoint fails for\nmaterial ids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core\nrouting cannot match URL-encoded forward slashes in path segments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/materials/:materialId/vendors/list", "params": [ { "name": "materialId", "value": "", "type": "path" } ] }, "docs": "Get a list of vendors for a material. DEPRECATED: use POST /v2/material-vendors/list\ninstead, which accepts the material id in the request body. This endpoint fails for\nmaterial ids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core\nrouting cannot match URL-encoded forward slashes in path segments." }, { "info": { "name": "List the vendors for a material. Use this endpoint instead of the path-based v1\nwhen your material ids may contain '/' characters, which ASP.NET Core routing\ncannot match once URL-encoded.", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/v2/material-vendors/list", "body": { "type": "json", "data": "{}" } }, "docs": "List the vendors for a material. Use this endpoint instead of the path-based v1\nwhen your material ids may contain '/' characters, which ASP.NET Core routing\ncannot match once URL-encoded." }, { "info": { "name": "Update a specific material vendor. DEPRECATED: use PUT /v2/material-vendors/{vendorId} instead,\nwhich accepts the material id in the request body. This endpoint fails for material\nids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core routing\ncannot match URL-encoded forward slashes in path segments.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/materials/:materialId/vendors/:vendorId", "params": [ { "name": "materialId", "value": "", "type": "path", "description": "The id of the item to modify vendors for" }, { "name": "vendorId", "value": "", "type": "path", "description": "The id of the actual vendor." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific material vendor. DEPRECATED: use PUT /v2/material-vendors/{vendorId} instead,\nwhich accepts the material id in the request body. This endpoint fails for material\nids that contain '/' characters (e.g. \"SS-301-CR 1/2 HD\") because ASP.NET Core routing\ncannot match URL-encoded forward slashes in path segments." }, { "info": { "name": "Update a specific material vendor. Use this endpoint instead of the path-based v1\nwhen your material ids may contain '/' characters, which ASP.NET Core routing\ncannot match once URL-encoded.", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/v2/material-vendors/:vendorId", "params": [ { "name": "vendorId", "value": "", "type": "path", "description": "Unique id of the vendor to update on the material." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific material vendor. Use this endpoint instead of the path-based v1\nwhen your material ids may contain '/' characters, which ASP.NET Core routing\ncannot match once URL-encoded." } ] } ], "bundled": true }