Applies to integrated customers using the RecoveryConnect API



Assignment Operations

The Assignment Operations section contains endpoints used to manage assignments related to orders. Assignments represent tasks allocated to service providers or agents for processing an order.

These endpoints allow users to assign addresses, retrieve assignment details, update assignments, manage attachments, create alerts, and retrieve collateral information associated with assignments.

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

Assign Address
 Description: 
This endpoint assigns a specific address within an order to an existing assignment record.

Address assignment is used to associate an address with a particular assignment within the order workflow. Once assigned, the address becomes part of that assignment and can be used by the responsible employee or team for further actions such as visits, investigations, or updates.

URL: /api/v140/orders/{order_id}/addresses/{address_id}/assign
Method: POST
 
Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

assignment_id

Unique identifier of the assignment to which the address will be assigned

Yes

2649530


Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/orders/57074891/addresses/120094361/assign


 
Request Body:

{

  "assignment_id": 57074893

}

Response:

{

    "data": [

        {

            "id": 219115202,

            "lpr_hit_id": null,

            "company_id": 10004,

            "parent_id": 219115198,

            "orders_id": 57074893,

            "address_id": 120094360,

            "order_person": 124944828,

            "category": 3,

            "dwelling": 9,

            "object_id": null,

            "dwelling_type": 1,

            "employee": 424549,

            "created_at": "2026-03-10 11:13:45",

            "updated_at": "2026-03-10 11:13:45",

            "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": 120094360,

                "name": "Home Address",

                "address_1": "cefr 1232",

                "address_2": "",

                "unit": "",

                "zip": 46261,

                "type": 1,

                "latitude": "32.75217000",

                "longitude": "-111.67203500",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2026-03-10 11:13:03",

                "updated_at": "2026-03-10 11:13:03",

                "deleted_at": null,

                "migration": null

            }

        },

        {

            "id": 219115203,

            "lpr_hit_id": null,

            "company_id": 10004,

            "parent_id": 219115199,

            "orders_id": 57074893,

            "address_id": 120094361,

            "order_person": 124944829,

            "category": 3,

            "dwelling": 9,

            "object_id": null,

            "dwelling_type": 1,

            "employee": 424549,

            "created_at": "2026-03-10 11:17:59",

            "updated_at": "2026-03-10 11:17:59",

            "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": 120094361,

                "name": "Home Address",

                "address_1": "EDEXHI 212RDD",

                "address_2": "",

                "unit": "",

                "zip": 46261,

                "type": 1,

                "latitude": "32.75217000",

                "longitude": "-111.67203500",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2026-03-10 11:13:03",

                "updated_at": "2026-03-10 11:13:03",

                "deleted_at": null,

                "migration": null

            }

        }

    ],

    "meta": {

        "fixme": {

            "message": "GenericResource: create specific resource object",

            "source": {

                "file": "/var/www/mobile_dev/releases/20210210171746/versions/v130/app/Http/Controllers/Api/Mixins/Actions/Post/AssignOrderAddress.php",

                "line": 37,

                "function": "__construct",

                "class": "App\\Http\\Resources\\GenericResource",

                "type": "->"

            }

        }

    }

}

 

Retrieve Assignment
 Description: 
This endpoint retrieves the details of a specific assignment.

By providing the assignment ID, this endpoint returns the detailed information related to that assignment resource.

URL: /api/v140/orders/assignments/{assignment_id}
Method: GET
 
Request Body Parameters: NA
Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/30552


 
Request Body: NA

Response:

