{ "opencollection": "1.0.0", "info": { "name": "Api Documentation Accounts allocation-api-controller-v-1 API", "version": "1.0" }, "items": [ { "info": { "name": "allocation-api-controller-v-1", "type": "folder" }, "items": [ { "info": { "name": "Get list of allocation details", "type": "http" }, "http": { "method": "GET", "url": "https://service.chromeriver.com/v1/allocations", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "allocation-number", "value": "", "type": "query", "description": "Unique allocation number" }, { "name": "client-number", "value": "", "type": "query", "description": "Unique Client number" }, { "name": "closed", "value": "", "type": "query", "description": "Allocation is closed" }, { "name": "deleted", "value": "", "type": "query", "description": "Allocation is deleted" }, { "name": "page", "value": "", "type": "query", "description": "Starting page number for getting parts of results" }, { "name": "pageSize", "value": "", "type": "query", "description": "Size of page for getting parts of results" } ] }, "docs": "This web service allows an external application to get list of allocation details" }, { "info": { "name": "Create an allocation", "type": "http" }, "http": { "method": "POST", "url": "https://service.chromeriver.com/v1/allocations", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This web service allows an external application to create an allocation" }, { "info": { "name": "Update an allocation", "type": "http" }, "http": { "method": "PUT", "url": "https://service.chromeriver.com/v1/allocations", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This web service allows an external application to update an allocation" }, { "info": { "name": "Delete an allocation", "type": "http" }, "http": { "method": "DELETE", "url": "https://service.chromeriver.com/v1/allocations", "headers": [ { "name": "chain-id", "value": "" }, { "name": "customer-code", "value": "" }, { "name": "x-api-key", "value": "" } ], "params": [ { "name": "allocationNumber", "value": "", "type": "query", "description": "Unique Allocation Number" }, { "name": "clientNumber", "value": "", "type": "query", "description": "Unique Client Number" } ] }, "docs": "This web service allows an external application to delete an allocation" } ] } ], "bundled": true }