| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"request": {
"address": "浙江省余杭区xxxx",
"corpid": "dinge8a56572fxxxx",
"tax_no": "90300xxxx",
"bank_name": "xx银行",
"tel": "188xxxx0859",
"type": 1,
"title": "浙江xxxx有限公司",
"bank_no": "512929xxxx",
"third_part_id": "i123"
}
}curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/invoice/setting/modify?access_token=dc73axxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"request": {
"address": "浙江省余杭区xxxx",
"corpid": "dinge8a56572fxxxx",
"tax_no": "90300xxxx",
"bank_name": "xx银行",
"tel": "188xxxx0859",
"type": 1,
"title": "浙江xxxx有限公司",
"bank_no": "512929xxxx",
"third_part_id": "i123"
}
}'{
"success": true,
"module": 0,
"errcode": 0,
"errmsg": "string",
"request_id": "string"
}