{

    "data": {

        "id": 30552,

        "has_mbsi_source": false,

        "source": null,

        "other_refno": null,

        "client_id": 10004,

        "parent_order_id": 28758,

        "status_date": "2026-03-10 11:36:03",

        "is_violent": 0,

        "accepted_date": "2016-11-07 21:10:00",

        "tier_level": null,

        "placement_level": null,

        "created_at": "2016-02-26 18:32:33",

        "reopen_num": 1,

        "is_latest_case": 1,

        "client_accountno": "56545",

        "company_orderno": "1407-1",

        "agreement_type": null,

        "order_type": "Involuntary Repossession",

        "order_type_id": 1,

        "owner": {

            "meta": [],

            "id": 10001,

            "name": "Recovery Office Pro Demo &",

            "is_global": true,

            "phones": [],

            "self": "http://stg-api.mbsisystems.com/api/v140/companies/10001",

            "created_at": "2014-06-12 11:07:00",

            "updated_at": "2026-03-10 09:24:43"

        },

        "client": {

            "meta": [],

            "id": 10004,

            "name": "Forwarding Company Demo",

            "is_global": true,

            "phones": [],

            "self": "http://stg-api.mbsisystems.com/api/v140/companies/10004",

            "created_at": "2014-06-12 11:07:00",

            "updated_at": "2026-03-10 08:20:51"

        },

        "lien_holder": {

            "meta": [],

            "id": 65690,

            "name": "Demo Bank & Trust MRS",

            "is_global": true,

            "phones": [],

            "self": "http://stg-api.mbsisystems.com/api/v140/companies/65690",

            "created_at": "2015-04-08 22:23:30",

            "updated_at": "2026-03-10 08:46:38"

        },

        "collector": {

            "id": 12040,

            "company_id": 65690,

            "name": "Sam D",

            "firstname": "Sam",

            "lastname": "D",

            "contact": {

                "email": "anzenbrainard@gmail.com",

                "mobile_phone": null

            },

            "roles": [

                "Administrator Client",

                "Supervisor",

                "Alpha Tester",

                "Client Extended Permissions",

                "Claims Administrator"

            ],

            "self": "http://stg-api.mbsisystems.com/api/employees/12040",

            "expand": "employee"

        },

        "tags": [],

        "mass_hold_tags": [],

        "borrower_details": [

            {

                "id": 64170,

                "parent_id": 60942,

                "order_id": 30552,

                "person_id": 66816,

                "role": "borrower",

                "is_violent": 0,

                "is_primary": 1,

                "active_military": 0,

                "bk": null,

                "is_deceased": 0,

                "is_fraud": 0,

                "firstname": "Freddie",

                "middle_initial": "",

                "lastname": "VonRueden",

                "validated": 1,

                "created_at": "2016-02-26 18:32:33",

                "updated_at": "2016-02-26 18:32:33",

                "deleted_at": null,

                "person_details": {

                    "id": 66816,

                    "firstname": "Freddie",

                    "middle_initial": "",

                    "lastname": "VonRueden",

                    "birthday": null,

                    "license_no": null,

                    "license_state": null,

                    "validated": 1,

                    "created_at": "2016-02-19 18:08:23",

                    "updated_at": "2023-09-27 11:24:04",

                    "phones": [

                        {

                            "id": 157654,

                            "type": 5,

                            "mobile_carrier_id": null,

                            "number": "269-276-9547",

                            "extension": null,

                            "memo": null,

                            "valid": 1,

                            "no_contact": 0,

                            "created_at": "2016-02-19 18:08:23",

                            "updated_at": "2023-09-28 08:50:54",

                            "deleted_at": null,

                            "migration": null,

                            "address_with_number": "No address",

                            "pivot": {

                                "person_id": 66816,

                                "phone_id": 157654

                            }

                        }

                    ]

                },

                "meta": []

            }

        ],

        "violent_event_details": [],

        "collateral_details": [

            {

                "id": 28312,

                "is_primary": 1,

                "vehicle_type_id": 80,

                "vehicle_type": "Convertible",

                "year": "2014",

                "make": "Ford",

                "model": "Mustang",

                "color": "White Sand Tri-Coat Meta",

                "drive_train": "Rear Wheel Drive",

                "fuel_type": "Gasoline Fuel",

                "engine": "8 Cylinder Engine",

                "selling_dealer": "",

                "original_loan_amount": "0.00",

                "payment_amount": "0.00",

                "past_due_amount": "0.00",

                "unpaid_balance": "0.00",

                "chargeoff_date": "No Data",

                "key_codes": "-",

                "maximum_bailout": "0.00",

                "additional_info": "No Data",

                "contract_date": "No Data",

                "license_no": "133rtt",

                "license_state": "AZ",

                "license_exp": null,

                "vin": "1ZVBP8JZ9E5262008",

                "status": "Closed",

                "status_id": 1,

                "status_date": "2019-04-08 17:02:08",

                "status_reason": 19,

                "status_note": null,

                "on_hook_by": null,

                "assignment_on_hook_by": null,

                "vehicle_value": null,

                "created_at": "2016-02-26 18:32:33",

                "updated_at": "2019-10-31 13:55:05",

                "meta": []

            }

        ],

        "address_details": [

            {

                "id": 60102,

                "lpr_hit_id": null,

                "company_id": 10004,

                "parent_id": 56682,

                "orders_id": 30552,

                "address_id": 116078,

                "order_person": 64170,

                "category": 3,

                "dwelling": 3,

                "object_id": null,

                "dwelling_type": 1,

                "employee": 11765,

                "created_at": "2016-11-04 18:38:16",

                "updated_at": "2019-01-04 18:47:41",

                "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": 116078,

                    "name": null,

                    "address_1": "39880 Sharon Shore Apt. 660",

                    "address_2": "",

                    "unit": "",

                    "zip": 46510,

                    "type": 1,

                    "latitude": "32.13329590",

                    "longitude": "-110.97114830",

                    "date_delay": null,

                    "available_from": "00:00:00",

                    "available_to": "23:59:00",

                    "priority": 0,

                    "hits": 0,

                    "no_contact": 0,

                    "created_at": "2016-02-19 18:08:23",

                    "updated_at": "2023-09-29 06:31:36",

                    "deleted_at": null,

                    "migration": null,

                    "phones": [],

                    "zip_code_details": {

                        "zip_code_id": 46510,

                        "zip_code": "85706",

                        "zip_code_city_id": 46505,

                        "city_name": "Tucson",

                        "zip_code_state_id": 46177,

                        "state_name": "Arizona",

                        "state_abbr": "AZ",

                        "state_county": "AZ-Pima",

                        "zip_code_county_id": 46361,

                        "county_name": "Pima",

                        "latitude": "32.117700",

                        "longitude": "-110.894100",

                        "system_msg": 0,

                        "country": "United States of America",

                        "country_code": "US",

                        "trigger_msg": 0,

                        "shape_data": "[[[\"-110.85896\",\"32.021273\",\"0.0\"],[\"-110.961236\",\"32.001477\",\"0.0\"],[\"-110.992579\",\"32.163139\",\"0.0\"],[\"-110.896352\",\"32.163139\",\"0.0\"],[\"-110.840815\",\"32.144443\",\"0.0\"],[\"-110.844114\",\"32.048766\",\"0.0\"],[\"-110.85896\",\"32.021273\",\"0.0\"]]]"

                    }

                },

                "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": 3,

                    "name": "multi_unit_complex_verified",

                    "friendlyname": "Multi-Unit Complex (Verified)",

                    "created_at": null,

                    "updated_at": null,

                    "deleted_at": null

                }

            },

            {

                "id": 60114,

                "lpr_hit_id": null,

                "company_id": 10004,

                "parent_id": 60112,

                "orders_id": 30552,

                "address_id": 119434,

                "order_person": null,

                "category": 9,

                "dwelling": 1,

                "object_id": 0,

                "dwelling_type": 0,

                "employee": 11765,

                "created_at": "2016-11-04 18:38:16",

                "updated_at": "2019-01-04 18:47:41",

                "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": 119434,

                    "name": "DMV Address",

                    "address_1": "43768 Mina Club Suite 680",

                    "address_2": "",

                    "unit": "",

                    "zip": 46501,

                    "type": 1,

                    "latitude": "32.43170700",

                    "longitude": "-111.07537000",

                    "date_delay": null,

                    "available_from": "00:00:00",

                    "available_to": "23:59:00",

                    "priority": 0,

                    "hits": 0,

                    "no_contact": 0,

                    "created_at": "2016-02-26 18:52:19",

                    "updated_at": "2023-09-29 06:31:37",

                    "deleted_at": null,

                    "migration": null,

                    "phones": [],

                    "zip_code_details": {

                        "zip_code_id": 46501,

                        "zip_code": "85658",

                        "zip_code_city_id": 46498,

                        "city_name": "Marana",

                        "zip_code_state_id": 46177,

                        "state_name": "Arizona",

                        "state_abbr": "AZ",

                        "state_county": "AZ-Pima",

                        "zip_code_county_id": 46361,

                        "county_name": "Pima",

                        "latitude": "32.436756",

                        "longitude": "-111.083038",

                        "system_msg": 0,

                        "country": "United States of America",

                        "country_code": "US",

                        "trigger_msg": 0,

                        "shape_data": null

                    }

                },

                "category_details": {

                    "id": 9,

                    "name": "dmv_address",

                    "friendlyname": "DMV Address",

                    "created_at": "2021-12-09 02:47:49",

                    "updated_at": "2021-12-09 02:47:49",

                    "deleted_at": null

                },

                "dwelling_details": {

                    "id": 1,

                    "name": "single_family_verified",

                    "friendlyname": "Single Family",

                    "created_at": null,

                    "updated_at": null,

                    "deleted_at": null

                }

            }

        ],

        "special_instructions": [],

        "number_of_runs": 2,

        "client_office_location": {

            "id": 4,

            "name": "Main",

            "address_1": "2345 Forwarding Comp Strret",

            "address_2": "",

            "state_abbr": "SD",

            "city_name": "Watertown",

            "zip_code": "57201",

            "county_name": "Codington",

            "longitude": "-27.18551000",

            "latitude": "24.11170100",

            "unit": null

        },

        "order_location": {

            "id": 1,

            "name": "Arizona Location Main",

            "address_1": "6789 Side St.koble rd",

            "address_2": "",

            "state_abbr": "AZ",

            "city_name": "Marana",

            "zip_code": "85658",

            "county_name": "Pima",

            "longitude": "-111.14142300",

            "latitude": "32.53955400",

            "unit": "#13"

        }

    },

    "meta": {

        "company_addresses": [

            {

                "id": 4,

                "name": "Main",

                "address_1": "2345 Forwarding Comp Strret",

                "address_2": "",

                "unit": null,

                "zip": 34736,

                "type": 1,

                "latitude": "24.11170100",

                "longitude": "-27.18551000",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2014-06-12 11:07:01",

                "updated_at": "2025-12-09 11:29:43",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-03-01",

                "zip_code_details": {

                    "zip_code_id": 34736,

                    "zip_code": "57201",

                    "zip_code_city_id": 34736,

                    "city_name": "Watertown",

                    "zip_code_state_id": 34652,

                    "state_name": "South Dakota",

                    "state_abbr": "SD",

                    "state_county": "SD-Codington",

                    "zip_code_county_id": 34736,

                    "county_name": "Codington",

                    "latitude": "44.902615",

                    "longitude": "-97.121324",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-97.370099\",\"44.847541\",\"0.0\"],[\"-97.289818\",\"44.948717\",\"0.0\"],[\"-97.144102\",\"45.093333\",\"0.0\"],[\"-96.882914\",\"45.049343\",\"0.0\"],[\"-96.882364\",\"44.97676\",\"0.0\"],[\"-96.923605\",\"44.904727\",\"0.0\"],[\"-96.923605\",\"44.889881\",\"0.0\"],[\"-96.925254\",\"44.804101\",\"0.0\"],[\"-97.127056\",\"44.788705\",\"0.0\"],[\"-97.370099\",\"44.847541\",\"0.0\"]]]"

                }

            },

            {

                "id": 5493358,

                "name": "Regression Testing",

                "address_1": "11787 International Dr",

                "address_2": "",

                "unit": "",

                "zip": 23977,

                "type": 4,

                "latitude": "28.39301400",

                "longitude": "-81.46568800",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2020-07-01 15:18:52",

                "updated_at": "2025-04-04 12:56:57",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-03-28",

                "zip_code_details": {

                    "zip_code_id": 23977,

                    "zip_code": "32821",

                    "zip_code_city_id": 23958,

                    "city_name": "Orlando",

                    "zip_code_state_id": 23482,

                    "state_name": "Florida",

                    "state_abbr": "FL",

                    "state_county": "FL-Orange",

                    "zip_code_county_id": 23886,

                    "county_name": "Orange",

                    "latitude": "28.379055",

                    "longitude": "-81.467846",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-81.514831\",\"28.347333\",\"0.0\"],[\"-81.533069\",\"28.347333\",\"0.0\"],[\"-81.504652\",\"28.377658\",\"0.0\"],[\"-81.475812\",\"28.409892\",\"0.0\"],[\"-81.422796\",\"28.42198\",\"0.0\"],[\"-81.487687\",\"28.347121\",\"0.0\"],[\"-81.514831\",\"28.347333\",\"0.0\"]]]"

                }

            },

            {

                "id": 5493360,

                "name": "Regression Testing",

                "address_1": "2301 West Dunlap",

                "address_2": "",

                "unit": "",

                "zip": 46361,

                "type": 4,

                "latitude": "32.25969900",

                "longitude": "-112.90588000",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2020-07-01 15:18:52",

                "updated_at": "2025-04-04 12:56:57",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-01-07",

                "zip_code_details": {

                    "zip_code_id": 46361,

                    "zip_code": "85321",

                    "zip_code_city_id": 46361,

                    "city_name": "Ajo",

                    "zip_code_state_id": 46177,

                    "state_name": "Arizona",

                    "state_abbr": "AZ",

                    "state_county": "AZ-Pima",

                    "zip_code_county_id": 46361,

                    "county_name": "Pima",

                    "latitude": "32.385764",

                    "longitude": "-112.866344",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-112.887431\",\"32.505158\",\"0.0\"],[\"-112.574555\",\"32.505158\",\"0.0\"],[\"-112.727419\",\"32.173037\",\"0.0\"],[\"-112.905577\",\"32.19998\",\"0.0\"],[\"-112.887431\",\"32.505158\",\"0.0\"]]]"

                }

            },

            {

                "id": 20175560,

                "name": "shilpatest address 2",

                "address_1": "2301 West Dunlap Ave",

                "address_2": "",

                "unit": "",

                "zip": 46199,

                "type": 3,

                "latitude": "33.56764800",

                "longitude": "-112.10921200",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2020-11-13 00:33:34",

                "updated_at": "2025-04-04 12:56:57",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-09-17",

                "zip_code_details": {

                    "zip_code_id": 46199,

                    "zip_code": "85023",

                    "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.632395",

                    "longitude": "-112.111758",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-112.074723\",\"33.607648\",\"0.0\"],[\"-112.117063\",\"33.610947\",\"0.0\"],[\"-112.113764\",\"33.654936\",\"0.0\"],[\"-112.074173\",\"33.654936\",\"0.0\"],[\"-112.074723\",\"33.607648\",\"0.0\"]]]"

                }

            },

            {

                "id": 91668982,

                "name": "address 1as main location Phoenix AZ 85019 edited",

                "address_1": "69373 Kailyn Points Suite 411",

                "address_2": "",

                "unit": "",

                "zip": 46296,

                "type": 3,

                "latitude": "33.33123000",

                "longitude": "-111.64222400",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2022-07-26 03:37:45",

                "updated_at": "2025-04-04 12:56:57",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-04-24",

                "zip_code_details": {

                    "zip_code_id": 46296,

                    "zip_code": "85212",

                    "zip_code_city_id": 46285,

                    "city_name": "Mesa",

                    "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.342880",

                    "longitude": "-111.621592",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-111.686515\",\"33.288723\",\"0.0\"],[\"-111.687615\",\"33.365155\",\"0.0\"],[\"-111.601835\",\"33.378902\",\"0.0\"],[\"-111.583689\",\"33.362406\",\"0.0\"],[\"-111.686515\",\"33.288723\",\"0.0\"]]]"

                }

            },

            {

                "id": 119863964,

                "name": "Test_AZ",

                "address_1": "5138 E 27th St",

                "address_2": "",

                "unit": null,

                "zip": 46515,

                "type": 1,

                "latitude": "-90.00000000",

                "longitude": "-120.00000000",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2024-09-26 12:46:51",

                "updated_at": "2025-12-09 11:30:11",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-04-26",

                "zip_code_details": {

                    "zip_code_id": 46515,

                    "zip_code": "85711",

                    "zip_code_city_id": 46505,

                    "city_name": "Tucson",

                    "zip_code_state_id": 46177,

                    "state_name": "Arizona",

                    "state_abbr": "AZ",

                    "state_county": "AZ-Pima",

                    "zip_code_county_id": 46361,

                    "county_name": "Pima",

                    "latitude": "32.218469",

                    "longitude": "-110.887678",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-110.857861\",\"32.192282\",\"0.0\"],[\"-110.875457\",\"32.192282\",\"0.0\"],[\"-110.908999\",\"32.196131\",\"0.0\"],[\"-110.909549\",\"32.207129\",\"0.0\"],[\"-110.909549\",\"32.236272\",\"0.0\"],[\"-110.857861\",\"32.235722\",\"0.0\"],[\"-110.857861\",\"32.192282\",\"0.0\"]]]"

                }

            },

            {

                "id": 119863965,

                "name": "Texas_Test",

                "address_1": "4045 Renee Dr",

                "address_2": "",

                "unit": null,

                "zip": 42304,

                "type": 3,

                "latitude": null,

                "longitude": null,

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2024-09-26 12:58:20",

                "updated_at": "2024-09-26 12:58:20",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-01-22",

                "zip_code_details": {

                    "zip_code_id": 42304,

                    "zip_code": "75227",

                    "zip_code_city_id": 42279,

                    "city_name": "Dallas",

                    "zip_code_state_id": 41534,

                    "state_name": "Texas",

                    "state_abbr": "TX",

                    "state_county": "TX-Dallas",

                    "zip_code_county_id": 42137,

                    "county_name": "Dallas",

                    "latitude": "32.766974",

                    "longitude": "-96.683948",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-96.639322\",\"32.748751\",\"0.0\"],[\"-96.639872\",\"32.748751\",\"0.0\"],[\"-96.73115\",\"32.765797\",\"0.0\"],[\"-96.734449\",\"32.777894\",\"0.0\"],[\"-96.728951\",\"32.79219\",\"0.0\"],[\"-96.684961\",\"32.79219\",\"0.0\"],[\"-96.639322\",\"32.748751\",\"0.0\"]]]"

                }

            },

            {

                "id": 119864510,

                "name": "Testing Storage Location Neelima via API",

                "address_1": "3620 W Greenway Rd3, Phoenix, AZ Phoenix AZ 85014",

                "address_2": "3620 W Greenway",

                "unit": "1234",

                "zip": 46191,

                "type": 4,

                "latitude": "33.62569100",

                "longitude": "-112.13673400",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2024-09-26 16:12:51",

                "updated_at": "2025-04-04 12:56:57",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-04-26",

                "zip_code_details": {

                    "zip_code_id": 46191,

                    "zip_code": "85015",

                    "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.507977",

                    "longitude": "-112.101173",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-112.091219\",\"33.480628\",\"0.0\"],[\"-112.100017\",\"33.480628\",\"0.0\"],[\"-112.113214\",\"33.480628\",\"0.0\"],[\"-112.112664\",\"33.538364\",\"0.0\"],[\"-112.091219\",\"33.538364\",\"0.0\"],[\"-112.091219\",\"33.480628\",\"0.0\"]]]"

                }

            },

            {

                "id": 119864511,

                "name": "Testing Storage Location Neelima via API",

                "address_1": "36201 W Greenway Rd3, Phoenix, AZ Phoenix AZ 85014",

                "address_2": "3620 W Greenway",

                "unit": "12314",

                "zip": 46191,

                "type": 4,

                "latitude": "33.49917800",

                "longitude": "-112.11048300",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2024-09-26 16:13:48",

                "updated_at": "2025-04-04 12:56:57",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": "2025-11-25",

                "zip_code_details": {

                    "zip_code_id": 46191,

                    "zip_code": "85015",

                    "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.507977",

                    "longitude": "-112.101173",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-112.091219\",\"33.480628\",\"0.0\"],[\"-112.100017\",\"33.480628\",\"0.0\"],[\"-112.113214\",\"33.480628\",\"0.0\"],[\"-112.112664\",\"33.538364\",\"0.0\"],[\"-112.091219\",\"33.538364\",\"0.0\"],[\"-112.091219\",\"33.480628\",\"0.0\"]]]"

                }

            },

            {

                "id": 120007065,

                "name": "storage",

                "address_1": "871 3rd St NW",

                "address_2": "",

                "unit": null,

                "zip": 47465,

                "type": 4,

                "latitude": null,

                "longitude": null,

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2025-07-18 13:05:03",

                "updated_at": "2025-07-18 13:05:03",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "zip_code_details": {

                    "zip_code_id": 47465,

                    "zip_code": "90007",

                    "zip_code_city_id": 47459,

                    "city_name": "Los Angeles",

                    "zip_code_state_id": 47459,

                    "state_name": "California",

                    "state_abbr": "CA",

                    "state_county": "CA-Los Angeles",

                    "zip_code_county_id": 47459,

                    "county_name": "Los Angeles",

                    "latitude": "34.026525",

                    "longitude": "-118.282408",

                    "system_msg": 0,

                    "country": "United States of America",

                    "country_code": "US",

                    "trigger_msg": 0,

                    "shape_data": "[[[\"-118.300351\",\"34.018401\",\"0.0\"],[\"-118.300351\",\"34.039845\",\"0.0\"],[\"-118.282756\",\"34.039296\",\"0.0\"],[\"-118.26461\",\"34.031048\",\"0.0\"],[\"-118.273958\",\"34.012902\",\"0.0\"],[\"-118.300351\",\"34.018401\",\"0.0\"]]]"

                }

            },

            {

                "id": 120011832,

                "name": "Automation Address 2025-07-29T10:07:55.190845098",

                "address_1": "Main Dallas, Arizona 2025-07-29T10:07:55.190845098",

                "address_2": "",

                "unit": "",

                "zip": 46177,

                "type": 4,

                "latitude": "32.77666420",

                "longitude": "-96.79698790",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2025-07-29 10:08:00",

                "updated_at": "2025-07-29 10:08:00",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "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

                }

            },

            {

                "id": 120033931,

                "name": "Automation Address 2025-09-24T10:01:44.109665123",

                "address_1": "Main Dallas, Arizona 2025-09-24T10:01:44.109665123",

                "address_2": "",

                "unit": "",

                "zip": 46177,

                "type": 4,

                "latitude": "33.44822660",

                "longitude": "-112.07767810",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2025-09-24 10:01:50",

                "updated_at": "2025-09-24 10:01:50",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "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

                }

            },

            {

                "id": 120036405,

                "name": "Automation Address 2025-09-30T10:11:59.329940500",

                "address_1": "Main Dallas, Arizona 2025-09-30T10:11:59.329940500",

                "address_2": "",

                "unit": "",

                "zip": 46177,

                "type": 4,

                "latitude": "33.44829480",

                "longitude": "-112.07254880",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2025-09-30 10:12:10",

                "updated_at": "2025-09-30 10:12:10",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "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

                }

            },

            {

                "id": 120037621,

                "name": "Automation Address 2025-10-03T09:30:10.064691972",

                "address_1": "Main Dallas, Arizona 2025-10-03T09:30:10.064691972",

                "address_2": "",

                "unit": "",

                "zip": 46177,

                "type": 4,

                "latitude": "33.44829480",

                "longitude": "-112.07254880",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2025-10-03 09:30:15",

                "updated_at": "2025-10-03 09:30:15",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "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

                }

            },

            {

                "id": 120087005,

                "name": "Automation Address 2026-02-11T19:26:56.642895100",

                "address_1": "Main Dallas, Arizona 2026-02-11T19:26:56.642895100",

                "address_2": "",

                "unit": "",

                "zip": 46177,

                "type": 4,

                "latitude": "33.44829480",

                "longitude": "-112.07254880",

                "date_delay": null,

                "available_from": "00:00:00",

                "available_to": "23:59:00",

                "priority": 0,

                "hits": 0,

                "no_contact": 0,

                "created_at": "2026-02-11 13:57:03",

                "updated_at": "2026-02-11 13:57:03",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "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

                }

            },

            {

                "id": 120092355,

                "name": "Automation Address 2026-03-02T17:17:10.949979500",

                "address_1": "Main Dallas, Arizona 2026-03-02T17:17:10.949979500",

                "address_2": "",

                "unit": "",

                "zip": 46177,

                "type": 4,

                "latitude": "33.44829480",

                "longitude": "-112.07254880",

                "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 11:47:17",

                "updated_at": "2026-03-02 11:47:17",

                "deleted_at": null,

                "migration": null,

                "risc_certified_date": null,

                "risc_lot_expiration": null,

                "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

                }

            }

        ],

        "colors": [

            {

                "id": 1,

                "name": "Black",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 2,

                "name": "White",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 3,

                "name": "Red",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 4,

                "name": "Yellow",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 5,

                "name": "Blue",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 6,

                "name": "Green",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 7,

                "name": "Silver",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 8,

                "name": "Gold",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 9,

                "name": "Brown",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 10,

                "name": "Orange",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 11,

                "name": "Purple",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 12,

                "name": "Tan",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 13,

                "name": "Maroon",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 14,

                "name": "Teal",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 15,

                "name": "Gray",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 16,

                "name": "Copper",

                "hex": "",

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 17,

                "name": "Unknown Color",

                "hex": null,

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 19,

                "name": "Pink",

                "hex": null,

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 20,

                "name": "Light Blue",

                "hex": null,

                "created_at": null,

                "updated_at": null

            },

            {

                "id": 22,

                "name": "Crystal Red Tintcoat",

                "hex": null,

                "created_at": null,

                "updated_at": null

            }

        ]

    }

}

 

