Ceiling Rate Search View Set

GET /api/v3/search/ceilingrates/?suggest=vendor_name:te
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "vendor_name-suggestion": [
        {
            "text": "te",
            "offset": 0,
            "length": 2,
            "options": [
                {
                    "text": "TEAM 7 CONSULTING LLC",
                    "_index": "ceilingrates",
                    "_id": "6352043",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "TEAM ESCALATE LLC",
                    "_index": "ceilingrates",
                    "_id": "6352236",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "TEAM RESULTS USA LLC",
                    "_index": "ceilingrates",
                    "_id": "6381173",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "TEC SOLUTIONS LLC",
                    "_index": "ceilingrates",
                    "_id": "6385368",
                    "_score": 1.0,
                    "_source": {}
                },
                {
                    "text": "TECH SERVICES GROUP, INC.",
                    "_index": "ceilingrates",
                    "_id": "6303816",
                    "_score": 1.0,
                    "_source": {}
                }
            ]
        }
    ]
}