{ "opencollection": "1.0.0", "info": { "name": "Fulcrum Public Accounting Code Vendor Contact API", "version": "v1" }, "items": [ { "info": { "name": "Vendor Contact", "type": "folder" }, "items": [ { "info": { "name": "Create a new vendor contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/vendors/:vendorId/contacts", "params": [ { "name": "vendorId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create a new vendor contact" }, { "info": { "name": "Get a specific vendor contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.fulcrumpro.com/api/vendors/:vendorId/contacts/:contactId", "params": [ { "name": "vendorId", "value": "", "type": "path", "description": "The id of the vendor to modify contacts for" }, { "name": "contactId", "value": "", "type": "path", "description": "The id of the vendor contact." } ] }, "docs": "Get a specific vendor contact" }, { "info": { "name": "Update a specific vendor contact", "type": "http" }, "http": { "method": "PUT", "url": "https://api.fulcrumpro.com/api/vendors/:vendorId/contacts/:contactId", "params": [ { "name": "vendorId", "value": "", "type": "path", "description": "The id of the vendor to modify contacts for" }, { "name": "contactId", "value": "", "type": "path", "description": "The id of the vendor contact." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update a specific vendor contact" }, { "info": { "name": "Delete a specific customer contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.fulcrumpro.com/api/vendors/:vendorId/contacts/:contactId", "params": [ { "name": "vendorId", "value": "", "type": "path", "description": "The id of the vendor to modify contacts for" }, { "name": "contactId", "value": "", "type": "path", "description": "The id of the vendor contact." } ] }, "docs": "Delete a specific customer contact" }, { "info": { "name": "Get a list of contacts for a vendor", "type": "http" }, "http": { "method": "POST", "url": "https://api.fulcrumpro.com/api/vendors/:vendorId/contacts/list", "params": [ { "name": "vendorId", "value": "", "type": "path" } ] }, "docs": "Get a list of contacts for a vendor" } ] } ], "bundled": true }