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