9.3 Update Assignment

Description: This endpoint updates the details of a specific assignment.

Only the fields provided in the request body will be updated. Any fields not included in the request will remain unchanged.

URL: /api/v140/assignments/{assignment_id}
Method: PUT

Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

order_type

Identifier representing the order type associated with the assignment

No

5

status

Identifier representing the assignment status

No

1

status_note

Additional note or remark describing the status update

No

test note

collector_id

Unique identifier of the collector assigned to the assignment

No

83268

 

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57074903

 

Request Body:

{

  "order_type": 5,

  "status_note": "test note",

  "collector_id": 83268

}

 

Response:

{

    "data": {

        "id": 57074903,

        "client_id": 10004,

        "owner_id": 10001,

        "lienholder": 65690,

        "collector_id": 83268,

        "association_id": null,

        "assignment_manager": null,

        "status_date": "2026-03-10T18:27:04.000000Z",

        "note": null,

        "reason": null,

        "parent_id": 57074901,

        "is_lender": "0",

        "order_type": 5,

        "prior_case_type_live_recovery": null,

        "client_accountno": "",

        "lien_accountno": "",

        "company_orderno": 267002,

        "debtor_skipped": null,

        "is_violent": 0,

        "expiration": null,

        "company_address": null,

        "accepted_date": "2026-03-10 11:48:00",

        "other_refno": null,

        "company_address_id": null,

        "tier_level": null,

        "placement_level": null,

        "det_guid": null,

        "created_at": "2026-03-10 11:27:47",

        "updated_at": "2026-03-10 11:50:11",

        "deleted_at": null,

        "source": null,

        "company_origin": 10004,

        "source_file": null,

        "managed_by_company": null,

        "flagged_delete": 0,

        "from_transparency_set": 0,

        "trans_set_by_client_id": null,

        "trans_main_parent_id": null,

        "parent_case": 57074903,

        "reopen_num": 1,

        "is_latest_case": 1,

        "assignment_situation": "232",

        "recovery_situation": null,

        "primary_collateral": {

            "id": 58854526,

            "parent_id": 58854524,

            "recovery_id": null,

            "completed_by": null,

            "pending_recovery_id": null,

            "object_id": 5441126,

            "orders_id": 57074903,

            "current_disposition": "",

            "reason": null,

            "contract_date": "No Data",

            "deliquent_since": "No Data",

            "chargeoff_date": "No Data",

            "original_loan_amount": "0",

            "payment_amount": "0",

            "past_due_amount": "0",

            "unpaid_balance": "0",

            "maximum_bailout": null,

            "additional_info": "No Data",

            "is_primary": 1,

            "note": null,

            "prior_status": null,

            "status": 0,

            "status_date": "2026-03-10T11:48:00.000000Z",

            "order_fulfillment_history_id": null,

            "created_at": "2026-03-10 11:27:47",

            "updated_at": "2026-03-10 11:48:28",

            "last_payment_date": null,

            "days_past_due": null,

            "number_payments_delinquent": null,

            "tranche": null,

            "last_payment_type": null,

            "chargeoff_amount": null,

            "last_payment_amount": null,

            "interest_amount": null,

            "average_wholesale_value": null,

            "outstanding_balance": null,

            "average_cash_value": null,

            "principal_amount": null,

            "base_cash_value": null,

            "estimated_value": null,

            "source": null,

            "is_damaged": 0,

            "deleted_at": null,

            "display_string": "2010 Nissan Xterra WP0AA29898U760244",

            "base_object": {

                "id": 5441126,

                "model_id": 3876,

                "identification_number": "WP0AA29898U760244",

                "created_at": "2020-12-06 15:56:59",

                "updated_at": "2020-12-06 15:56:59",

                "object_properties": {

                    "selling_dealer": "",

                    "keycodes": "-undefined",

                    "license_state": "OH",

                    "license_no": "DQK4516",

                    "trim": "",

                    "drive_train": "",

                    "color": "",

                    "license_exp": "2021-01-10",

                    "engine": "",

                    "body_type": "NA",

                    "fuel_type": ""

                },

                "object_model": {

                    "id": 3876,

                    "manufacturer": 8,

                    "type": 82,

                    "name": "Xterra",

                    "year": "2010",

                    "body_type": null,

                    "fuel_type": null,

                    "drive_train": null,

                    "trim": null,

                    "engine": null,

                    "created_at": "2015-12-01 15:30:06",

                    "updated_at": "2026-03-10 11:18:07",

                    "make": {

                        "id": 8,

                        "name": "Nissan",

                        "description": null,

                        "created_at": "2014-10-29 19:47:11",

                        "updated_at": "2014-10-29 19:47:11"

                    }

                },

                "properties": [

                    {

                        "id": 52989760,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "body_type",

                        "data": "NA",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989762,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "drive_train",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989764,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "engine",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989766,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "trim",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989768,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "fuel_type",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989770,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "license_no",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989772,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "license_state",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989774,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "license_exp",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989776,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "transmission",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989778,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "color",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989780,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "keycodes",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989782,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "selling_dealer",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989784,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "license_no",

                        "data": "DQK4516",

                        "data_source": "Purchase",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989786,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "license_state",

                        "data": "OH",

                        "data_source": "Purchase",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 52989788,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "license_exp",

                        "data": "2021-01-10",

                        "data_source": "Purchase",

                        "created_at": "2020-12-06 15:56:59",

                        "updated_at": "2020-12-06 15:56:59"

                    },

                    {

                        "id": 349119520,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "body_type",

                        "data": "NA",

                        "data_source": "User Input",

                        "created_at": "2022-04-15 04:48:30",

                        "updated_at": "2022-04-15 04:48:30"

                    },

                    {

                        "id": 351191414,

                        "object_id": 5441126,

                        "employee_id": 10000,

                        "company_id": 130913,

                        "name": "body_type",

                        "data": "NA",

                        "data_source": "User Input",

                        "created_at": "2022-05-01 06:34:36",

                        "updated_at": "2022-05-01 06:34:36"

                    },

                    {

                        "id": 429745639,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "body_type",

                        "data": "NA",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745640,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "drive_train",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745641,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "engine",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745642,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "trim",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745643,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "fuel_type",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745644,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "license_no",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745645,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "license_state",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745646,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "license_exp",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745647,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "color",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745648,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "keycodes",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 429745649,

                        "object_id": 5441126,

                        "employee_id": 421056,

                        "company_id": 141262,

                        "name": "selling_dealer",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-01-13 16:14:42",

                        "updated_at": "2024-01-13 16:14:42"

                    },

                    {

                        "id": 430958132,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "body_type",

                        "data": "NA",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958133,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "drive_train",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958134,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "engine",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958135,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "trim",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958136,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "fuel_type",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958137,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "license_no",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958138,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "license_state",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958139,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "license_exp",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958140,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "color",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958141,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "keycodes",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 430958142,

                        "object_id": 5441126,

                        "employee_id": 420700,

                        "company_id": 65690,

                        "name": "selling_dealer",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2024-05-01 09:42:21",

                        "updated_at": "2024-05-01 09:42:21"

                    },

                    {

                        "id": 434073326,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "body_type",

                        "data": "NA",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073327,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "drive_train",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073328,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "engine",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073329,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "transmission",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073330,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "trim",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073331,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "fuel_type",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073332,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "license_no",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073333,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "license_state",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073334,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "license_exp",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073335,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "color",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073336,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "keycodes",

                        "data": "-undefined",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    },

                    {

                        "id": 434073337,

                        "object_id": 5441126,

                        "employee_id": 424549,

                        "company_id": 10004,

                        "name": "selling_dealer",

                        "data": "",

                        "data_source": "User Input",

                        "created_at": "2026-03-10 11:27:04",

                        "updated_at": "2026-03-10 11:27:04"

                    }

                ]

            }

        }

    },

    "status": "success"

}

 

