{ "opencollection": "1.0.0", "info": { "name": "HawkSoft Partner Agencies Log Entries API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Log Entries", "type": "folder" }, "items": [ { "info": { "name": "Post a log note to a client (write-back)", "type": "http" }, "http": { "method": "POST", "url": "https://integration.hawksoft.app/vendor/agency/:agencyId/client/:clientId/log", "params": [ { "name": "agencyId", "value": "", "type": "path", "description": "HawkSoft agency identifier." }, { "name": "clientId", "value": "", "type": "path", "description": "HawkSoft client identifier." }, { "name": "version", "value": "", "type": "query", "description": "API version; use 3.0 for the V3.0 surface." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Append an activity log note to a client's timeline. Core of HawkSoft's 2-way integration; available to partners using write-back." } ] } ], "bundled": true }