Litigation Class - quandis/qbo3-Documentation GitHub Wiki
The Mortgage module's Litigation table is based on the MISMO data dictionary standard.
Column | Type | Required | Description |
---|---|---|---|
Active | string | ||
ActiveStatus | string | ||
ActiveWorkflow | string | ||
AssignedOrganizationID | integer | ||
AssignedPersonID | integer | ||
Batch | integer | ||
CanDelete | string | ||
CanInsert | string | ||
CanUpdate | string | ||
CaseNumber | string | ||
ClientID | integer | ||
ClientPersonID | integer | ||
Closed | string | ||
ClosedReason | string | ||
CostLedgerID | integer | ||
CourtID | integer | ||
CreatedDate | dateTime | ||
CreatedPersonID | integer | ||
CurrentDecisionID | integer | ||
DateClosed | dateTime | ||
DateDue | dateTime | ||
DateOpened | dateTime | ||
DecisionStep | string | ||
DefendantContactID | integer | ||
Entity | string | ||
EntityParent | string | ||
Extranet | string | ||
FilingDate | dateTime | ||
FinalStatus | string | ||
Form | string | ||
HearingDate | dateTime | ||
InDecisionID | string | ||
InImportFileID | string | ||
LinkedFrom | string | ||
LinkedTo | string | ||
Litigation | string | yes | Label for the table. |
LitigationID | integer | yes | Identity column and primary key for the table. |
MetaXml | string | Deprecated | |
NotLinkedFrom | string | ||
NotLinkedTo | string | ||
Object | string | ||
ObjectID | integer | ||
Open | string | ||
OpenAsOf | string | ||
OpenedReason | string | ||
PlaintiffContactID | integer | ||
Priority | integer | ||
Process | string | ||
ProcessID | integer | ||
ProcessTemplateID | integer | ||
ProcessType | string | ||
ResolutionDate | dateTime | ||
ResolutionType | string | ||
ResumeDate | dateTime | ||
Sibling | string | ||
SiblingID | integer | ||
SourceXml | string | Deprecated | |
StateFiled | string | ||
Status | string | ||
Tags | string | ||
UnreadNotifications | string | ||
UpdatedDate | dateTime | ||
UpdatedPersonID | integer | ||
VendorID | integer | ||
VendorPersonID | integer | ||
ViewAsRole | string | ||
Worklist | string |
Related Objects | Module | Relationship |
---|---|---|
Access | Child | |
AssignedOrganization | qbo.Contact.OrganizationObject | Foreign Key |
AssignedPerson | qbo.Security.PersonObject | Foreign Key |
Attachments | Attachment | Child |
Client | qbo.Contact.OrganizationObject | Foreign Key |
ClientPerson | qbo.Security.PersonObject | Foreign Key |
Collections | CollectionMember | Child |
ConfigurationEntryCollection | ConfigurationEntry | Child |
Contacts | Contact | Child |
CostLedger | qbo.Accounting.LedgerObject | Foreign Key |
Court | qbo.Contact.CourtObject | Foreign Key |
CurrentDecision | qbo.Decision.DecisionObject | Foreign Key |
Decisions | Decision | Child |
DefendantContact | qbo.Contact.ContactObject | Foreign Key |
Delays | DecisionDelay | Child |
Forms | ImportForm | Child |
Labels | CollectionMember | Child |
Ledgers | Ledger | Child |
Messages | Message | Child |
PlaintiffContact | qbo.Contact.ContactObject | Foreign Key |
ProcessTemplate | qbo.Process.ProcessTemplateObject | Foreign Key |
Regions | Geography | Child |
Scores | Score | Child |
SearchIndexes | SearchIndex | Child |
Vendor | qbo.Contact.OrganizationObject | Foreign Key |
VendorPerson | qbo.Security.PersonObject | Foreign Key |
Worklists | SmartWorklistMember | Child |
The search method will return all records matching the {Parameters}
criteria. For searches, {Parameters}
may include any property listed in the table above. The following standard optional parameters also apply:
- Output: determines the formatting of the returned data. Valid values are
Xml
,Json
,JsonP
. If omitted, XHTML is returns based on theLitigation.Search.xslt
template. - DisplaySize: determines the maximum number of rows returned. Default is 25.
DisplaySize=0
will return all matching rows. - RecordStart: the starting record to return; defaults to 0. Used for pagination.
- OrderBy: a series of properties to order by.
- Request:
Litigation.ashx/Search?Litigation=ABC123
- Response:
<LitigationCollection>
<LitigationItem>
<LitigationID>2</LitigationID>
<Litigation>Enron</Litigation>
<ProcessID>853</ProcessID>
<CaseNumber>
</CaseNumber>
<FilingDate>
</FilingDate>
<HearingDate>
</HearingDate>
<CourtID>
</CourtID>
<StateFiled>NY</StateFiled>
<ResolutionType>
</ResolutionType>
<ResolutionDate>
</ResolutionDate>
<ResumeDate>
</ResumeDate>
<PlaintiffContactID>
</PlaintiffContactID>
<DefendantContactID>
</DefendantContactID>
<Process>Enron</Process>
<ProcessTemplateID>27</ProcessTemplateID>
<Sibling>Litigation</Sibling>
<SiblingID>2</SiblingID>
<ProcessType>
</ProcessType>
<Priority>
</Priority>
<AssignedOrganizationID>
</AssignedOrganizationID>
<AssignedPersonID>
</AssignedPersonID>
<VendorID>
</VendorID>
<VendorPersonID>
</VendorPersonID>
<DateOpened>
</DateOpened>
<OpenedReason>
</OpenedReason>
<DateClosed>
</DateClosed>
<ClosedReason>
</ClosedReason>
<DateDue>
</DateDue>
<CostLedgerID>
</CostLedgerID>
<CurrentDecisionID>
</CurrentDecisionID>
<SourceXml>
</SourceXml>
<MetaXml>
</MetaXml>
<ClientID>
</ClientID>
<ClientPersonID>
</ClientPersonID>
<Object>
</Object>
<ObjectID>
</ObjectID>
<Status>
</Status>
<CreatedPersonID>11</CreatedPersonID>
<CreatedDate>2017-12-21T08:50:34.583-08:00</CreatedDate>
<UpdatedPersonID>11</UpdatedPersonID>
<UpdatedDate>2017-12-21T08:50:34.68-08:00</UpdatedDate>
<Court>
</Court>
<PlaintiffContact>
</PlaintiffContact>
<DefendantContact>
</DefendantContact>
<ProcessTemplate>Class Action</ProcessTemplate>
<AssignedOrganization>
</AssignedOrganization>
<AssignedPerson>
</AssignedPerson>
<Vendor>
</Vendor>
<VendorPerson>
</VendorPerson>
<CostLedger>
</CostLedger>
<CurrentDecision>
</CurrentDecision>
<Client>
</Client>
<ClientPerson>
</ClientPerson>
<CreatedPerson>[email protected]</CreatedPerson>
<UpdatedPerson>[email protected]</UpdatedPerson>
<ParentLabel>
</ParentLabel>
<Grandparent>
</Grandparent>
<GrandparentID>
</GrandparentID>
<RecordCount>4</RecordCount>
</LitigationItem>
<LitigationItem>
<LitigationID>5</LitigationID>
<Litigation>Nationstar Mortgage LLC v. Camarda</Litigation>
<ProcessID>1045140</ProcessID>
<CaseNumber>17 SM 001969</CaseNumber>
<FilingDate>2018-01-15T00:00:00-08:00</FilingDate>
<HearingDate>
</HearingDate>
<CourtID>382</CourtID>
<StateFiled>MA</StateFiled>
<ResolutionType>
</ResolutionType>
<ResolutionDate>
</ResolutionDate>
<ResumeDate>
</ResumeDate>
<PlaintiffContactID>
</PlaintiffContactID>
<DefendantContactID>
</DefendantContactID>
<Process>Nationstar Mortgage LLC v. Camarda</Process>
<ProcessTemplateID>6</ProcessTemplateID>
<Sibling>Litigation</Sibling>
<SiblingID>5</SiblingID>
<ProcessType>
</ProcessType>
<Priority>
</Priority>
<AssignedOrganizationID>
</AssignedOrganizationID>
<AssignedPersonID>
</AssignedPersonID>
<VendorID>
</VendorID>
<VendorPersonID>
</VendorPersonID>
<DateOpened>
</DateOpened>
<OpenedReason>
</OpenedReason>
<DateClosed>
</DateClosed>
<ClosedReason>
</ClosedReason>
<DateDue>
</DateDue>
<CostLedgerID>
</CostLedgerID>
<CurrentDecisionID>
</CurrentDecisionID>
<SourceXml>
</SourceXml>
<MetaXml>
</MetaXml>
<ClientID>
</ClientID>
<ClientPersonID>
</ClientPersonID>
<Object>Loan</Object>
<ObjectID>401504</ObjectID>
<Status>
</Status>
<CreatedPersonID>11</CreatedPersonID>
<CreatedDate>2018-06-27T10:41:38.64-07:00</CreatedDate>
<UpdatedPersonID>11</UpdatedPersonID>
<UpdatedDate>2018-06-27T10:46:27.787-07:00</UpdatedDate>
<Court>Brookline District Court</Court>
<PlaintiffContact>
</PlaintiffContact>
<DefendantContact>
</DefendantContact>
<ProcessTemplate>Litigation</ProcessTemplate>
<AssignedOrganization>
</AssignedOrganization>
<AssignedPerson>
</AssignedPerson>
<Vendor>
</Vendor>
<VendorPerson>
</VendorPerson>
<CostLedger>
</CostLedger>
<CurrentDecision>
</CurrentDecision>
<Client>
</Client>
<ClientPerson>
</ClientPerson>
<CreatedPerson>[email protected]</CreatedPerson>
<UpdatedPerson>[email protected]</UpdatedPerson>
<ParentLabel>Data_Integrations</ParentLabel>
<Grandparent>Property</Grandparent>
<GrandparentID>170283</GrandparentID>
<RecordCount>4</RecordCount>
</LitigationItem>
</LitigationCollection>
The save method will return all records matching the {Parameters}
criteria. {Parameters}
may include any property listed in the table above along with child classes.
- Output: determines the formatting of the returned data. Valid values are
Xml
,Json
,JsonP
. - Response: included in the response is
{Table}
ID; this is the primary key of the{Table}
row created - With the same Save method, you can also save data to related tables. By using a
{Parent}_{Column}
pattern, you can update the parent table's data in the same call. - Child records may also be updated using a
{Child}_{Index}_{Column}
pattern. - For child records that are templated, you may use the template name in lieu of an index.
The delete method will delete all records where ID={comma-delimited list of identifiers}
criteria.
The ListWhere method will return all records matching the {Parameters}
criteria. {Parameters}
may include any property listed in the table.
- Output: determines the formatting of the returned data. Valid values are
Xml
,Json
,JsonP
. - Response: 2 columns are returned -
{Table}
ID and{Table}
columns. - Request:
Litigation.ashx/ListWhere?LitigationID=1,2,3
- Response:
<LitigationCollection>
<LitigationItem>
<LitigationID>2</LitigationID>
<Litigation>Enron</Litigation>
</LitigationItem>
<LitigationItem>
<LitigationID>1</LitigationID>
<Litigation>Volvo</Litigation>
</LitigationItem>
</LitigationCollection>