Check Company Recommendation Status
Check the status of the recommendation to add a Company Name in the Intellizence database
GET /api/v1/company-recommendation/{RECOMMENDATION_ID} HTTP/1.1
Replace RECOMMENDATION_ID with the recommendation id that you received in response of posting the recommendation
Response body
Status code | Description |
---|---|
201 | Recommendation request is pending |
404 | Invalid recommendation id |
EXACT_MATCH | Exact match found for the recommended company name and the recommended company name is added in Intellizence database |
REBRANDED_MERGED_ACQUIRED | The recommended company is been rebranded or merged or acquired. |
MULTI_MATCHES | There are many matches exist for the recommended company name |
INVALID | The recommended company name is invalid |
matches | Array which contains:
|
Last updated