Applies to integrated customers using the RecoveryConnect API



Retrieve Changed Addresses Details

DescriptionThis endpoint retrieves the list of address records that have been created or updated within a specified date range.

Address records are associated with orders, borrowers, assignments, or other related entities. This API allows systems to track address modifications made during the provided time window and is commonly used for change tracking, synchronization, or auditing purposes.

The results are filtered based on the authenticated user's company ID.

The date range must be provided in UTC format, and pagination parameters can be used to control the number of records returned per request.

All requests must include a valid Bearer Token in the request header.

 

URL: /api/v150/changes/addresses/{start_date}/{end_date}
Method: GET

Query Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

per_page

Number of records returned per page. Default is 250, maximum allowed is 5000

No


?per_page=500

 

page

Specifies the page number of the results to retrieve

No


?page=1

 

 

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v150/changes/addresses/2026-01-01 12:00:00/2026-01-01 15:00:00

 

Request Body: NA

Response:

{

    "current_page": 1,

    "data": [

        {

            "zip": "90210",

            "is_accepted": 1,

            "orders_id": 57032656,

            "address": "a_keith231, main arizona",

            "order_owner_id": 10004,

            "city": "beverly hills",

            "owner_id": 65690,

            "borrower": "a_nilsa  mills",

            "parent_owner_id": 65690,

            "name": "home address",

            "id": 219077478,

            "state": "ca",

            "timestamp": "2026-01-01T12:10:01.442Z"

        },

        {

            "zip": "85001",

            "is_accepted": 1,

            "orders_id": 57032657,

            "address": "2384 e browning pl chandler",

            "order_owner_id": 10004,

            "city": "phoenix",

            "owner_id": 10004,

            "borrower": "a_wyatt  upton",

            "parent_owner_id": null,

            "name": "home address",

            "id": 219077479,

            "state": "az",

            "timestamp": "2026-01-01T12:12:48.135Z"

        },

        {

            "zip": "85001",

            "is_accepted": 1,

            "orders_id": 57032659,

            "address": "2384 e browning pl chandler",

            "order_owner_id": 10004,

            "city": "phoenix",

            "owner_id": 10004,

            "borrower": "a_wyatt  upton",

            "parent_owner_id": null,

            "name": "home address",

            "id": 219077481,

            "state": "az",

            "timestamp": "2026-01-01T12:12:48.212Z"

        },

        {

            "zip": "90210",

            "is_accepted": 1,

            "orders_id": 57032664,

            "address": "a_corey231, main arizona",

            "order_owner_id": 10004,

            "city": "beverly hills",

            "owner_id": 65690,

            "borrower": "a_josh  stroman",

            "parent_owner_id": 65690,

            "name": "home address",

            "id": 219077486,

            "state": "ca",

            "timestamp": "2026-01-01T12:16:18.907Z"

        },

        {

            "zip": "85001",

            "is_accepted": 1,

            "orders_id": 57032667,

            "address": "a_catalina231, main arizona",

            "order_owner_id": 10004,

            "city": "phoenix",

            "owner_id": 65690,

            "borrower": "a_jacob  kshlerin",

            "parent_owner_id": 65690,

            "name": "home address",

            "id": 219077488,

            "state": "az",

            "timestamp": "2026-01-01T12:30:09.967Z"

        },

        {

            "zip": "85001",

            "is_accepted": 1,

            "orders_id": 57032671,

            "address": "2384 e browning pl chandler",

            "order_owner_id": 10004,

            "city": "phoenix",

            "owner_id": 10004,

            "borrower": "a_marcelino  gleason",

            "parent_owner_id": null,

            "name": "home address",

            "id": 219077491,

            "state": "az",

            "timestamp": "2026-01-01T12:59:37.298Z"

        },

        {

            "zip": "85001",

            "is_accepted": 1,

            "orders_id": 57032689,

            "address": "2384 e browning pl chandler",

            "order_owner_id": 10004,

            "city": "phoenix",

            "owner_id": 10004,

            "borrower": "a_shoshana  koch",

            "parent_owner_id": null,

            "name": "home address",

            "id": 219077505,

            "state": "az",

            "timestamp": "2026-01-01T14:13:10.350Z"

        },

        {

            "zip": "90210",

            "is_accepted": 1,

            "orders_id": 57032688,

            "address": "a_latosha231, main arizona",

            "order_owner_id": 10004,

            "city": "beverly hills",

            "owner_id": 65690,

            "borrower": "a_kenisha  luettgen",

            "parent_owner_id": 65690,

            "name": "home address",

            "id": 219077504,

            "state": "ca",

            "timestamp": "2026-01-01T14:15:03.848Z"

        }

    ],

    "first_page_url": "http://stg-api.mbsisystems.com/api/v140/changes/addresses/2026-01-01%2012:00:00/2026-01-01%2015:00:00?page=1",

    "from": 1,

    "last_page": 1,

    "last_page_url": "http://stg-api.mbsisystems.com/api/v140/changes/addresses/2026-01-01%2012:00:00/2026-01-01%2015:00:00?page=1",

    "next_page_url": null,

    "path": "http://stg-api.mbsisystems.com/api/v140/changes/addresses/2026-01-01%2012:00:00/2026-01-01%2015:00:00",

    "per_page": 250,

    "prev_page_url": null,

    "to": 8,

    "total": 8

}

 

 

 Retrieve Changed Payable Invoices Details

