{ "opencollection": "1.0.0", "info": { "name": "Joblogic Assets Invoices API", "version": "v1" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://uatidentityserver.joblogic.com/connect/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Invoices", "type": "folder" }, "items": [ { "info": { "name": "Search invoices", "type": "http" }, "http": { "method": "POST", "url": "https://api.joblogic.com/api/v1/Invoice/getall", "params": [ { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Searches invoices by keyword and active status." }, { "info": { "name": "Create an invoice", "type": "http" }, "http": { "method": "POST", "url": "https://api.joblogic.com/api/v1/Invoice", "params": [ { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Create an invoice" }, { "info": { "name": "Update an invoice", "type": "http" }, "http": { "method": "PUT", "url": "https://api.joblogic.com/api/v1/Invoice", "params": [ { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." }, { "name": "Id", "value": "", "type": "query", "description": "The resource's integer identifier." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an invoice" }, { "info": { "name": "Delete an invoice", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.joblogic.com/api/v1/Invoice", "params": [ { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." }, { "name": "Id", "value": "", "type": "query", "description": "The resource's integer identifier." } ] }, "docs": "Delete an invoice" }, { "info": { "name": "Retrieve an invoice by integer ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.joblogic.com/api/v1/Invoice/GetById", "params": [ { "name": "id", "value": "", "type": "query", "description": "The resource's integer identifier." }, { "name": "tenantId", "value": "", "type": "query", "description": "The caller's Joblogic tenant identifier (GUID)." } ] }, "docs": "Retrieve an invoice by integer ID" } ] } ], "bundled": true }