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