Retrieve Order Assignments

Description: This endpoint retrieves the list of assignments associated with a specific order.

By providing the order ID, this endpoint returns all assignments linked to that order, including assignment status, assigned collector, and other assignment-related metadata.

URL: /api/v140/orders/{order_id}/assignments
Method: GET

Request Body Parameters:

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/orders/57074730/assignments

 

Request Body: NA

Response:

{

    "data": [

        {

            "id": 57075006,

            "has_mbsi_source": null,

            "source": null,

            "other_refno": null,

            "client_id": 10004,

            "parent_order_id": 57074730,

            "status_date": "2026-03-10 14:19:52",

            "is_violent": 0,

            "accepted_date": null,

            "tier_level": null,

            "placement_level": null,

            "created_at": "2026-03-10 14:19:27",

            "reopen_num": 1,

            "is_latest_case": 1,

            "client_accountno": "",

            "company_orderno": "267014-1",

            "agreement_type": null,

            "order_type": "Involuntary Repossession",

            "order_type_id": 1,

            "owner": {

                "meta": [],

                "id": 10001,

                "name": "Recovery Office Pro Demo &",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/10001",

                "created_at": "2014-06-12 11:07:00",

                "updated_at": "2026-03-10 13:30:13"

            },

            "client": {

                "meta": [],

                "id": 10004,

                "name": "Forwarding Company Demo",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/10004",

                "created_at": "2014-06-12 11:07:00",

                "updated_at": "2026-03-10 13:30:13"

            },

            "lien_holder": {

                "meta": [],

                "id": 65690,

                "name": "Demo Bank & Trust MRS",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/65690",

                "created_at": "2015-04-08 22:23:30",

                "updated_at": "2026-03-10 08:46:38"

            },

            "collector": {

                "id": 86567,

                "company_id": 65690,

                "name": "Priya Jayakumar",

                "firstname": "Priya",

                "lastname": "Jayakumar",

                "contact": {

                    "email": null,

                    "mobile_phone": "830-716-4973"

                },

                "roles": [

                    "Administrator Client",

                    "Claims Worker",

                    "Case Worker Client",

                    "Supervisor",

                    "MBSiQ",

                    "Alpha Tester",

                    "Billing Staff ",

                    "Billing Supervisor",

                    "Billing Manager",

                    "Billing Staff ",

                    "Billing Supervisor",

                    "Billing Manager",

                    "Billing Staff ",

                    "Billing Supervisor",

                    "Manager",

                    "Administrator Client",

                    "Claims Administrator"

                ],

                "self": "http://stg-api.mbsisystems.com/api/employees/86567",

                "expand": "employee"

            },

            "tags": [],

            "mass_hold_tags": [],

            "borrower_details": [

                {

                    "id": 124945011,

                    "parent_id": 124944498,

                    "order_id": 57075006,

                    "person_id": 136787848,

                    "role": "borrower",

                    "is_violent": 0,

                    "is_primary": 1,

                    "active_military": 0,

                    "bk": null,

                    "is_deceased": 0,

                    "is_fraud": 0,

                    "firstname": "A_Lenna",

                    "middle_initial": "",

                    "lastname": "Tillman",

                    "validated": 1,

                    "created_at": "2026-03-10 14:19:27",

                    "updated_at": "2026-03-10 14:19:27",

                    "deleted_at": null,

                    "person_details": {

                        "id": 136787848,

                        "firstname": "A_Lenna",

                        "middle_initial": "",

                        "lastname": "Tillman",

                        "birthday": null,

                        "license_no": null,

                        "license_state": null,

                        "validated": 1,

                        "created_at": "2026-03-10 07:19:53",

                        "updated_at": "2026-03-10 07:19:53",

                        "phones": []

                    },

                    "meta": []

                }

            ],

            "violent_event_details": [],

            "collateral_details": [

                {

                    "id": 58854628,

                    "is_primary": 1,

                    "vehicle_type_id": 66,

                    "vehicle_type": "Unknown",

                    "year": "2010",

                    "make": "Cadillac",

                    "model": "CTS",

                    "color": "",

                    "drive_train": "",

                    "fuel_type": "Gasoline",

                    "engine": "6 cylinder LF1",

                    "selling_dealer": "",

                    "original_loan_amount": "0",

                    "payment_amount": "0",

                    "past_due_amount": "0",

                    "unpaid_balance": "0",

                    "chargeoff_date": "No Data",

                    "key_codes": "-undefined",

                    "maximum_bailout": null,

                    "additional_info": "No Data",

                    "contract_date": "No Data",

                    "license_no": null,

                    "license_state": null,

                    "license_exp": null,

                    "vin": "1G6DA5EG7A0146384",

                    "status": "New From Client",

                    "status_id": 9,

                    "status_date": "2026-03-10 21:19:27",

                    "status_reason": null,

                    "status_note": null,

                    "on_hook_by": null,

                    "assignment_on_hook_by": null,

                    "vehicle_value": null,

                    "created_at": "2026-03-10 14:19:27",

                    "updated_at": "2026-03-10 14:19:27",

                    "meta": []

                }

            ],

            "address_details": [

                {

                    "id": 219115322,

                    "lpr_hit_id": null,

                    "company_id": 10004,

                    "parent_id": 219115321,

                    "orders_id": 57075006,

                    "address_id": 120094433,

                    "order_person": null,

                    "category": 2,

                    "dwelling": 9,

                    "object_id": 0,

                    "dwelling_type": 0,

                    "employee": 424549,

                    "created_at": "2026-03-10 14:19:27",

                    "updated_at": "2026-03-10 14:19:27",

                    "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": 120094433,

                        "name": "Additional Address",

                        "address_1": "21868 E Stacey Rd, Queen Creek",

                        "address_2": "21868 E Stacey Rd, Queen Creek",

                        "unit": "",

                        "zip": 46261,

                        "type": 1,

                        "latitude": "33.20770100",

                        "longitude": "-111.61414000",

                        "date_delay": null,

                        "available_from": "00:00:00",

                        "available_to": "23:59:00",

                        "priority": 0,

                        "hits": 0,

                        "no_contact": 0,

                        "created_at": "2026-03-10 14:19:26",

                        "updated_at": "2026-03-10 14:19:26",

                        "deleted_at": null,

                        "migration": null,

                        "phones": [],

                        "zip_code_details": {

                            "zip_code_id": 46261,

                            "zip_code": "85123",

                            "zip_code_city_id": 46261,

                            "city_name": "Arizona City",

                            "zip_code_state_id": 46177,

                            "state_name": "Arizona",

                            "state_abbr": "AZ",

                            "state_county": "AZ-Pinal",

                            "zip_code_county_id": 46255,

                            "county_name": "Pinal",

                            "latitude": "32.749965",

                            "longitude": "-111.676936",

                            "system_msg": 0,

                            "country": "United States of America",

                            "country_code": "US",

                            "trigger_msg": 0,

                            "shape_data": null

                        }

                    },

                    "category_details": {

                        "id": 2,

                        "name": "additional_address",

                        "friendlyname": "Additional Address",

                        "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

                    }

                }

            ],

            "special_instructions": [],

            "number_of_runs": 0,

            "client_office_location": {

                "id": 4,

                "name": "Main",

                "address_1": "2345 Forwarding Comp Strret",

                "address_2": "",

                "state_abbr": "SD",

                "city_name": "Watertown",

                "zip_code": "57201",

                "county_name": "Codington",

                "longitude": "-27.18551000",

                "latitude": "24.11170100",

                "unit": null

            },

            "order_location": null

        },

        {

            "id": 57075007,

            "has_mbsi_source": null,

            "source": null,

            "other_refno": null,

            "client_id": 10004,

            "parent_order_id": 57074730,

            "status_date": "2026-03-10 14:19:52",

            "is_violent": 0,

            "accepted_date": null,

            "tier_level": null,

            "placement_level": null,

            "created_at": "2026-03-10 14:19:47",

            "reopen_num": 1,

            "is_latest_case": 1,

            "client_accountno": "",

            "company_orderno": "1092-1",

            "agreement_type": null,

            "order_type": "Involuntary Repossession",

            "order_type_id": 1,

            "owner": {

                "meta": [],

                "id": 10003,

                "name": "Field Visit Company Demo",

                "is_global": true,

                "phones": [

                    {

                        "type": "Phone",

                        "number": "111-111-4444",

                        "extension": null

                    },

                    {

                        "type": "Toll-free",

                        "number": "222-222-2222",

                        "extension": null

                    },

                    {

                        "type": "Fax",

                        "number": "333-333-3333",

                        "extension": null

                    }

                ],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/10003",

                "created_at": "2014-06-12 11:07:00",

                "updated_at": "2023-12-11 12:56:05"

            },

            "client": {

                "meta": [],

                "id": 10004,

                "name": "Forwarding Company Demo",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/10004",

                "created_at": "2014-06-12 11:07:00",

                "updated_at": "2026-03-10 13:30:13"

            },

            "lien_holder": {

                "meta": [],

                "id": 65690,

                "name": "Demo Bank & Trust MRS",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/65690",

                "created_at": "2015-04-08 22:23:30",

                "updated_at": "2026-03-10 08:46:38"

            },

            "collector": {

                "id": 86567,

                "company_id": 65690,

                "name": "Priya Jayakumar",

                "firstname": "Priya",

                "lastname": "Jayakumar",

                "contact": {

                    "email": null,

                    "mobile_phone": "830-716-4973"

                },

                "roles": [

                    "Administrator Client",

                    "Claims Worker",

                    "Case Worker Client",

                    "Supervisor",

                    "MBSiQ",

                    "Alpha Tester",

                    "Billing Staff ",

                    "Billing Supervisor",

                    "Billing Manager",

                    "Billing Staff ",

                    "Billing Supervisor",

                    "Billing Manager",

                    "Billing Staff ",

                    "Billing Supervisor",

                    "Manager",

                    "Administrator Client",

                    "Claims Administrator"

                ],

                "self": "http://stg-api.mbsisystems.com/api/employees/86567",

                "expand": "employee"

            },

            "tags": [],

            "mass_hold_tags": [],

            "borrower_details": [

                {

                    "id": 124945012,

                    "parent_id": 124944498,

                    "order_id": 57075007,

                    "person_id": 136787848,

                    "role": "borrower",

                    "is_violent": 0,

                    "is_primary": 1,

                    "active_military": 0,

                    "bk": null,

                    "is_deceased": 0,

                    "is_fraud": 0,

                    "firstname": "A_Lenna",

                    "middle_initial": "",

                    "lastname": "Tillman",

                    "validated": 1,

                    "created_at": "2026-03-10 14:19:47",

                    "updated_at": "2026-03-10 14:19:47",

                    "deleted_at": null,

                    "person_details": {

                        "id": 136787848,

                        "firstname": "A_Lenna",

                        "middle_initial": "",

                        "lastname": "Tillman",

                        "birthday": null,

                        "license_no": null,

                        "license_state": null,

                        "validated": 1,

                        "created_at": "2026-03-10 07:19:53",

                        "updated_at": "2026-03-10 07:19:53",

                        "phones": []

                    },

                    "meta": []

                }

            ],

            "violent_event_details": [],

            "collateral_details": [

                {

                    "id": 58854629,

                    "is_primary": 1,

                    "vehicle_type_id": 66,

                    "vehicle_type": "Unknown",

                    "year": "2010",

                    "make": "Cadillac",

                    "model": "CTS",

                    "color": "",

                    "drive_train": "",

                    "fuel_type": "Gasoline",

                    "engine": "6 cylinder LF1",

                    "selling_dealer": "",

                    "original_loan_amount": "0",

                    "payment_amount": "0",

                    "past_due_amount": "0",

                    "unpaid_balance": "0",

                    "chargeoff_date": "No Data",

                    "key_codes": "-undefined",

                    "maximum_bailout": null,

                    "additional_info": "No Data",

                    "contract_date": "No Data",

                    "license_no": null,

                    "license_state": null,

                    "license_exp": null,

                    "vin": "1G6DA5EG7A0146384",

                    "status": "New From Client",

                    "status_id": 9,

                    "status_date": "2026-03-10 21:19:47",

                    "status_reason": null,

                    "status_note": null,

                    "on_hook_by": null,

                    "assignment_on_hook_by": null,

                    "vehicle_value": null,

                    "created_at": "2026-03-10 14:19:47",

                    "updated_at": "2026-03-10 14:19:47",

                    "meta": []

                }

            ],

            "address_details": [

                {

                    "id": 219115323,

                    "lpr_hit_id": null,

                    "company_id": 65690,

                    "parent_id": 219115051,

                    "orders_id": 57075007,

                    "address_id": 120094285,

                    "order_person": 124944497,

                    "category": 3,

                    "dwelling": 9,

                    "object_id": null,

                    "dwelling_type": 1,

                    "employee": 86567,

                    "created_at": "2026-03-10 14:19:47",

                    "updated_at": "2026-03-10 14:19: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": 120094285,

                        "name": "Home Address",

                        "address_1": "A_Veronica231, Main Arizona",

                        "address_2": "",

                        "unit": "",

                        "zip": 46177,

                        "type": 1,

                        "latitude": "0.00000000",

                        "longitude": "0.00000000",

                        "date_delay": null,

                        "available_from": "00:00:00",

                        "available_to": "23:59:00",

                        "priority": 0,

                        "hits": 0,

                        "no_contact": 0,

                        "created_at": "2026-03-10 07:19:53",

                        "updated_at": "2026-03-10 07:19:53",

                        "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

                        }

                    },

                    "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

                    }

                }

            ],

            "special_instructions": [],

            "number_of_runs": 0,

            "client_office_location": {

                "id": 4,

                "name": "Main",

                "address_1": "2345 Forwarding Comp Strret",

                "address_2": "",

                "state_abbr": "SD",

                "city_name": "Watertown",

                "zip_code": "57201",

                "county_name": "Codington",

                "longitude": "-27.18551000",

                "latitude": "24.11170100",

                "unit": null

            },

            "order_location": null

        }

    ],

    "links": {

        "first": "http://stg-api.mbsisystems.com/api/v140/orders/57074730/assignments?q=%2Fapi%2Fv140%2Forders%2F57074730%2Fassignments&page=1",

        "last": "http://stg-api.mbsisystems.com/api/v140/orders/57074730/assignments?q=%2Fapi%2Fv140%2Forders%2F57074730%2Fassignments&page=1",

        "prev": null,

        "next": null

    },

    "meta": {

        "current_page": 1,

        "from": 1,

        "last_page": 1,

        "path": "http://stg-api.mbsisystems.com/api/v140/orders/57074730/assignments",

        "per_page": "20",

        "to": 2,

        "total": 2,

        "orderby": "id",

        "direction": "asc",

        "orderby_options": [

            "id"

        ]

    },

    "warnings": []

}

 