DescriptionThis endpoint retrieves the list of payable invoices that have been created or updated within a specified date range.

The API returns payable invoice records based on the authenticated user's company and supports filtering by invoice type using the smart_invoice parameter.

  • If smart_invoice=true, the API returns changed payable Smart Invoices.
  • If smart_invoice=false, the API returns changed payable Standard Invoices.

The date range must be provided in UTC format, and pagination parameters can be used to control the number of records returned per request.

All requests must include a valid Bearer Token in the request header.

 

URL: /api/v150/changes/payable_invoices/{start_date}/{end_date}
Method: GET

Query Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

per_page

Number of records returned per page. Default is 250, maximum allowed is 5000

No


?per_page=500

 

page

Specifies the page number of the results to retrieve

No


?page=1

 

smart_invoice


 

Filters invoice type. true returns Smart Invoices, false returns Standard Invoices

No

?smart_invoice=true

 

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v150/changes/payable_invoices/2021-02-02 07:01:00/2021-02-03 08:01:00

 

Request Body: NA

Response:

{

     "current_page": 1,

     "data": [

    {

         "orders_id": 56452022,

         "invoices": [

           {

             "id": 6017754,

             "status": "approved",

             "timestamp": "2020-11-02 07:14:00"

           }

      ]

    }

  ]

}

 

Retrieve Changed Receivable Invoices Details

DescriptionThis endpoint retrieves the list of receivable invoices that have been created or updated within a specified date range.

Receivable invoices represent billing invoices issued to clients for services performed. The API returns receivable invoice changes based on the authenticated user's company.

The endpoint supports filtering invoice types using the smart_invoice parameter:

  • If smart_invoice=true, the API returns changed receivable Smart Invoices.
  • If smart_invoice=false, the API returns changed receivable Standard Invoices.

The date range must be provided in UTC format, and pagination parameters can be used to control the number of records returned per request.

All requests must include a valid Bearer Token in the request header.

URL: /api/v150/changes/receivable_invoices/{start_date}/{end_date}
Method: GET

Query Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

per_page

Number of records returned per page. Default is 250, maximum allowed is 5000

No


?per_page=500

 

page

Specifies the page number of the results to retrieve

No


?page=1

 

smart_invoice


 

Filters invoice type. true returns Smart Invoices, false returns Standard Invoices

No

?smart_invoice=true

 

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v150/changes/payable_invoices/2021-02-02  7:01:00/2021-02-03 08:01:00

 

Request Body: NA

Response:

{

     "current_page": 1,

     "data": [

    {

         "orders_id": 56452022,

         "invoices": [

           {

             "id": 6017754,

             "status": "approved",

             "timestamp": "2020-11-02 07:14:00"

           }

      ]

    }

  ]

}