Applies to integrated customers using the RecoveryConnect API
Retrieve Order Addresses
Description: Retrieves all address details associated with a specific order by its unique ID.
URL: /api/v150/orders/{order_id}/addresses
Method: GET
Request Body Parameters: NA
Success Code: 200 OK – Request Successful
Example:
URL: https://api.mbsisystems.com/api/v150/orders/57070465/addresses |
Request Body: NA
Response:
{ "data": [ { "id": 219111136, "lpr_hit_id": null, "company_id": 65690, "parent_id": 219111135, "orders_id": 57070465, "address_id": 120092420, "order_person": 124938336, "category": 3, "dwelling": 9, "object_id": null, "dwelling_type": 1, "employee": 86567, "created_at": "2026-03-02 15:46:47", "updated_at": "2026-03-02 15:46:47", "valid": 1, "invalid_address_reason": null, "order_collaterals_id": null, "is_accepted": 1, "is_public": 1, "is_pickup": 0, "is_reference": false, "last_update_by": null, "invalid_reason": null, "deleted_at": null, "address_details": { "id": 120092420, "name": "Home Address", "address_1": "A_Charlene2384 E Browning Pl Chandler", "address_2": "", "unit": "", "zip": 46177, "type": 1, "latitude": "33.28924300", "longitude": "-111.80938200", "date_delay": null, "available_from": "00:00:00", "available_to": "23:59:00", "priority": 0, "hits": 0, "no_contact": 0, "created_at": "2026-03-02 15:46:47", "updated_at": "2026-03-02 15:46:47", "deleted_at": null, "migration": null, "phones": [], "zip_code_details": { "zip_code_id": 46177, "zip_code": "85001", "zip_code_city_id": 46177, "city_name": "Phoenix", "zip_code_state_id": 46177, "state_name": "Arizona", "state_abbr": "AZ", "state_county": "AZ-Maricopa", "zip_code_county_id": 46177, "county_name": "Maricopa", "latitude": "33.449215", "longitude": "-112.069209", "system_msg": 0, "country": "United States of America", "country_code": "US", "trigger_msg": 0, "shape_data": null }, "reference_person": null }, "category_details": { "id": 3, "name": "borrower_home", "friendlyname": "Borrower - Home", "created_at": "2021-12-09 02:47:49", "updated_at": "2021-12-09 02:47:49", "deleted_at": null }, "dwelling_details": { "id": 9, "name": "unverified", "friendlyname": "Unknown Type", "created_at": null, "updated_at": null, "deleted_at": null } } ], "links": { "first": "http://stg-api.mbsisystems.com/api/v140/orders/57070465/addresses?q=%2Fapi%2Fv140%2Forders%2F57070465%2Faddresses&page=1", "last": "http://stg-api.mbsisystems.com/api/v140/orders/57070465/addresses?q=%2Fapi%2Fv140%2Forders%2F57070465%2Faddresses&page=1", "prev": null, "next": null }, "meta": { "current_page": 1, "from": 1, "last_page": 1, "path": "http://stg-api.mbsisystems.com/api/v140/orders/57070465/addresses", "per_page": "20", "to": 1, "total": 1, "fixme": { "message": "GenericCollectionResource: create specific resource collection object", "source": { "file": "/var/www/mobile_dev/releases/20210210171746/versions/v140/app/Http/Controllers/Api/Mixins/Helper/ReturnsOrderableCollections.php", "line": 66, "function": "__construct", "class": "App\\Http\\Resources\\GenericCollectionResource", "type": "->" } } } } |
Update Order Address
Description: Updates the details of a specific address associated with an order, identified by order_id and address_id.
URL: /api/v150/orders/{order_id}/addresses/{address_id}
Method: PUT
Request Body Parameters:
PARAMETER | DESCRIPTION | MANDATORY | EXAMPLE |
is_accepted | Boolean flag (0 = No, 1 = Yes) indicating whether the address update is accepted | No | 1 |
address_1 | Primary address line (e.g., street name, building number) | No | 3620 W Greenway Rd |
address_2 | Secondary address details such as apartment, suite, or additional location info | No | Apt 12B, Phoenix AZ |
zip | Postal/ZIP code of the address location | No | 85014 |
Success Code: 200 OK – Request Successful
Example:
URL: https://api.mbsisystems.com/api/v150/orders/16644246/addresses/17664959 |
Request Body:
{ "is_accepted": 1 } |
Response:
{ "data": { "id": 23, "lpr_hit_id": null, "company_id": 10001, "parent_id": null, "orders_id": 22, "address_id": 56712, "order_person": null, "category": 3, "dwelling": null, "object_id": 10, "dwelling_type": 1, "employee": null, "created_at": "2014-10-29 19:01:18", "updated_at": "2014-10-29 19:01:18", "valid": 1, "invalid_address_reason": null, "order_collaterals_id": null, "is_accepted": 1, "is_public": 0, "is_pickup": 0, "is_reference": null, "last_update_by": null, "invalid_reason": null, "deleted_at": null, "address_details": { "id": 56712, "name": "0", "address_1": "730 Paradise Lane", "address_2": null, "unit": null, "zip": 48336, "type": 1, "latitude": 33.65031449, "longitude": -117.24815155, "date_delay": null, "available_from": "00:00:00", "available_to": "23:59:00", "priority": 0, "hits": 0, "no_contact": 0, "created_at": "2014-10-29 19:01:18", "updated_at": "2017-12-13 01:21:33", "deleted_at": null, "migration": null, "phones": [ { "id": 11314, "type": 6, "mobile_carrier_id": null, "number": "123456", "extension": null, "memo": null, "valid": 1, "no_contact": 0, "created_at": "2020-06-10 10:53:41", "updated_at": "2020-06-10 10:53:41", "migration": null, "address_with_number": "No Address" } ], "zip_code_details": { "zip_code_id": 48336, "zip_code": "92507", "zip_code_city_id": 48330, "city_name": "Riverside", "zip_code_state_id": 47459, "state_name": "California", "state_abbr": "CA", "state_county": "CA-Riverside", "zip_code_county_id": 47953, "county_name": "Riverside", "latitude": 33.976325, "longitude": -117.330414, "system_msg": 0, "country": "United States of America", "country_code": "US", "trigger_msg": 0, "shape_data": "[[[\"-117.274844\",\"34.004654\",\"0.0\"],[\"-117.268245\",\"33.940869\",\"0.0\"],[\"-117.289141\",\"33.924923\",\"0.0\"],[\"-117.37657\",\"33.968912\",\"0.0\"],[\"-117.339179\",\"34.0195\",\"0.0\"],[\"-117.336429\",\"34.0195\",\"0.0\"],[\"-117.305637\",\"34.0195\",\"0.0\"],[\"-117.274844\",\"34.004654\",\"0.0\"]]" } }, "category_details": { "id": 3, "name": "borrower_home", "friendlyname": "Borrower - Home", "created_at": "2020-06-02 16:44:26", "updated_at": "2020-06-02 16:44:26", "deleted_at": null }, "dwelling_details": { "id": 3, "name": "unverified", "friendlyname": "Borrower - Home", "created_at": "2020-06-02 16:44:26", "updated_at": "2020-06-02 16:44:26", "deleted_at": null } } } |
Remove Employee from Order Address
Description: Deletes a specific employee assigned to an address within an order, identified by order_id, address_id, and employee_id.
URL: /api/v150/orders/{order_id}/addresses/{address_id}/employees/{employee_id}
Method: DELETE
Request Body Parameters: NA
Success Code: 200 OK – Request Successful
Example:
https://api.mbsisystems.com/api/v150/orders/16644246/addresses/17664959/employees/353379 |
Request Body: NA
Response:
{ "data": { "success": true } } |
Retrieve Order Client Details
Description: This endpoint retrieves the client information associated with a specific order (case). It returns the client details linked to the provided order ID.
URL: /api/v150/orders/{order_id}/client
Method: GET
Request Body Parameters: NA
Success Code: 200 OK – Request Successful
Example:
https://api.mbsisystems.com/api/v150/orders/57066438/client |
Request Body: NA
Response:
{ "data": [ { "id": 65690, "district_id": null, "parent_company": null, "type": 11, "status": 1, "created_by": 10001, "created_by_employee": 10013, "merged_from": null, "owned_by": 3099, "name": "Demo Bank & Trust MRS", "legal_name": "Demo Bank and Trust", "website": "", "is_global": 2, "tin": "123", "current_caseno": 10431, "current_transid": 70112, "signup_code": 0, "htmlhead": null, "allow_provider_change": 1, "allow_client_personal_items": 1, "allow_bk_scrub": 1, "allow_ssn_hide": 1, "auto_purchase_plates": 0, "lienholder_verification": 1, "ssn_digits": 4, "password_expiration": 0, "password_expiration_days": 0, "previous_passwords": 0, "previous_passwords_number": 0, "allow_cln_hide": 0, "cln_digits": 8, "scorecard_enabled": 1, "scorecard_enabled_at": "2020-06-23 16:39:17", "login_type": null, "service_provider_custom_fees": 0, "allow_sp_add": 1, "auto_sp_add": 0, "store_number": "5678", "disable_adding_ssn": 0, "disable_adding_loan_payment": 0, "service_provider_allow_sp_add": 1, "only_approved_invoiceprint": 0, "parent_approval_invoice_exp": 0, "address_is_public_by_default": 1, "preferred_billing": "ACH Deposit", "invoices_created_due_after": 30, "recovery_acknowledgement_lockout": null, "company_wide_hold": 0, "auto_ack_plate_share_web": 0, "filter_sp_by_cvt": 1, "fieldvisit_ackn": 0, "repo_ackn": 0, "bulk_recharge": 1, "use_company_email": 1, "validate_case_import_vin": 0, "search_data_staging_member_companies": 0, "charge_transaction_fees": 1, "geo_assignment_restriction": 0, "created_at": "2015-04-08 22:23:30", "updated_at": "2026-03-05 12:27:54", "deleted_at": null, "manual_contract": 1, "client_invoicing_requirements": 1, "deliver_to_auction": 0, "release_to_auction": 0, "donot_contact_flag": 0, "enable_contracted_fees": null, "allow_vin_hide": null, "vin_digits": null, "has_claims": 0, "pre_approved_auto_invoice": 1, "bill_to_debtor": 1, "bill_to_debtor_days": "45", "sla_enforced": 0, "sla_enforced_days": "0", "sla_allowed_invoice": "0", "gl_code_require": 0, "phones": [] } ], "meta": { "fixme": { "message": "GenericResource: create specific resource object", "source": { "file": "/var/www/mobile_dev/releases/20210210171746/versions/v140/app/Http/Controllers/Api/Mixins/Actions/Get/ShowSingleCompanyOrder.php", "line": 34, "function": "__construct", "class": "App\\Http\\Resources\\GenericResource", "type": "->" } } } } |
Retrieve Tags for a Specified Company
Description: This endpoint retrieves all tags associated with the company identified by the company_id provided in the endpoint URL.
URL: /api/v150/companies/10004/tags
Method: GET
Request Body Parameters: NA
Success Code: 200 OK – Request Successful
Example:
URL: https://api.mbsisystems.com/api/v150/companies/10004/tags |
Request Body: NA
Response:
{ "data": [ { "id": 2412, "company_id": 10004, "employee_id": 78830, "name": "Transport needed", "seq": null, "created_at": "2019-05-23 16:51:29", "updated_at": "2022-09-25 17:06:08", "deleted_at": null }, { "id": 2428, "company_id": 10004, "employee_id": 78830, "name": "Hurricane Hold - David", "seq": null, "created_at": "2019-06-14 18:38:59", "updated_at": "2022-09-25 17:06:08", "deleted_at": null }, { "id": 2514, "company_id": 10004, "employee_id": 11765, "name": "01-mikes", "seq": null, "created_at": "2019-11-20 19:09:13", "updated_at": "2022-09-25 17:06:08", "deleted_at": null }, { "id": 2608, "company_id": 10004, "employee_id": 80558, "name": "LPR Eligible", "seq": null, "created_at": "2020-04-02 20:18:47", "updated_at": "2022-09-25 17:06:08", "deleted_at": null }, { "id": 2660, "company_id": 10004, "employee_id": 201362, "name": "", "seq": null, "created_at": "2020-08-20 14:24:34", "updated_at": "2022-09-25 17:06:08", "deleted_at": null }, { "id": 2688, "company_id": 10004, "employee_id": 11765, "name": "Adam's accounts", "seq": null, "created_at": "2020-10-07 19:16:35", "updated_at": "2022-09-25 17:06:08", "deleted_at": null }, { "id": 3790, "company_id": 10004, "employee_id": 86524, "name": "shilpa test tag", "seq": null, "created_at": "2022-12-15 04:47:26", "updated_at": "2022-12-15 04:47:26", "deleted_at": null }, { "id": 4246, "company_id": 10004, "employee_id": 420711, "name": "anirudh", "seq": null, "created_at": "2023-10-20 11:57:35", "updated_at": "2023-10-20 11:57:35", "deleted_at": null }, { "id": 4247, "company_id": 10004, "employee_id": 420710, "name": "Field Agent1", "seq": null, "created_at": "2023-10-20 13:20:24", "updated_at": "2023-10-20 13:20:24", "deleted_at": null }, { "id": 4251, "company_id": 10004, "employee_id": 420708, "name": "Transport/Redemption hold", "seq": null, "created_at": "2023-12-18 13:53:57", "updated_at": "2023-12-18 13:53:57", "deleted_at": null }, { "id": 4252, "company_id": 10004, "employee_id": 420708, "name": "Repo Only - Vehicle at Auction", "seq": null, "created_at": "2023-12-18 13:54:14", "updated_at": "2023-12-18 13:54:14", "deleted_at": null }, { "id": 4253, "company_id": 10004, "employee_id": 420708, "name": "Redemptions/Waiting signed release", "seq": null, "created_at": "2023-12-18 13:54:29", "updated_at": "2023-12-18 13:54:29", "deleted_at": null }, { "id": 4254, "company_id": 10004, "employee_id": 420708, "name": " Vehicle redeemed", "seq": null, "created_at": "2023-12-18 13:54:40", "updated_at": "2023-12-18 13:54:40", "deleted_at": null }, { "id": 4327, "company_id": 10004, "employee_id": null, "name": "Bonus Program", "seq": null, "created_at": "2024-12-02 12:17:28", "updated_at": "2024-12-02 12:17:28", "deleted_at": null } ], "meta": { "fixme": { "message": "GenericCollectionResource: create specific resource collection object", "source": { "file": "/var/www/mobile_dev/releases/20210210171746/versions/v130/app/Http/Resources/GenericResource.php", "line": 19, "function": "__construct", "class": "App\\Http\\Resources\\GenericCollectionResource", "type": "->" } } } } |