接口描述 | 根据内容自动检索企业信息 |
---|---|
请求路径 | /cloud/autoMatchCompany |
开放权限 | 所有企业 |
调用方式 | POST |
参数方式 | Base64(JSON格式) |
重要说明 | |
业务范围 | 数电 税控 |
接口类型 | 同步 |
{
"platNsrsbh": "平台商税号",
"key": "关键词"
}
curl --location --request POST 'https://api.baiwangjs.com/swgx-saas/agentinvoiceservice-cloudservice-cloudservice/agentiscloud/cloud/autoMatchCompany' \
--header 'Date;' \
--header 'host;' \
--header 'x-htjs-nonce;' \
--header 'x-htjs-ua;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"platNsrsbh": "平台商税号",
"key": "关键词"
}'
[
{}
]