GET api/enforcement/GetFinancialInvestigationByAccountID?accountID={accountID}&showInactive={showInactive}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
accountID | integer |
Required |
|
showInactive | boolean |
Required |
Body Parameters
None.
Response Information
Resource Description
FinancialInvestigationListVMName | Description | Type | Additional information |
---|---|---|---|
FinancialInvestigationList | Collection of FinancialInvestigationSummaryByAccountID |
None. |
Response Formats
application/json, text/json
Sample:
{ "FinancialInvestigationList": [ { "EnforcementID": 1, "EnforcementDate": "2025-09-02T23:08:50.7850652+00:00", "Description": "sample string 2" }, { "EnforcementID": 1, "EnforcementDate": "2025-09-02T23:08:50.7850652+00:00", "Description": "sample string 2" } ] }
application/xml, text/xml
Sample:
<FinancialInvestigationListVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Enforcement"> <FinancialInvestigationList xmlns:d2p1="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.Models.Enforcement"> <d2p1:FinancialInvestigationSummaryByAccountID> <d2p1:Description>sample string 2</d2p1:Description> <d2p1:EnforcementDate>2025-09-02T23:08:50.7850652+00:00</d2p1:EnforcementDate> <d2p1:EnforcementID>1</d2p1:EnforcementID> </d2p1:FinancialInvestigationSummaryByAccountID> <d2p1:FinancialInvestigationSummaryByAccountID> <d2p1:Description>sample string 2</d2p1:Description> <d2p1:EnforcementDate>2025-09-02T23:08:50.7850652+00:00</d2p1:EnforcementDate> <d2p1:EnforcementID>1</d2p1:EnforcementID> </d2p1:FinancialInvestigationSummaryByAccountID> </FinancialInvestigationList> </FinancialInvestigationListVM>