GET api/EntityClient/EntityFinancialSummaryByContactIdAndEntityId?user_ContactID={user_ContactID}&entityID={entityID}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
user_ContactID | integer |
Required |
|
entityID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
EntityFinancialSummaryName | Description | Type | Additional information |
---|---|---|---|
EntityID | integer |
None. |
|
Entity | string |
None. |
|
AccountsSupplied | integer |
None. |
|
PrincipalSupplied | decimal number |
None. |
|
InterestIncurred | decimal number |
None. |
|
CostsApplied | decimal number |
None. |
|
TotalAdjustments | decimal number |
None. |
|
PaymentsMade | decimal number |
None. |
|
Commission | decimal number |
None. |
|
Balance | decimal number |
None. |
|
ActiveAccounts | integer |
None. |
|
ActivePrincipalSupplied | decimal number |
None. |
|
ActiveInterestIncurred | decimal number |
None. |
|
ActiveCostsApplied | decimal number |
None. |
|
ActiveTotalAdjustments | decimal number |
None. |
|
ActivePaymentsMade | decimal number |
None. |
|
ActiveCommission | decimal number |
None. |
|
ActiveBalance | decimal number |
None. |
|
ClosedAccounts | integer |
None. |
|
ClosedPrincipalSupplied | decimal number |
None. |
|
ClosedInterestIncurred | decimal number |
None. |
|
ClosedCostsApplied | decimal number |
None. |
|
ClosedTotalAdjustments | decimal number |
None. |
|
ClosedPaymentsMade | decimal number |
None. |
|
ClosedCommission | decimal number |
None. |
|
ClosedBalance | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
{ "EntityID": 1, "Entity": "sample string 1", "AccountsSupplied": 1, "PrincipalSupplied": 1.0, "InterestIncurred": 1.0, "CostsApplied": 1.0, "TotalAdjustments": 1.0, "PaymentsMade": 1.0, "Commission": 1.0, "Balance": 1.0, "ActiveAccounts": 1, "ActivePrincipalSupplied": 1.0, "ActiveInterestIncurred": 1.0, "ActiveCostsApplied": 1.0, "ActiveTotalAdjustments": 1.0, "ActivePaymentsMade": 1.0, "ActiveCommission": 1.0, "ActiveBalance": 1.0, "ClosedAccounts": 1, "ClosedPrincipalSupplied": 1.0, "ClosedInterestIncurred": 1.0, "ClosedCostsApplied": 1.0, "ClosedTotalAdjustments": 1.0, "ClosedPaymentsMade": 1.0, "ClosedCommission": 1.0, "ClosedBalance": 1.0 }
application/xml, text/xml
Sample:
<EntityFinancialSummary xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Debtrak.BusinessObjects.ViewModels.Entity"> <AccountsSupplied>1</AccountsSupplied> <ActiveAccounts>1</ActiveAccounts> <ActiveBalance>1</ActiveBalance> <ActiveCommission>1</ActiveCommission> <ActiveCostsApplied>1</ActiveCostsApplied> <ActiveInterestIncurred>1</ActiveInterestIncurred> <ActivePaymentsMade>1</ActivePaymentsMade> <ActivePrincipalSupplied>1</ActivePrincipalSupplied> <ActiveTotalAdjustments>1</ActiveTotalAdjustments> <Balance>1</Balance> <ClosedAccounts>1</ClosedAccounts> <ClosedBalance>1</ClosedBalance> <ClosedCommission>1</ClosedCommission> <ClosedCostsApplied>1</ClosedCostsApplied> <ClosedInterestIncurred>1</ClosedInterestIncurred> <ClosedPaymentsMade>1</ClosedPaymentsMade> <ClosedPrincipalSupplied>1</ClosedPrincipalSupplied> <ClosedTotalAdjustments>1</ClosedTotalAdjustments> <Commission>1</Commission> <CostsApplied>1</CostsApplied> <Entity>sample string 1</Entity> <EntityID>1</EntityID> <InterestIncurred>1</InterestIncurred> <PaymentsMade>1</PaymentsMade> <PrincipalSupplied>1</PrincipalSupplied> <TotalAdjustments>1</TotalAdjustments> </EntityFinancialSummary>