-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Entities: Missing business information in the business query from NameX. #24319
Comments
Omid to discuss with @severinbeauvais about who should complete work. |
We should talk about what you need. I see you want directors and addresses in the business response -- but we have separate endpoints for that already. As for the COLIN call, I haven't confirmed that COLIN provides all the information you want. |
Also, when do you need this by? |
public endpoint in colin is intent to provide the basic details of business. I could see few endpoints, lear is not using these (but not sure if someone is using these). you can try if it works |
@vysakh-menon-aot The links provided above might work, but they require the 'colin' role for access. Namex accesses public business information through:
Is it possible to make the parties and offices endpoints publicly accessible in a similar way? |
@eve-git , you are right: the @vysakh-menon-aot , is there any reason to not change @OlgaPotiagalova Maybe we do need some changes to our COLIN API for this. |
If we change similar to public anyone who logged in to registries can access other business parties and offices (which i don't think is right) |
Good point. What's the alternative? Could the Namex API use a JWT with the COLIN role? |
Yes. @eve-git use |
The HEAD Office information for expo companies is still missing from the Colin-API. |
Eve, do you know for sure that the Head Office Information for xpro companies is available in COLIN? And, are you planning to update COLIN API code or do you need Entities Team to do it? cc: @OlgaPotiagalova |
The head office is for xpro company only. It is available in COLIN. Perhaps we could add a general service, such as |
@vysakh-menon-aot Any thoughts on what we should do here?
@eve-git , when do you need this by ??? |
Since the missing information doesn't break the app, @ozamani9gh will consult with the business team to determine if the issue needs immediate attention. In the meantime, I will create a new ticket to address the issue, allowing this ticket to proceed with testing. |
deployed to both dev and test |
Testing In Name Examination:
In Name Request:
Please verify that all the above functionality works as expected. |
Verify Conflict Name Details: - PASS Open an NR and observe the Conflicts of Name section. |
Namex has the following two queries from entities:
get businesses
("ENTITY_SVC_URL")}/businesses/{corp_num}
get corp from colin
("COLIN_SVC_URL")}/businesses/{corp_num}/public
the following info should be returned to make name-examination run properly:
for example:
The text was updated successfully, but these errors were encountered: