This request adds or edits an escrow adjustment.
Click here to learn more about this request
This request can add, edit, or even delete an escrow adjustment. Note the following when using this request:
The EscrowAdjustments
object holds escrow adjustment information, and it's nested within the Loans
entity.
An escrow adjustment consists of two pieces of data:
The payment period when the escrow amount will start to be added to payments
The amount that will come due with each payment
When entering an escrow adjustment, it will affect all payments from the payment period enter going forward.
And for an example of how escrow adjustments work within the UI, take a look at our Create a New Escrow Adjustment article.
Database
For information on escrow database tables, see the following articles:
Database – Escrow Adjustment Entity (escrow_adjustment_entity)
Database – Escrow Subset Entity (escrow_subset_entity)
{
"EscrowAdjustments": {
"results": [
{
"date": "2022-09-19",
"amount": "94.83",
"subset": 2,
"period": 23
}
]
}
}
{
"EscrowAdjustments": {
"results": [
{
"date": "2021-01-01",
"amount": "100.29",
"subset": 4,
"period": 1,
"__id": 543,
"__update": true
}
]
}
}
{
"EscrowAdjustments": {
"results": [
{
"__id": 543,
"__destroy": true
}
]
}
}