curl --request POST \
--url https://api.anysite.io/api/ai_based/honeywell/countries \
--header 'Content-Type: application/json' \
--data '
{
"interfaceName": "HPSPartners2",
"languageCode": "en",
"timeout": 300
}
'{
"country_id": "<unknown>",
"country_name": "<unknown>",
"country_code": "<unknown>"
}Get country IDs and names for CountryId parameter in /honeywell/partner_search. Returns list of countries with id, name, and code.
curl --request POST \
--url https://api.anysite.io/api/ai_based/honeywell/countries \
--header 'Content-Type: application/json' \
--data '
{
"interfaceName": "HPSPartners2",
"languageCode": "en",
"timeout": 300
}
'{
"country_id": "<unknown>",
"country_name": "<unknown>",
"country_code": "<unknown>"
}