Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| appId |
The application identifier. |
integer |
None. |
| liabilityId |
The liability identifier. |
integer |
None. |
Body Parameters
None.
Response Information
Resource Description
A list of liability details.
Collection of Nano.LiabilityDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| adjustedPayoffEndDate |
Gets or sets the adjusted payoff end date. |
string |
None. |
| amortizationType |
Gets or sets the amortization type. |
string |
None. |
| governmentCaseIdentifier |
Gets or sets the government case identifier. |
string |
None. |
| hasMortgageInsurance |
Gets or sets a value indicating whether liability has mortgage insurance. |
boolean |
None. |
| interestDue |
Gets or sets the interest due. |
decimal number |
None. |
| interestRate |
Gets or sets the interest rate. |
decimal number |
None. |
| isInterestOnly |
Gets or sets a value indicating whether it is interest only. |
boolean |
None. |
| monthsRemainingCount |
Gets or sets the months remaining count. |
integer |
None. |
| nextPaymentDue |
Gets or sets the next payment due date. |
string |
None. |
| originalTerm |
Gets or sets the original term. |
integer |
None. |
| otherRejectionDescription |
Gets or sets the other rejection description. |
string |
None. |
| payoffAdjustment |
Gets or sets the payoff adjustment. |
decimal number |
None. |
| payoffAdjustmentReason |
Gets or sets the payoff adjustment reason. |
string |
None. |
| payoffAmount |
Gets or sets the payoff amount. |
decimal number |
None. |
| payoffEndDate |
Gets or sets the payoff end date. |
string |
None. |
| payoffStartDate |
Gets or sets the payoff start date. |
string |
None. |
| perDiemInterest |
Gets or sets the per diem interest. |
decimal number |
None. |
| principalAndInterestPayment |
Gets or sets the principal and interest payment. |
decimal number |
None. |
| principalBalance |
Gets or sets the principal balance. |
decimal number |
None. |
| rejectionCode |
Gets or sets the rejection code. |
string |
None. |
| resolved |
Gets or sets the date resolved. |
date |
None. |
| resolverComments |
Gets or sets the resolver comments. |
string |
None. |
| id |
Gets or sets the liability detail id. |
integer |
None. |
| liability |
Gets or sets the liability. |
integer |
None. |
| liabilitySubtype |
Gets or sets the liability subtype id. |
integer |
None. |
Response Formats
application/json, text/json
[
{
"adjustedPayoffEndDate": "sample String 1",
"amortizationType": "sample String 2",
"governmentCaseIdentifier": "sample String 3",
"hasMortgageInsurance": true,
"interestDue": 1.0,
"interestRate": 1.0,
"isInterestOnly": true,
"monthsRemainingCount": 1,
"nextPaymentDue": "sample String 5",
"originalTerm": 1,
"otherRejectionDescription": "sample String 6",
"payoffAdjustment": 1.0,
"payoffAdjustmentReason": "sample String 7",
"payoffAmount": 1.0,
"payoffEndDate": "sample String 8",
"payoffStartDate": "sample String 9",
"perDiemInterest": 1.0,
"principalAndInterestPayment": 1.0,
"principalBalance": 1.0,
"rejectionCode": "sample String 10",
"resolved": "2025-11-09T05:58:13.4067789Z",
"resolverComments": "sample String 11",
"id": "12",
"liability": "13",
"liabilitySubtype": "1"
},
{
"adjustedPayoffEndDate": "sample String 1",
"amortizationType": "sample String 2",
"governmentCaseIdentifier": "sample String 3",
"hasMortgageInsurance": true,
"interestDue": 1.0,
"interestRate": 1.0,
"isInterestOnly": true,
"monthsRemainingCount": 1,
"nextPaymentDue": "sample String 5",
"originalTerm": 1,
"otherRejectionDescription": "sample String 6",
"payoffAdjustment": 1.0,
"payoffAdjustmentReason": "sample String 7",
"payoffAmount": 1.0,
"payoffEndDate": "sample String 8",
"payoffStartDate": "sample String 9",
"perDiemInterest": 1.0,
"principalAndInterestPayment": 1.0,
"principalBalance": 1.0,
"rejectionCode": "sample String 10",
"resolved": "2025-11-09T05:58:13.4067789Z",
"resolverComments": "sample String 11",
"id": "12",
"liability": "13",
"liabilitySubtype": "1"
}
]
text/html
[{"adjustedPayoffEndDate":"sample String 1","amortizationType":"sample String 2","governmentCaseIdentifier":"sample String 3","hasMortgageInsurance":true,"interestDue":1.0,"interestRate":1.0,"isInterestOnly":true,"monthsRemainingCount":1,"nextPaymentDue":"sample String 5","originalTerm":1,"otherRejectionDescription":"sample String 6","payoffAdjustment":1.0,"payoffAdjustmentReason":"sample String 7","payoffAmount":1.0,"payoffEndDate":"sample String 8","payoffStartDate":"sample String 9","perDiemInterest":1.0,"principalAndInterestPayment":1.0,"principalBalance":1.0,"rejectionCode":"sample String 10","resolved":"2025-11-09T05:58:13.4067789Z","resolverComments":"sample String 11","id":"12","liability":"13","liabilitySubtype":"1"},{"adjustedPayoffEndDate":"sample String 1","amortizationType":"sample String 2","governmentCaseIdentifier":"sample String 3","hasMortgageInsurance":true,"interestDue":1.0,"interestRate":1.0,"isInterestOnly":true,"monthsRemainingCount":1,"nextPaymentDue":"sample String 5","originalTerm":1,"otherRejectionDescription":"sample String 6","payoffAdjustment":1.0,"payoffAdjustmentReason":"sample String 7","payoffAmount":1.0,"payoffEndDate":"sample String 8","payoffStartDate":"sample String 9","perDiemInterest":1.0,"principalAndInterestPayment":1.0,"principalBalance":1.0,"rejectionCode":"sample String 10","resolved":"2025-11-09T05:58:13.4067789Z","resolverComments":"sample String 11","id":"12","liability":"13","liabilitySubtype":"1"}]
application/xml, text/xml
<ArrayOfLiabilityDetail xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<LiabilityDetail>
<AdjustedPayoffEndDate>sample String 1</AdjustedPayoffEndDate>
<AmortizationType>sample String 2</AmortizationType>
<GovernmentCaseIdentifier>sample String 3</GovernmentCaseIdentifier>
<HasMortgageInsurance>true</HasMortgageInsurance>
<InterestDue>1</InterestDue>
<InterestRate>1</InterestRate>
<IsInterestOnly>true</IsInterestOnly>
<MonthsRemainingCount>1</MonthsRemainingCount>
<NextPaymentDue>sample String 5</NextPaymentDue>
<OriginalTerm>1</OriginalTerm>
<OtherRejectionDescription>sample String 6</OtherRejectionDescription>
<PayoffAdjustment>1</PayoffAdjustment>
<PayoffAdjustmentReason>sample String 7</PayoffAdjustmentReason>
<PayoffAmount>1</PayoffAmount>
<PayoffEndDate>sample String 8</PayoffEndDate>
<PayoffStartDate>sample String 9</PayoffStartDate>
<PerDiemInterest>1</PerDiemInterest>
<PrincipalAndInterestPayment>1</PrincipalAndInterestPayment>
<PrincipalBalance>1</PrincipalBalance>
<RejectionCode>sample String 10</RejectionCode>
<Resolved>2025-11-09T05:58:13.4067789Z</Resolved>
<ResolverComments>sample String 11</ResolverComments>
<LiabilityDetailId>12</LiabilityDetailId>
<LiabilityId>13</LiabilityId>
<LiabilitySubtypeId>1</LiabilitySubtypeId>
</LiabilityDetail>
<LiabilityDetail>
<AdjustedPayoffEndDate>sample String 1</AdjustedPayoffEndDate>
<AmortizationType>sample String 2</AmortizationType>
<GovernmentCaseIdentifier>sample String 3</GovernmentCaseIdentifier>
<HasMortgageInsurance>true</HasMortgageInsurance>
<InterestDue>1</InterestDue>
<InterestRate>1</InterestRate>
<IsInterestOnly>true</IsInterestOnly>
<MonthsRemainingCount>1</MonthsRemainingCount>
<NextPaymentDue>sample String 5</NextPaymentDue>
<OriginalTerm>1</OriginalTerm>
<OtherRejectionDescription>sample String 6</OtherRejectionDescription>
<PayoffAdjustment>1</PayoffAdjustment>
<PayoffAdjustmentReason>sample String 7</PayoffAdjustmentReason>
<PayoffAmount>1</PayoffAmount>
<PayoffEndDate>sample String 8</PayoffEndDate>
<PayoffStartDate>sample String 9</PayoffStartDate>
<PerDiemInterest>1</PerDiemInterest>
<PrincipalAndInterestPayment>1</PrincipalAndInterestPayment>
<PrincipalBalance>1</PrincipalBalance>
<RejectionCode>sample String 10</RejectionCode>
<Resolved>2025-11-09T05:58:13.4067789Z</Resolved>
<ResolverComments>sample String 11</ResolverComments>
<LiabilityDetailId>12</LiabilityDetailId>
<LiabilityId>13</LiabilityId>
<LiabilitySubtypeId>1</LiabilitySubtypeId>
</LiabilityDetail>
</ArrayOfLiabilityDetail>
application/vnd.api+json
Sample not available.