Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| servicingPaymentId |
The servicing payment identifier. |
integer |
Required |
Body Parameters
The servicing payment.
Nano.ServicingPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| servicingDetail |
Gets or sets the servicing detail identifier. |
integer |
None. |
| id |
Gets or sets the servicing payment identifier. |
integer |
None. |
| amount |
Gets or sets the amount. |
decimal number |
None. |
| checkDate |
Gets or sets the check date. |
string |
None. |
| dateRecorded |
Gets or sets the date recorded. |
date |
None. |
| extraPrincipal |
Gets or sets the extra principal. |
decimal number |
None. |
| impounds |
Gets or sets the impounds. |
decimal number |
None. |
| interest |
Gets or sets the interest. |
decimal number |
None. |
| lateFee |
Gets or sets the late fee. |
decimal number |
None. |
| memo |
Gets or sets the memo. |
string |
None. |
| mortgageInsurance |
Gets or sets the mortgage insurance. |
decimal number |
None. |
| paymentAssociatedWith |
Gets or sets the payment associated with. |
string |
None. |
| principal |
Gets or sets the principal. |
decimal number |
None. |
| subsidy |
Gets or sets the subsidy. |
decimal number |
None. |
Request Formats
application/json, text/json
{
"servicingDetail": "1",
"id": "2",
"amount": 1.0,
"checkDate": "sample String 3",
"dateRecorded": "2025-11-09T05:58:22.0807599Z",
"extraPrincipal": 1.0,
"impounds": 1.0,
"interest": 1.0,
"lateFee": 1.0,
"memo": "sample String 4",
"mortgageInsurance": 1.0,
"paymentAssociatedWith": "sample String 5",
"principal": 1.0,
"subsidy": 1.0
}
text/html
{"servicingDetail":"1","id":"2","amount":1.0,"checkDate":"sample String 3","dateRecorded":"2025-11-09T05:58:22.0807599Z","extraPrincipal":1.0,"impounds":1.0,"interest":1.0,"lateFee":1.0,"memo":"sample String 4","mortgageInsurance":1.0,"paymentAssociatedWith":"sample String 5","principal":1.0,"subsidy":1.0}
application/xml, text/xml
<ServicingPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ServicingDetailId>1</ServicingDetailId> <ServicingPaymentId>2</ServicingPaymentId> <Amount>1</Amount> <CheckDate>sample String 3</CheckDate> <DateRecorded>2025-11-09T05:58:22.0807599Z</DateRecorded> <ExtraPrincipal>1</ExtraPrincipal> <Impounds>1</Impounds> <Interest>1</Interest> <LateFee>1</LateFee> <Memo>sample String 4</Memo> <MortgageInsurance>1</MortgageInsurance> <PaymentAssociatedWith>sample String 5</PaymentAssociatedWith> <Principal>1</Principal> <Subsidy>1</Subsidy> </ServicingPayment>
application/x-www-form-urlencoded
Sample not available.
application/vnd.api+json
Sample not available.
Response Information
Resource Description
The updated servicing payment.
Nano.ServicingPayment| Name | Description | Type | Additional information |
|---|---|---|---|
| servicingDetail |
Gets or sets the servicing detail identifier. |
integer |
None. |
| id |
Gets or sets the servicing payment identifier. |
integer |
None. |
| amount |
Gets or sets the amount. |
decimal number |
None. |
| checkDate |
Gets or sets the check date. |
string |
None. |
| dateRecorded |
Gets or sets the date recorded. |
date |
None. |
| extraPrincipal |
Gets or sets the extra principal. |
decimal number |
None. |
| impounds |
Gets or sets the impounds. |
decimal number |
None. |
| interest |
Gets or sets the interest. |
decimal number |
None. |
| lateFee |
Gets or sets the late fee. |
decimal number |
None. |
| memo |
Gets or sets the memo. |
string |
None. |
| mortgageInsurance |
Gets or sets the mortgage insurance. |
decimal number |
None. |
| paymentAssociatedWith |
Gets or sets the payment associated with. |
string |
None. |
| principal |
Gets or sets the principal. |
decimal number |
None. |
| subsidy |
Gets or sets the subsidy. |
decimal number |
None. |
Response Formats
application/json, text/json
{
"servicingDetail": "1",
"id": "2",
"amount": 1.0,
"checkDate": "sample String 3",
"dateRecorded": "2025-11-09T05:58:22.0807599Z",
"extraPrincipal": 1.0,
"impounds": 1.0,
"interest": 1.0,
"lateFee": 1.0,
"memo": "sample String 4",
"mortgageInsurance": 1.0,
"paymentAssociatedWith": "sample String 5",
"principal": 1.0,
"subsidy": 1.0
}
text/html
{"servicingDetail":"1","id":"2","amount":1.0,"checkDate":"sample String 3","dateRecorded":"2025-11-09T05:58:22.0807599Z","extraPrincipal":1.0,"impounds":1.0,"interest":1.0,"lateFee":1.0,"memo":"sample String 4","mortgageInsurance":1.0,"paymentAssociatedWith":"sample String 5","principal":1.0,"subsidy":1.0}
application/xml, text/xml
<ServicingPayment xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ServicingDetailId>1</ServicingDetailId> <ServicingPaymentId>2</ServicingPaymentId> <Amount>1</Amount> <CheckDate>sample String 3</CheckDate> <DateRecorded>2025-11-09T05:58:22.0807599Z</DateRecorded> <ExtraPrincipal>1</ExtraPrincipal> <Impounds>1</Impounds> <Interest>1</Interest> <LateFee>1</LateFee> <Memo>sample String 4</Memo> <MortgageInsurance>1</MortgageInsurance> <PaymentAssociatedWith>sample String 5</PaymentAssociatedWith> <Principal>1</Principal> <Subsidy>1</Subsidy> </ServicingPayment>
application/vnd.api+json
Sample not available.