Retrieve Assignments

Description: This endpoint retrieves the list of assignments associated with the authenticated user's company.

Assignments represent orders or tasks assigned to the company for processing. This endpoint allows users to retrieve all assignments and optionally filter the results using various query parameters such as collateral status, account number, client ID, or owner ID.

Pagination is supported to control the number of records returned per request.
 

URL: /api/v140/orders/{order_id}/assignments
Method: GET

Query Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

status

Filter assignments by collateral status ID

No

?status=1

acct_no

Filter assignments by assignment client account number

No

?acct_no=123456

client_id

Filter assignments by assignment client ID

No

?client_id=65690

owner_id

Filter assignments by assignment owner ID

No

?owner_id=10004

per_page

Number of records returned per page. Default value is 250

No

?per_page=100

page

Specifies the page number of the results to retrieve

No

?page=2

ids

Filter assignments by specific assignment IDs. Multiple IDs can be provided

No

?ids=2649530,2649531

 

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments?status=1&client_id=65690

 

Request Body: NA

Response:

{

    "data": [

        {

            "id": 30554,

            "has_mbsi_source": null,

            "source": null,

            "other_refno": null,

            "client_id": 65690,

            "parent_order_id": 28758,

            "status_date": "2026-03-10 14:52:58",

            "is_violent": 0,

            "accepted_date": null,

            "tier_level": null,

            "placement_level": null,

            "created_at": "2016-02-26 18:32:33",

            "reopen_num": 1,

            "is_latest_case": 1,

            "client_accountno": "56545",

            "company_orderno": "1031-1",

            "agreement_type": null,

            "order_type": "Involuntary Repossession",

            "order_type_id": 1,

            "owner": {

                "meta": [],

                "id": 10002,

                "name": "Limited User Version Demo",

                "is_global": true,

                "phones": [

                    {

                        "type": "Phone",

                        "number": "111-111-1111",

                        "extension": null

                    },

                    {

                        "type": "Toll-free",

                        "number": "333-333-3333",

                        "extension": null

                    },

                    {

                        "type": "Fax",

                        "number": "222-222-2222",

                        "extension": null

                    }

                ],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/10002",

                "created_at": "2014-06-12 11:07:00",

                "updated_at": "2024-03-19 10:20:17"

            },

            "client": {

                "meta": [],

                "id": 65690,

                "name": "Demo Bank & Trust MRS",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/65690",

                "created_at": "2015-04-08 22:23:30",

                "updated_at": "2026-03-10 08:46:38"

            },

            "lien_holder": {

                "meta": [],

                "id": 65690,

                "name": "Demo Bank & Trust MRS",

                "is_global": true,

                "phones": [],

                "self": "http://stg-api.mbsisystems.com/api/v140/companies/65690",

                "created_at": "2015-04-08 22:23:30",

                "updated_at": "2026-03-10 08:46:38"

            },

            "collector": {

                "id": 12040,

                "company_id": 65690,

                "name": "Sam D",

                "firstname": "Sam",

                "lastname": "D",

                "contact": {

                    "email": "anzenbrainard@gmail.com",

                    "mobile_phone": null

                },

                "roles": [

                    "Administrator Client",

                    "Supervisor",

                    "Alpha Tester",

                    "Client Extended Permissions",

                    "Claims Administrator"

                ],

                "self": "http://stg-api.mbsisystems.com/api/employees/12040",

                "expand": "employee"

            },

            "tags": [],

            "mass_hold_tags": [],

            "borrower_details": [],

            "violent_event_details": [],

            "collateral_details": [

                {

                    "id": 28314,

                    "is_primary": 1,

                    "vehicle_type_id": 80,

                    "vehicle_type": "Convertible",

                    "year": "2014",

                    "make": "Ford",

                    "model": "Mustang",

                    "color": "White Sand Tri-Coat Meta",

                    "drive_train": "Rear Wheel Drive",

                    "fuel_type": "Gasoline Fuel",

                    "engine": "8 Cylinder Engine",

                    "selling_dealer": "",

                    "original_loan_amount": "0.00",

                    "payment_amount": "0.00",

                    "past_due_amount": "0.00",

                    "unpaid_balance": "0.00",

                    "chargeoff_date": "No Data",

                    "key_codes": "-",

                    "maximum_bailout": "0.00",

                    "additional_info": "No Data",

                    "contract_date": "No Data",

                    "license_no": "133rtt",

                    "license_state": "AZ",

                    "license_exp": null,

                    "vin": "1ZVBP8JZ9E5262008",

                    "status": "Closed",

                    "status_id": 1,

                    "status_date": "2016-08-30 20:10:00",

                    "status_reason": 19,

                    "status_note": "",

                    "on_hook_by": null,

                    "assignment_on_hook_by": null,

                    "vehicle_value": null,

                    "created_at": "2016-02-26 18:32:33",

                    "updated_at": "2019-10-31 13:55:05",

                    "meta": []

                }

            ],

            "address_details": [

                {

                    "id": 60104,

                    "lpr_hit_id": null,

                    "company_id": 10004,

                    "parent_id": 56684,

                    "orders_id": 30554,

                    "address_id": 116080,

                    "order_person": null,

                    "category": 28,

                    "dwelling": 4,

                    "object_id": 0,

                    "dwelling_type": 1,

                    "employee": 11765,

                    "created_at": "2016-02-26 18:32:33",

                    "updated_at": "2019-01-04 18:47:41",

                    "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": 116080,

                        "name": "Sister",

                        "address_1": "48915 Schowalter Springs",

                        "address_2": "",

                        "unit": "",

                        "zip": 48042,

                        "type": 6,

                        "latitude": "32.78612400",

                        "longitude": "-116.96896800",

                        "date_delay": null,

                        "available_from": "00:00:00",

                        "available_to": "23:59:00",

                        "priority": 0,

                        "hits": 0,

                        "no_contact": 0,

                        "created_at": "2016-02-19 18:08:23",

                        "updated_at": "2023-09-29 06:31:36",

                        "deleted_at": null,

                        "migration": null,

                        "phones": [],

                        "zip_code_details": {

                            "zip_code_id": 48042,

                            "zip_code": "92020",

                            "zip_code_city_id": 48041,

                            "city_name": "El Cajon",

                            "zip_code_state_id": 47459,

                            "state_name": "California",

                            "state_abbr": "CA",

                            "state_county": "CA-San Diego",

                            "zip_code_county_id": 47992,

                            "county_name": "San Diego",

                            "latitude": "32.793886",

                            "longitude": "-116.965928",

                            "system_msg": 0,

                            "country": "United States of America",

                            "country_code": "US",

                            "trigger_msg": 0,

                            "shape_data": "[[[\"-117.005957\",\"32.79439\",\"0.0\"],[\"-117.009807\",\"32.816385\",\"0.0\"],[\"-116.961418\",\"32.825183\",\"0.0\"],[\"-116.944372\",\"32.79494\",\"0.0\"],[\"-116.944922\",\"32.756999\",\"0.0\"],[\"-116.988911\",\"32.780093\",\"0.0\"],[\"-117.005957\",\"32.79439\",\"0.0\"]]]"

                        }

                    },

                    "category_details": {

                        "id": 28,

                        "name": "SISTER",

                        "friendlyname": "Sister",

                        "created_at": "2021-12-09 02:47:49",

                        "updated_at": "2021-12-09 02:47:49",

                        "deleted_at": null

                    },

                    "dwelling_details": {

                        "id": 4,

                        "name": "single_family_unverified",

                        "friendlyname": "Single Family (Unverified)",

                        "created_at": null,

                        "updated_at": null,

                        "deleted_at": null

                    }

                }

            ],

            "special_instructions": [],

            "number_of_runs": 0,

            "client_office_location": {

                "id": 4,

                "name": "Main",

                "address_1": "2345 Forwarding Comp Strret",

                "address_2": "",

                "state_abbr": "SD",

                "city_name": "Watertown",

                "zip_code": "57201",

                "county_name": "Codington",

                "longitude": "-27.18551000",

                "latitude": "24.11170100",

                "unit": null

            },

            "order_location": {

                "id": 2,

                "name": null,

                "address_1": "1222 N Main Ave",

                "address_2": "",

                "state_abbr": "CA",

                "city_name": "San Diego",

                "zip_code": "92120",

                "county_name": "San Diego",

                "longitude": null,

                "latitude": null,

                "unit": null

            }

        }

    ],

    "links": {

        "first": "http://stg-api.mbsisystems.com/api/v140/assignments?q=%2Fapi%2Fv140%2Fassignments&status=1&client_id=65690&page=1",

        "last": "http://stg-api.mbsisystems.com/api/v140/assignments?q=%2Fapi%2Fv140%2Fassignments&status=1&client_id=65690&page=1",

        "prev": null,

        "next": null

    },

    "meta": {

        "current_page": 1,

        "from": 1,

        "last_page": 1,

        "path": "http://stg-api.mbsisystems.com/api/v140/assignments",

        "per_page": "20",

        "to": 1,

        "total": 1,

        "orderby": "id",

        "direction": "asc",

        "orderby_options": [

            "id"

        ]

    },

    "warnings": []

}

 

