{ "opencollection": "1.0.0", "info": { "name": "HawkSoft Partner Agencies Receipts API", "version": "3.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Receipts", "type": "folder" }, "items": [ { "info": { "name": "Post a payment receipt to a client (write-back, V3.0)", "type": "http" }, "http": { "method": "POST", "url": "https://integration.hawksoft.app/vendor/agency/:agencyId/client/:clientId/receipts", "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": "Post a payment receipt to a client (write-back, V3.0)" } ] } ], "bundled": true }