{ "opencollection": "1.0.0", "info": { "name": "funeralOne Cases API", "version": "1.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Cases", "type": "folder" }, "items": [ { "info": { "name": "Create or update a case", "type": "http" }, "http": { "method": "POST", "url": "https://api.funeralone.com/cases", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new case or updates an existing one (matched by AccountExternalId + CaseExternalId). Populates the deceased's obituary, events, tribute videos, and family administrators in the funeral home's f1Connect memorial website and Life Tributes." }, { "info": { "name": "Retrieve all cases for an account", "type": "http" }, "http": { "method": "GET", "url": "https://api.funeralone.com/cases/AccountExternalId/:AccountExternalId", "params": [ { "name": "AccountExternalId", "value": "", "type": "path", "description": "Immutable identifier (up to 50 ASCII chars) for the funeral-home customer." } ] }, "docs": "Returns all cases associated with the given funeral-home account." }, { "info": { "name": "Retrieve a specific case", "type": "http" }, "http": { "method": "GET", "url": "https://api.funeralone.com/cases/AccountExternalId/:AccountExternalId/CaseExternalId/:CaseExternalId", "params": [ { "name": "AccountExternalId", "value": "", "type": "path", "description": "Immutable identifier (up to 50 ASCII chars) for the funeral-home customer." }, { "name": "CaseExternalId", "value": "", "type": "path", "description": "Identifier (up to 39 chars) for the case within the account." } ] }, "docs": "Returns a single case identified by AccountExternalId and CaseExternalId." } ] } ], "bundled": true }