This object allows for the management of many cases across a number of borrowers. That is to say that a supercase can create, manage, and close many cases at once.
This is particularly useful if an issue occurs which affects a large group of borrowers.
subcases
/cases
endpoint)Managing "who" is affected by a supercase is an important aspect of supercases:
member
of a supercase is one "borrower-loan" pairing.population
is a set of members added at once.population
's membership may be changed until it is "committed" by setting
isDraft: false
, at which time the memberships are locked and subcases are created.Creates a new supercase.
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "supercaseType": "generic",
- "name": "string",
- "description": "string",
- "eventStartedAt": "2019-08-24T14:15:22Z",
- "status": "initiated",
- "outcome": "approved",
- "subcaseTypeId": "string",
- "subcaseName": "string",
- "autoCreated": true,
- "femaDisasterNumber": 0,
- "femaMonitoringEndDate": "2019-08-24"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "supercase",
- "companyId": "string",
- "supercaseType": "generic",
- "name": "string",
- "description": "string",
- "eventStartedAt": "2019-08-24T14:15:22Z",
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "outcome": "approved",
- "subcaseTypeId": "string",
- "subcaseName": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "autoCreated": true,
- "femaDisasterNumber": 0,
- "femaDisasterDetails": {
- "description": "string",
- "incidentType": "string",
- "declarationDate": "2019-08-24",
- "impactedAreas": [
- {
- "placeCode": "string",
- "countyArea": "string",
- "state": "string"
}
], - "beginDate": "2019-08-24",
- "endDate": "2019-08-24",
- "lastRefreshAt": "2019-08-24T14:15:22Z",
- "ihProgramDeclared": true,
- "iaProgramDeclared": true,
- "paProgramDeclared": true,
- "hmProgramDeclared": true
}, - "femaMonitoringEndDate": "2019-08-24"
}
}
Success
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "supercase",
- "companyId": "string",
- "supercaseType": "generic",
- "name": "string",
- "description": "string",
- "eventStartedAt": "2019-08-24T14:15:22Z",
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "outcome": "approved",
- "subcaseTypeId": "string",
- "subcaseName": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "autoCreated": true,
- "femaDisasterNumber": 0,
- "femaDisasterDetails": {
- "description": "string",
- "incidentType": "string",
- "declarationDate": "2019-08-24",
- "impactedAreas": [
- {
- "placeCode": "string",
- "countyArea": "string",
- "state": "string"
}
], - "beginDate": "2019-08-24",
- "endDate": "2019-08-24",
- "lastRefreshAt": "2019-08-24T14:15:22Z",
- "ihProgramDeclared": true,
- "iaProgramDeclared": true,
- "paProgramDeclared": true,
- "hmProgramDeclared": true
}, - "femaMonitoringEndDate": "2019-08-24"
}
]
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "supercase",
- "companyId": "string",
- "supercaseType": "generic",
- "name": "string",
- "description": "string",
- "eventStartedAt": "2019-08-24T14:15:22Z",
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "outcome": "approved",
- "subcaseTypeId": "string",
- "subcaseName": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "autoCreated": true,
- "femaDisasterNumber": 0,
- "femaDisasterDetails": {
- "description": "string",
- "incidentType": "string",
- "declarationDate": "2019-08-24",
- "impactedAreas": [
- {
- "placeCode": "string",
- "countyArea": "string",
- "state": "string"
}
], - "beginDate": "2019-08-24",
- "endDate": "2019-08-24",
- "lastRefreshAt": "2019-08-24T14:15:22Z",
- "ihProgramDeclared": true,
- "iaProgramDeclared": true,
- "paProgramDeclared": true,
- "hmProgramDeclared": true
}, - "femaMonitoringEndDate": "2019-08-24"
}
}
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "supercaseType": "generic",
- "name": "string",
- "description": "string",
- "eventStartedAt": "2019-08-24T14:15:22Z",
- "status": "initiated",
- "outcome": "approved",
- "subcaseTypeId": "string",
- "subcaseName": "string",
- "autoCreated": true,
- "femaDisasterNumber": 0,
- "femaMonitoringEndDate": "2019-08-24"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "supercase",
- "companyId": "string",
- "supercaseType": "generic",
- "name": "string",
- "description": "string",
- "eventStartedAt": "2019-08-24T14:15:22Z",
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "outcome": "approved",
- "subcaseTypeId": "string",
- "subcaseName": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "autoCreated": true,
- "femaDisasterNumber": 0,
- "femaDisasterDetails": {
- "description": "string",
- "incidentType": "string",
- "declarationDate": "2019-08-24",
- "impactedAreas": [
- {
- "placeCode": "string",
- "countyArea": "string",
- "state": "string"
}
], - "beginDate": "2019-08-24",
- "endDate": "2019-08-24",
- "lastRefreshAt": "2019-08-24T14:15:22Z",
- "ihProgramDeclared": true,
- "iaProgramDeclared": true,
- "paProgramDeclared": true,
- "hmProgramDeclared": true
}, - "femaMonitoringEndDate": "2019-08-24"
}
}
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "population",
- "isDraft": true,
- "companyId": "string",
- "supercaseId": "string"
}
]
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "population",
- "isDraft": true,
- "companyId": "string",
- "supercaseId": "string"
}
}
{- "status": 0,
- "message": "string",
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "caseId": "string",
- "borrowerId": "string",
- "loanId": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
]
}
Set the draft population membership to the population in this request. (Removing all current members if they exist.)
Success
[- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "borrowerId": "string",
- "loanId": "string"
}
]
Add to the current population membership the members in this request.
Success
[- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "borrowerId": "string",
- "loanId": "string"
}
]
Set the current population membership to the population in this request. (Removing all current members if they exist.) Format is a CSV document.
Success
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "population",
- "isDraft": true,
- "companyId": "string",
- "supercaseId": "string"
}
}
Update the population.
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string"
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "object": "population",
- "isDraft": true,
- "companyId": "string",
- "supercaseId": "string"
}
}
{- "status": 0,
- "message": "string",
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "caseId": "string",
- "borrowerId": "string",
- "loanId": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
]
}
OK
{- "status": 0,
- "total": 0,
- "count": 0,
- "nextUrl": "string",
- "previousUrl": "string",
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
]
}
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "content": "string",
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "archived": false,
- "taskableInstruction": false
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
}
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "content": "string",
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "archived": false,
- "taskableInstruction": false
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
}
OK
{- "status": 0,
- "total": 0,
- "count": 0,
- "nextUrl": "string",
- "previousUrl": "string",
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
]
}
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "content": "string",
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "archived": false,
- "taskableInstruction": false
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
}
Success
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "status": "active",
- "content": "string",
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "archived": false,
- "taskableInstruction": false
}
{- "status": 0,
- "message": "string",
- "data": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "note",
- "caseId": "string",
- "supercaseId": "string",
- "interactionId": "string",
- "status": "active",
- "type": "borrowerNote",
- "content": "string",
- "oldContent": [ ],
- "important": false,
- "pinned": false,
- "category": "generic",
- "sensitiveData": false,
- "edited": false,
- "archived": false,
- "taskableInstruction": false,
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "updatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "archivedAt": "2019-08-24T14:15:22Z",
- "deletedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}
}
}
Keyword parameters unique to bankruptcies.
Accepted
{- "caseType": "bankruptcy",
- "courtCaseFiledDate": "2019-08-24",
- "courtCaseNumber": "string",
- "courtCaseChapter": "chapter7",
- "courtCaseDebtorDisposition": "dismissed",
- "courtCaseDebtorDispositionDate": "2019-08-24",
- "courtCaseLastStatus": "filed",
- "courtCaseLastStatusUpdatedDate": "2019-08-24",
- "courtCaseClosedDate": "2019-08-24",
- "creditorClaimDeadlineDate": "2019-08-24",
- "anticipatedCaseCompletionDate": "2019-08-24",
- "listedOutstandingDebt": true,
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "createReviewTask": true,
- "externalId": "string",
- "people": [
- "string"
], - "borrowerIds": [
- "string"
], - "name": "string",
- "creationProcedure": "automatedCollectionsDetection",
- "owningEmployeeId": "string",
- "autoCreated": true,
- "status": "initiated",
- "outcome": "approved",
- "matchToDataSource": true,
- "matchDetails": {
- "ssnMatch": "match",
- "last4SSNMatch": "match",
- "nameMatch": "match",
- "addressMatch": "match",
- "dateOfBirthMatch": "match",
- "matchDoneBy": "dataVendor",
- "externalMatchCode": "string"
}, - "lenderAck": false,
- "customFields": { },
- "metaData": { },
- "workflowId": "string",
- "escalatedAt": "2019-08-24T14:15:22Z",
- "escalatedTeamId": "string",
- "escalatedEmployeeId": "string",
- "escalationIsUrgent": true,
- "associations": [
- {
- "objectType": "document",
- "objectId": "string"
}
], - "openedAt": "2019-08-24T14:15:22Z"
}
{- "status": 0,
- "message": "string",
- "data": {
- "operationId": "string"
}
}
Accepted
{- "subject": "annualPrivacyPolicyNotice",
- "channel": "voice",
- "theme": "agentNotification",
- "context": { },
- "isTransactional": true,
- "attachments": [
- "string"
]
}
{- "status": 0,
- "message": "string",
- "data": {
- "operationId": "string"
}
}
Accepted
{- "subject": "annualPrivacyPolicyNotice",
- "channel": "voice",
- "theme": "agentNotification",
- "context": { },
- "isTransactional": true,
- "attachments": [
- "string"
]
}
{- "status": 0,
- "message": "string",
- "data": {
- "operationId": "string"
}
}
Accepted
{- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "channels": [
- "all"
], - "themes": [
- "all"
], - "endDate": "2019-08-24",
- "daysOfWeek": [
- 0
], - "timezone": "string",
- "timesOfDay": [
- {
- "fromHour": 0,
- "toHour": 0
}
], - "contactLabels": [
- "personal"
], - "startDate": "2019-08-24"
}
{- "status": 0,
- "message": "string",
- "data": {
- "operationId": "string"
}
}
OK
{- "status": 0,
- "total": 0,
- "count": 0,
- "nextUrl": "string",
- "previousUrl": "string",
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "SupercaseBulkOperation",
- "supercaseId": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "completed": true,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "casesProcessed": 0,
- "casesFailed": 0,
- "casesIneligible": 0,
- "errorLog": [
- { }
], - "operationType": "update",
- "requestBody": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "case",
- "externalId": "string",
- "people": [
- "string"
], - "borrowerIds": [
- "string"
], - "name": "string",
- "companyId": "string",
- "caseTypeMeta": {
- "base": "string",
- "id": "string",
- "name": "string",
- "derivedFromTypeId": "string",
- "version": 0
}, - "creationProcedure": "automatedCollectionsDetection",
- "createdByUser": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "owningEmployeeId": "string",
- "autoCreated": true,
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "statusUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "outcome": "approved",
- "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
- "outcomeUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "snoozedAt": "2019-08-24T14:15:22Z",
- "snoozedUntil": "2019-08-24",
- "matchToDataSource": true,
- "matchDetails": {
- "ssnMatch": "match",
- "last4SSNMatch": "match",
- "nameMatch": "match",
- "addressMatch": "match",
- "dateOfBirthMatch": "match",
- "matchDoneBy": "dataVendor",
- "externalMatchCode": "string"
}, - "lenderAck": false,
- "customFields": { },
- "metaData": { },
- "workflowId": "string",
- "escalatedAt": "2019-08-24T14:15:22Z",
- "escalatedTeamId": "string",
- "escalatedEmployeeId": "string",
- "escalationIsUrgent": true,
- "associations": [
- {
- "objectType": "document",
- "objectId": "string"
}
], - "creatingSupercaseId": "string",
- "lastViewedAt": "2019-08-24T14:15:22Z",
- "lastViewedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
- "lastSubresourceUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "openedAt": "2019-08-24T14:15:22Z",
- "owningEmployee": {
- "id": "string",
- "displayName": "string",
- "twilioWorkerSid": "string"
}, - "caseType": "bankruptcy",
- "courtCaseFiledDate": "2019-08-24",
- "courtCaseNumber": "string",
- "courtCaseChapter": "chapter7",
- "courtCaseDebtorDisposition": "dismissed",
- "courtCaseDebtorDispositionDate": "2019-08-24",
- "courtCaseLastStatus": "filed",
- "courtCaseLastStatusUpdatedDate": "2019-08-24",
- "courtCaseClosedDate": "2019-08-24",
- "creditorClaimDeadlineDate": "2019-08-24",
- "anticipatedCaseCompletionDate": "2019-08-24",
- "listedOutstandingDebt": true
}, - "firstInteraction": { },
- "noteId": "string"
}
]
}
OK
{- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "SupercaseBulkOperation",
- "supercaseId": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "completed": true,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "casesProcessed": 0,
- "casesFailed": 0,
- "casesIneligible": 0,
- "errorLog": [
- { }
], - "operationType": "update",
- "requestBody": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "case",
- "externalId": "string",
- "people": [
- "string"
], - "borrowerIds": [
- "string"
], - "name": "string",
- "companyId": "string",
- "caseTypeMeta": {
- "base": "string",
- "id": "string",
- "name": "string",
- "derivedFromTypeId": "string",
- "version": 0
}, - "creationProcedure": "automatedCollectionsDetection",
- "createdByUser": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "owningEmployeeId": "string",
- "autoCreated": true,
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "statusUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "outcome": "approved",
- "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
- "outcomeUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "snoozedAt": "2019-08-24T14:15:22Z",
- "snoozedUntil": "2019-08-24",
- "matchToDataSource": true,
- "matchDetails": {
- "ssnMatch": "match",
- "last4SSNMatch": "match",
- "nameMatch": "match",
- "addressMatch": "match",
- "dateOfBirthMatch": "match",
- "matchDoneBy": "dataVendor",
- "externalMatchCode": "string"
}, - "lenderAck": false,
- "customFields": { },
- "metaData": { },
- "workflowId": "string",
- "escalatedAt": "2019-08-24T14:15:22Z",
- "escalatedTeamId": "string",
- "escalatedEmployeeId": "string",
- "escalationIsUrgent": true,
- "associations": [
- {
- "objectType": "document",
- "objectId": "string"
}
], - "creatingSupercaseId": "string",
- "lastViewedAt": "2019-08-24T14:15:22Z",
- "lastViewedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
- "lastSubresourceUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "openedAt": "2019-08-24T14:15:22Z",
- "owningEmployee": {
- "id": "string",
- "displayName": "string",
- "twilioWorkerSid": "string"
}, - "caseType": "bankruptcy",
- "courtCaseFiledDate": "2019-08-24",
- "courtCaseNumber": "string",
- "courtCaseChapter": "chapter7",
- "courtCaseDebtorDisposition": "dismissed",
- "courtCaseDebtorDispositionDate": "2019-08-24",
- "courtCaseLastStatus": "filed",
- "courtCaseLastStatusUpdatedDate": "2019-08-24",
- "courtCaseClosedDate": "2019-08-24",
- "creditorClaimDeadlineDate": "2019-08-24",
- "anticipatedCaseCompletionDate": "2019-08-24",
- "listedOutstandingDebt": true
}, - "firstInteraction": { },
- "noteId": "string"
}
]
}
OK
{- "operationType": "update",
- "requestBody": {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "case",
- "externalId": "string",
- "people": [
- "string"
], - "borrowerIds": [
- "string"
], - "name": "string",
- "companyId": "string",
- "caseTypeMeta": {
- "base": "string",
- "id": "string",
- "name": "string",
- "derivedFromTypeId": "string",
- "version": 0
}, - "creationProcedure": "automatedCollectionsDetection",
- "createdByUser": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "owningEmployeeId": "string",
- "autoCreated": true,
- "status": "initiated",
- "statusUpdatedAt": "2019-08-24T14:15:22Z",
- "statusUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "outcome": "approved",
- "outcomeUpdatedAt": "2019-08-24T14:15:22Z",
- "outcomeUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "snoozedAt": "2019-08-24T14:15:22Z",
- "snoozedUntil": "2019-08-24",
- "matchToDataSource": true,
- "matchDetails": {
- "ssnMatch": "match",
- "last4SSNMatch": "match",
- "nameMatch": "match",
- "addressMatch": "match",
- "dateOfBirthMatch": "match",
- "matchDoneBy": "dataVendor",
- "externalMatchCode": "string"
}, - "lenderAck": false,
- "customFields": { },
- "metaData": { },
- "workflowId": "string",
- "escalatedAt": "2019-08-24T14:15:22Z",
- "escalatedTeamId": "string",
- "escalatedEmployeeId": "string",
- "escalationIsUrgent": true,
- "associations": [
- {
- "objectType": "document",
- "objectId": "string"
}
], - "creatingSupercaseId": "string",
- "lastViewedAt": "2019-08-24T14:15:22Z",
- "lastViewedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "lastSubresourceUpdatedAt": "2019-08-24T14:15:22Z",
- "lastSubresourceUpdatedBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "openedAt": "2019-08-24T14:15:22Z",
- "owningEmployee": {
- "id": "string",
- "displayName": "string",
- "twilioWorkerSid": "string"
}, - "caseType": "bankruptcy",
- "courtCaseFiledDate": "2019-08-24",
- "courtCaseNumber": "string",
- "courtCaseChapter": "chapter7",
- "courtCaseDebtorDisposition": "dismissed",
- "courtCaseDebtorDispositionDate": "2019-08-24",
- "courtCaseLastStatus": "filed",
- "courtCaseLastStatusUpdatedDate": "2019-08-24",
- "courtCaseClosedDate": "2019-08-24",
- "creditorClaimDeadlineDate": "2019-08-24",
- "anticipatedCaseCompletionDate": "2019-08-24",
- "listedOutstandingDebt": true
}, - "firstInteraction": { },
- "noteId": "string",
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "object": "SupercaseBulkOperation",
- "supercaseId": "string",
- "createdBy": {
- "id": "string",
- "name": "string",
- "userType": "agent",
- "descriptor": "Agent bob@acme.com",
- "employee": {
- "id": "string"
}
}, - "completed": true,
- "startedAt": "2019-08-24T14:15:22Z",
- "finishedAt": "2019-08-24T14:15:22Z",
- "casesProcessed": 0,
- "casesFailed": 0,
- "casesIneligible": 0,
- "errorLog": [
- { }
]
}
Returns a list of target populations for the supercase bulk operation. Each target population represents a set of members that will be affected by the operation.
OK
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "externalId": "string",
- "populationId": "string",
- "supercaseBulkOperationId": "string"
}
]
}
Returns a list of member bulk operation results for the supercase bulk operation. Each member bulk operation result represents a member that was affected by the operation.
OK
{- "status": 0,
- "count": 0,
- "data": [
- {
- "id": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "deletedAt": "2019-08-24T14:15:22Z",
- "populationMembershipId": "string",
- "supercaseBulkOperationId": "string",
- "status": "success",
- "caseId": "string",
- "borrowerId": "string"
}
]
}
Request sandbox access