{ "opencollection": "1.0.0", "info": { "name": "Legacy API (v1) Account V1ContactPayments API", "version": "v1" }, "items": [ { "info": { "name": "V1ContactPayments", "type": "folder" }, "items": [ { "info": { "name": "V1ContactPayments_Create", "type": "http" }, "http": { "method": "POST", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/contactpayments", "params": [ { "name": "tenantId", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "V1ContactPayments_UpdateReconcilationStatus", "type": "http" }, "http": { "method": "POST", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/contactpayments/:contactPaymentGuid", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "contactPaymentGuid", "value": "", "type": "path" }, { "name": "isReconciled", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "V1ContactPayments_UpdateCheckIsPrinted", "type": "http" }, "http": { "method": "PATCH", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/contactpayments/:contactPaymentGuid", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "contactPaymentGuid", "value": "", "type": "path" }, { "name": "isPrinted", "value": "", "type": "query" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } }, { "info": { "name": "V1ContactPayments_SyncContactPaymentToTrustbooks", "type": "http" }, "http": { "method": "GET", "url": "https://app.practicepanther.com/api/internal/v1/tenants/:tenantId/contactpayments/syncContactPaymentToTrustbooks/:paymentGuid", "params": [ { "name": "tenantId", "value": "", "type": "path" }, { "name": "paymentGuid", "value": "", "type": "path" } ], "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "/OAuth/Authorize", "accessTokenUrl": "/OAuth/Token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } } } ] } ], "bundled": true }