Attach Photo on Assignment

Description: This endpoint uploads and attaches a photo to a specific assignment.

Assignment photos are used to capture visual evidence or supporting information related to the assignment, such as vehicle condition, recovery location, or other relevant documentation. The image must be provided as a Base64 encoded string along with metadata including the file name, image name, capture time, and photo type.

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

URL: /api/v140/assignments/{assignment_id}/photos
Method: POST

Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

file_name

Name of the uploaded image

Yes

test

document_name

Display name or label used to identify the photo

Yes

instruction-document

data

Base64 encoded image data representing the photo file

Yes

iVBORw0KGgoAAAANSUhEUgAAAAE
AAAABCAQAAAC1HAwCAAAAC0lE
QVR42mNk+A8AAQUBAScY42YAAA
 AASUVORK5CYII=

type

Identifier representing the photo type 

No

2

 

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/2649530/photos

 

Request Body: 

{

  "file_name": "test",

  "image_name": "image name",

  "picture_time": "2019-10-17 23:23:00",

  "data": "iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNk+A8AAQUBAScY42YAAAAASUVORK5CYII=",

  "type": 2

}

 

Response:

{

     "data": {

       "order_id": 2571069,

       "type": 0,

       "case_attachment_type_id": 1,

       "recovery_has_damage_type_location_id": null,

       "attachment_id": 6928498,

       "recovery_id": null

     }

}

 

