Applies to integrated customers using the RecoveryConnect API



Company Operations

The Company Operations section contains endpoints used to retrieve and manage company-related information such as company details, employees, lots, connected entities, tags, and special instructions.

These endpoints allow users to access company configuration data that may be required for order processing, assignments, and other operational workflows.

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

 

Retrieve Company Lots

DescriptionThis endpoint retrieves the list of company lots available in the system.

Lots represent designated storage locations or facilities associated with the company, where recovered collateral or assets may be stored. This endpoint allows users to retrieve company lot records and optionally filter the results based on mapped iRepo lot IDs or branch IDs.

URL: /api/v130/lots
Method: GET

Query Parameters:

PARAMETER

DESCRIPTION

MANDATORY

EXAMPLE

irepo_lot_id

Filters the lot records by the mapped iRepo lot identifier

No

?irepo_lot_id=123

irepo_branch_id

Filters lot records by the mapped iRepo branch identifier

No


 

?irepo_branch_id=456

 

Request Body Parameters: NA

Success Code: 200 OK – Request Successful

Example:

URL: https://api.mbsisystems.com/api/v130/lots

 

Request Body: NA

Response:

{

    "data": [

        {

            "id": 4,

            "address_id": 4,

            "company_id": 10004,

            "is_primary": 1,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "999",

            "risc_certification_date": "2023-01-13",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

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

                "phones": [

                    {

                        "id": 2363154,

                        "type": 2,

                        "number": "666-123-4567",

                        "extension": null

                    },

                    {

                        "id": 39318126,

                        "type": 4,

                        "number": "222-555-1234",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 1188136,

            "address_id": 5493358,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "bb123",

            "risc_certification_date": "2022-11-10",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 5493358,

                "name": "Regression Testing",

                "address_1": "11787 International Dr",

                "address_2": "",

                "state_abbr": "FL",

                "city_name": "Orlando",

                "zip_code": "32821",

                "county_name": "Orange",

                "longitude": "-81.46568800",

                "latitude": "28.39301400",

                "unit": "",

                "phones": [

                    {

                        "id": 15379764,

                        "type": 2,

                        "number": "666-731-0918",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 1188138,

            "address_id": 5493360,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "NA",

            "risc_certification_date": "2023-01-13",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 5493360,

                "name": "Regression Testing",

                "address_1": "2301 West Dunlap",

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Ajo",

                "zip_code": "85321",

                "county_name": "Pima",

                "longitude": "-112.90588000",

                "latitude": "32.25969900",

                "unit": "",

                "phones": []

            }

        },

        {

            "id": 1464910,

            "address_id": 20175560,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "34422",

            "risc_certification_date": "2023-08-23",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 20175560,

                "name": "shilpatest address 2",

                "address_1": "2301 West Dunlap Ave",

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85023",

                "county_name": "Maricopa",

                "longitude": "-112.10921200",

                "latitude": "33.56764800",

                "unit": "",

                "phones": [

                    {

                        "id": 8939008,

                        "type": 4,

                        "number": "539-081-2574",

                        "extension": null

                    },

                    {

                        "id": 8939010,

                        "type": 3,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 25686972,

                        "type": 2,

                        "number": "332-027-3384",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 1632526,

            "address_id": 91668982,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "22331",

            "risc_certification_date": "2023-01-13",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 91668982,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Mesa",

                "zip_code": "85212",

                "county_name": "Maricopa",

                "longitude": "-111.64222400",

                "latitude": "33.33123000",

                "unit": "",

                "phones": [

                    {

                        "id": 27652360,

                        "type": 2,

                        "number": "658-943-9162",

                        "extension": null

                    },

                    {

                        "id": 27652362,

                        "type": 4,

                        "number": "751-006-6878",

                        "extension": null

                    },

                    {

                        "id": 27652364,

                        "type": 3,

                        "number": "759-616-3468",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2249715,

            "address_id": 119863964,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "testfile",

            "risc_certification_date": "2024-12-25",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 119863964,

                "name": "Test_AZ",

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Tucson",

                "zip_code": "85711",

                "county_name": "Pima",

                "longitude": "-120.00000000",

                "latitude": "-90.00000000",

                "unit": null,

                "phones": [

                    {

                        "id": 39186898,

                        "type": 2,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39186899,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39186900,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2249716,

            "address_id": 119863965,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "SFR123",

            "risc_certification_date": "2024-09-26",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 119863965,

                "name": "Texas_Test",

                "address_1": "4045 Renee Dr",

                "address_2": "",

                "state_abbr": "TX",

                "city_name": "Dallas",

                "zip_code": "75227",

                "county_name": "Dallas",

                "longitude": null,

                "latitude": null,

                "unit": null,

                "phones": [

                    {

                        "id": 39186901,

                        "type": 2,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39186902,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39186903,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2249718,

            "address_id": 119864510,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 0,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "112234",

            "risc_certification_date": "2024-12-25",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

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

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85015",

                "county_name": "Maricopa",

                "longitude": "-112.13673400",

                "latitude": "33.62569100",

                "unit": "1234",

                "phones": [

                    {

                        "id": 39187104,

                        "type": 4,

                        "number": "123-456-7890",

                        "extension": null

                    },

                    {

                        "id": 39187105,

                        "type": 2,

                        "number": "968-637-9017",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2249719,

            "address_id": 119864511,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 0,

            "is_risc_certified": 1,

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

            "risc_inspection_id": "65433",

            "risc_certification_date": "2024-12-11",

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

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

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85015",

                "county_name": "Maricopa",

                "longitude": "-112.11048300",

                "latitude": "33.49917800",

                "unit": "12314",

                "phones": [

                    {

                        "id": 39187106,

                        "type": 4,

                        "number": "123-456-7890",

                        "extension": null

                    },

                    {

                        "id": 39187107,

                        "type": 2,

                        "number": "968-637-9017",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2251710,

            "address_id": 120007065,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120007065,

                "name": "storage",

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

                "address_2": "",

                "state_abbr": "CA",

                "city_name": "Los Angeles",

                "zip_code": "90007",

                "county_name": "Los Angeles",

                "longitude": null,

                "latitude": null,

                "unit": null,

                "phones": [

                    {

                        "id": 39250245,

                        "type": 2,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39250246,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39250247,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2251771,

            "address_id": 120011832,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120011832,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85001",

                "county_name": "Maricopa",

                "longitude": "-96.79698790",

                "latitude": "32.77666420",

                "unit": "",

                "phones": [

                    {

                        "id": 39253696,

                        "type": 2,

                        "number": "966-966-2555",

                        "extension": null

                    },

                    {

                        "id": 39253697,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39253698,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2252079,

            "address_id": 120033931,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120033931,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85001",

                "county_name": "Maricopa",

                "longitude": "-112.07767810",

                "latitude": "33.44822660",

                "unit": "",

                "phones": [

                    {

                        "id": 39270665,

                        "type": 2,

                        "number": "966-966-2555",

                        "extension": null

                    },

                    {

                        "id": 39270666,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39270667,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2252121,

            "address_id": 120036405,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120036405,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85001",

                "county_name": "Maricopa",

                "longitude": "-112.07254880",

                "latitude": "33.44829480",

                "unit": "",

                "phones": [

                    {

                        "id": 39272567,

                        "type": 2,

                        "number": "966-966-2555",

                        "extension": null

                    },

                    {

                        "id": 39272568,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39272569,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2252144,

            "address_id": 120037621,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120037621,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85001",

                "county_name": "Maricopa",

                "longitude": "-112.07254880",

                "latitude": "33.44829480",

                "unit": "",

                "phones": [

                    {

                        "id": 39273468,

                        "type": 2,

                        "number": "966-966-2555",

                        "extension": null

                    },

                    {

                        "id": 39273469,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39273470,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2252943,

            "address_id": 120087005,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120087005,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85001",

                "county_name": "Maricopa",

                "longitude": "-112.07254880",

                "latitude": "33.44829480",

                "unit": "",

                "phones": [

                    {

                        "id": 39310836,

                        "type": 2,

                        "number": "966-966-2555",

                        "extension": null

                    },

                    {

                        "id": 39310837,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39310838,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        },

        {

            "id": 2252968,

            "address_id": 120092355,

            "company_id": 10004,

            "is_primary": 0,

            "is_cars_certified": 1,

            "is_risc_certified": null,

            "risc_lot_expiration": null,

            "risc_inspection_id": null,

            "risc_certification_date": null,

            "irepo_lot_id": null,

            "irepo_branch_id": null,

            "address_details": {

                "id": 120092355,

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

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

                "address_2": "",

                "state_abbr": "AZ",

                "city_name": "Phoenix",

                "zip_code": "85001",

                "county_name": "Maricopa",

                "longitude": "-112.07254880",

                "latitude": "33.44829480",

                "unit": "",

                "phones": [

                    {

                        "id": 39316392,

                        "type": 2,

                        "number": "966-966-2555",

                        "extension": null

                    },

                    {

                        "id": 39316393,

                        "type": 4,

                        "number": "",

                        "extension": null

                    },

                    {

                        "id": 39316394,

                        "type": 3,

                        "number": "",

                        "extension": null

                    }

                ]

            }

        }

    ],

    "warnings": []

}