v1

latestOpenAPI 3.1.02026-07-242892032.8 MB
Endpoints

Vendor Listing

This resource retrieves vendor details based on the passed criterias.

get/searchservice/vendorlist

Response

OK

statusboolean

Indicates whether the request was successful.

statusCodestring

Status code of the response.

requestIdstring

Unique ID for tracking the request.

timeStampstring

The timestamp of the response.

Example response

{
  "status": true,
  "statusCode": "OK",
  "requestId": "1bd977c8-032a-4244-b9b3-bfc62c529758",
  "timeStamp": "2023-08-02 11:23:08.543",
  "responseData": {
    "vendorList": [
      {
        "vendorId": 11,
        "instanceId": 21,
        "vendor": "mbopartnerstst",
        "locale": "en_us",
        "instanceType": "SPECTRUM",
        "status": "Open",
        "type": "posting",
        "isBGVendor": false,
        "maxDocumentCount": 1000000,
        "registeredDocumentCount": 0,
        "createdOn": "2023-04-03 00:00:00.000",
        "updatedOn": "2023-04-03 00:00:00.000"
      },
      {
        "vendorId": 14,
        "instanceId": 21,
        "vendor": "ryerson",
        "locale": "en_us",
        "instanceType": "SPECTRUM",
        "status": "Open",
        "type": "resume",
        "isBGVendor": false,
        "maxDocumentCount": 1000000,
        "registeredDocumentCount": 0,
        "createdOn": "2023-04-03 00:00:00.000",
        "updatedOn": "2023-04-03 00:00:00.000"
      }
    ]
  }
}