Attach Document on Assignment

Description: This endpoint uploads and attaches a document to a specific assignment.

Documents can be added to support assignment-related activities such as instructions, reports, legal documents, invoices, or other supporting files. The document file must be provided as a Base64 encoded string, along with metadata such as file name, document name, and attachment type.

URL: /api/v140/assignments/{assignment_id}/documents
Method: POST

Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

file_name

Name of the uploaded file including extension

Yes

test.pdf

document_name

Display name or label used to identify the document

Yes

instruction-document

data

Base64 encoded image data representing the photo file

Yes

iVBORw0KGgoAAAANSUhEUgAAAAE
AAAABCAQAAAC1HAwCAAAAC0lE
QVR42mNk+A8AAQUBAScY42YAAA
 AASUVORK5CYII=

type

Identifier representing the document type (refer to Order Attachment Type IDs reference table)

No

2

 

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075006/photos

 

Request Body:

{

  "file_name": "testing.pdf",

  "document_name": "instruction-documentfile",

  "data": "SFRUUC8xLjAgMjAwIE9LDQpDYWNoZS1Db250cm9sO………..”,

 "type": 2

}

 

Response:

{

    "data": {

        "order_id": "57075006",

        "type": 2,

        "attachment_id": 180460833,

        "case_attachment_type_id": 1,

        "id": 182214265

    },

    "status": "success"

}

 

Create Assignment Address

Description: This endpoint creates a new address record associated with a specific assignment.

Assignment addresses represent locations related to an assignment, such as borrower addresses, investigation locations, or other relevant sites connected to the assignment workflow. This endpoint allows users to add a new address and provide details including address lines, unit number, geographic coordinates, and address category.

URL: /api/v140/assignments/{assignment_id}/addresses
Method: POST

Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

name

Name or label used to identify the address

Yes

Home Address

address_1

Primary address line

Yes

3620 W Greenway Rd

address_2

Secondary address line or additional address information

No

3620 W Cliffland Phoenix, AZ Phoenix AZ 85014

zip

Zip or postal code of the address

Yes

83012

unit

Apartment, suite, or unit number within the address

No

1234

type_id

Identifier representing the address type (refer to Address Type IDs reference table)

No

1

category_id

Identifier representing the address category (refer to Address Category ID Mapping table)

No

1

latitude

Latitude coordinate of the address location

No

0

longitude

Longitude coordinate of the address location

No

0

 

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075006/addresses

 

Request Body:

{

  "name": "Home Address",

  "address_1": "4600 W Greenway Rd",

  "address_2": "36220 W Cliffland Phoenix, AZ Phoenix AZ 85014",

  "zip": 83012,

  "unit": 1234,

  "type_id": 1,

  "category_id": 1,

  "latitude": 0,

  "longitude": 0

}

 

Response:

