{ "opencollection": "1.0.0", "info": { "name": "Action (Matter) Bill Settings Action Bill Settings Disbursements API", "version": "1.0" }, "items": [ { "info": { "name": "Disbursements", "type": "folder" }, "items": [ { "info": { "name": "GET /disbursements", "type": "http" }, "http": { "method": "GET", "url": "https://api.actionstep.com/disbursements" }, "docs": "Returns a collection of disbursements. For information on how to construct requests filtering by various properties, please refer to the API Developer Portal." }, { "info": { "name": "POST /disbursements", "type": "http" }, "http": { "method": "POST", "url": "https://api.actionstep.com/disbursements", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new disbursement." }, { "info": { "name": "GET /disbursements/{id}", "type": "http" }, "http": { "method": "GET", "url": "https://api.actionstep.com/disbursements/:id", "params": [ { "name": "id", "value": "7630", "type": "path", "description": "Unique identifier for a disbursement." } ] }, "docs": "Returns a single disbursement." }, { "info": { "name": "PUT /disbursements/{id}", "type": "http" }, "http": { "method": "PUT", "url": "https://api.actionstep.com/disbursements/:id", "params": [ { "name": "id", "value": "7630", "type": "path", "description": "Unique identifier for a disbursement." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a disbursement" }, { "info": { "name": "DELETE /disbursements/{id}", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.actionstep.com/disbursements/:id", "params": [ { "name": "id", "value": "7630", "type": "path", "description": "Unique identifier for a disbursement." } ] }, "docs": "Deletes a disbursement." } ] } ], "bundled": true }