post https://api.sikoia.com/v2/company-registry-data/picklist
Resolves a company registry data picklist.
To resolve a picklist, send the original request_id
and the picklist_index
to this endpoint.
This will create a new entry in the list of registry data requests for the company entity.
You can retrieve a list of all registry data requests for a company using the GET /v2/companies/{company_id}/registry-data
endpoint.
Recipes
📝
Handle Company Registry Picklists
Open Recipe