{

    "data": {

        "id": 219115412,

        "created_at": "2026-03-10 17:53:43",

        "dwelling_type": "Unknown Type",

        "category": "3rd Party Address",

        "category_type": "3rdparty2",

        "address_id": 120094473,

        "name": "Home Address",

        "address_1": "4600 W Greenway Rd",

        "address_2": "36220 W Cliffland Phoenix, AZ Phoenix AZ 85014",

        "state_abbr": "WY",

        "city_name": "Moose",

        "zip_code": "83012",

        "county_name": "Teton",

        "longitude": -112.072549,

        "latitude": 33.448295,

        "unit": 1234

    },

    "status": "success"

}

 

Create Assignment Case Alert

Description: This endpoint creates a case alert associated with a specific assignment.

The alert can be configured with a message content, a scheduled date and time, and an intrusive flag indicating whether the alert should be displayed prominently to the user.

URL: /api/v140/assignments/{assignment_id}/casealerts
Method: POST

Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

content

Message or description of the case alert

No

Test Content

scheduled_at

Date and time when the alert should be triggered

Yes

2026-03-20 05:50:00

 

is_intrusive

Indicates whether the alert is intrusive (1 = Intrusive alert, 0 = Non-intrusive alert)

Yes

1

 

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075642/casealerts

 

Request Body:

{

  "content": "Case alert reach out to admin",

  "scheduled_at": "2026-03-20 05:50:00",

  "is_intrusive": 1

}

 

Response:

{

    "data": {

        "id": 130529,

        "order_id": 57075642,

        "added_by": 408564,

        "viewable_by_id": null,

        "viewable_by": "all",

        "content": "Case alert reach out to admin",

        "scheduled_at": "2026-03-20 05:50:00",

        "is_intrusive": 1,

        "created_at": "2026-03-11 10:17:27",

        "updated_at": "2026-03-11 10:17:27",

        "deleted_at": null

    },

    "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/Assignments.php",

                "line": 138,

                "function": "__construct",

                "class": "App\\Http\\Resources\\GenericResource",

                "type": "->"

            }

        }

    }

}

 

Attach Case Tags on Assignment

Description: This endpoint attaches one or more case tags to a specific assignment.

Multiple tags can be attached in a single request by providing a list of tag IDs.

URL: /api/v140/assignments/{assignment_id}/tags
Method: POST

Request Body Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

id

Unique identifier of the tag

Yes

2412, 2428

 

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075642/tags

 

Request Body:

{

  "tags": [

    {

      "id": 2412

    },

    {

      "id": 2428

    }

  ]

}

 

Response:

{

    "data": [

        {

            "id": 2428,

            "company_id": 10004,

            "name": "Hurricane Hold - David"

        },

        {

            "id": 2412,

            "company_id": 10004,

            "name": "Transport needed"

        }

    ]

}

 

Delete Case Tag on Assignment

DescriptionThis endpoint removes a specific case tag associated with an assignment.

Tags are used to categorize or label assignments for tracking, filtering, and workflow management. This endpoint allows users to delete a tag that has previously been attached to an assignment.

URL: /api/v140/assignments/{assignment_id}/tags/{tag_id}
Method: DELETE

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075642/tags/2412

 

Request Body: NA

Response:

{

    "data": [

        {

            "id": 2428,

            "company_id": 10004,

            "name": "Hurricane Hold - David"

        }

    ]

}

 

Retrieve Collaterals for Assignment

DescriptionThis endpoint retrieves the collateral details associated with a specific assignment.

Collaterals represent the assets linked to the assignment, such as vehicles or other repossessed property. This endpoint returns detailed information about each collateral associated with the assignment, including identification details and related metadata.

URL: /api/v140/assignments/{assignment_id}/collaterals
Method: GET

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075642/collaterals

 

Request Body: NA

Response:

{

    "data": [

        {

            "id": 58855257,

            "is_primary": 1,

            "vehicle_type_id": 1,

            "vehicle_type": "Car",

            "year": "2014",

            "make": "Ford",

            "model": "Fusion",

            "color": "",

            "drive_train": "Front-Wheel Drive",

            "fuel_type": "Diesel",

            "engine": "3.7-L V-6 DOHC 24V",

            "selling_dealer": "",

            "original_loan_amount": "900.00",

            "payment_amount": "500.00",

            "past_due_amount": "200.00",

            "unpaid_balance": "200.00",

            "chargeoff_date": "2020-01-01 17:56:48",

            "key_codes": "",

            "maximum_bailout": "0.00",

            "additional_info": "No Data",

            "contract_date": "2020-01-01 17:56:48",

            "license_no": "139507",

            "license_state": "OH",

            "license_exp": null,

            "vin": "1FALP13P9VW12034999000",

            "status": "New From Client",

            "status_id": 9,

            "status_date": "2026-03-11 16:55:59",

            "status_reason": null,

            "status_note": null,

            "on_hook_by": null,

            "assignment_on_hook_by": null,

            "vehicle_value": null,

            "created_at": "2026-03-11 09:55:59",

            "updated_at": "2026-03-11 09:55:59",

            "meta": []

        }

    ],

    "links": {

        "first": "http://stg-api.mbsisystems.com/api/v140/assignments/57075642/collaterals?q=%2Fapi%2Fv140%2Fassignments%2F57075642%2Fcollaterals&page=1",

        "last": "http://stg-api.mbsisystems.com/api/v140/assignments/57075642/collaterals?q=%2Fapi%2Fv140%2Fassignments%2F57075642%2Fcollaterals&page=1",

        "prev": null,

        "next": null

    },

    "meta": {

        "current_page": 1,

        "from": 1,

        "last_page": 1,

        "path": "http://stg-api.mbsisystems.com/api/v140/assignments/57075642/collaterals",

        "per_page": "20",

        "to": 1,

        "total": 1,

        "count": 1,

        "available_filters": {

            "vin": {

                "vin_attribute": {

                    "name": "VIN filter",

                    "description": "Matches vehicle VINs",

                    "has_valid_options": false,

                    "valid_options": []

                }

            },

            "search": {

                "vin_attribute": {

                    "name": "VIN filter",

                    "description": "Matches vehicle VINs",

                    "has_valid_options": false,

                    "valid_options": []

                },

                "make_attribute": {

                    "name": "Vehicle Make filter",

                    "description": "Matches vehicle make",

                    "has_valid_options": true,

                    "valid_options": [

                        "Ford"

                    ]

                },

                "model_attribute": {

                    "name": "Vehicle Model filter",

                    "description": "Matches vehicle model",

                    "has_valid_options": false,

                    "valid_options": []

                },

                "proptery_license_no": {

                    "name": "Vehicle License filter",

                    "description": "Matches vehicle license number",

                    "has_valid_options": false,

                    "valid_options": []

                }

            },

            "make": {

                "make_attribute": {

                    "name": "Vehicle Make filter",

                    "description": "Matches vehicle make",

                    "has_valid_options": true,

                    "valid_options": [

                        "Ford"

                    ]

                }

            },

            "model": {

                "model_attribute": {

                    "name": "Vehicle Model filter",

                    "description": "Matches vehicle model",

                    "has_valid_options": false,

                    "valid_options": []

                }

            },

            "license_no": {

                "proptery_license_no": {

                    "name": "Vehicle License filter",

                    "description": "Matches vehicle license number",

                    "has_valid_options": false,

                    "valid_options": []

                }

            },

            "collateral_status": {

                "collateral_status": {

                    "name": "Collateral Status",

                    "description": "Matches collateral status",

                    "has_valid_options": true,

                    "valid_options": [

                        "New From Client"

                    ]

                }

            },

            "on_hook_by": {

                "on_hook_by": {

                    "name": "OnHook By filter",

                    "description": "Matches OnHook By",

                    "has_valid_options": false,

                    "valid_options": []

                }

            }

        }

    },

    "warnings": []

}

 

Retrieve Specified Collateral for Assignment

DescriptionThis endpoint retrieves the details of a specific collateral associated with an assignment.

Collaterals represent the assets linked to the assignment, such as vehicles or other repossessed property. By providing the assignment ID and collateral ID, this endpoint returns detailed information about the specified collateral including identification details and other related metadata.

URL: /api/v140/assignments/{assignment_id}/collaterals/{collateral_id}
Method: GET

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v140/assignments/57075642/collaterals/58855257

 

Request Body: NA

Response:

{

    "data": {

        "id": 58855257,

        "is_primary": 1,

        "vehicle_type_id": 1,

        "vehicle_type": "Car",

        "year": "2014",

        "make": "Ford",

        "model": "Fusion",

        "color": "",

        "drive_train": "Front-Wheel Drive",

        "fuel_type": "Diesel",

        "engine": "3.7-L V-6 DOHC 24V",

        "selling_dealer": "",

        "original_loan_amount": "900.00",

        "payment_amount": "500.00",

        "past_due_amount": "200.00",

        "unpaid_balance": "200.00",

        "chargeoff_date": "2020-01-01 17:56:48",

        "key_codes": "",

        "maximum_bailout": "0.00",

        "additional_info": "No Data",

        "contract_date": "2020-01-01 17:56:48",

        "license_no": "139507",

        "license_state": "OH",

        "license_exp": null,

        "vin": "1FALP13P9VW12034999000",

        "status": "New From Client",

        "status_id": 9,

        "status_date": "2026-03-11 16:55:59",

        "status_reason": null,

        "status_note": null,

        "on_hook_by": null,

        "assignment_on_hook_by": null,

        "vehicle_value": null,

        "created_at": "2026-03-11 09:55:59",

        "updated_at": "2026-03-11 09:55:59",

        "meta": [],

        "collateral_value": null,

        "collateral_value_added": null

    }

}