| 应用类型 | 是否支持调用 | 权限申请方式 | API Explorer调试 |
|---|---|---|---|
| 企业内部应用 | 是 | 开发者后台申请 | 调试 |
| 第三方企业应用 | 是 | 开发者后台申请 | 调试 |
| 第三方个人应用 | 否 | — | — |
{
"rq": {
"thirdpart_id": "cost1",
"need_org_entity": "false",
"corpid": "corp1",
"title": "测试成本中心",
"userid": "user1"
}
}curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/cost/center/query?access_token=6d1bxxxx' \
--header 'Content-Type: application/json' \
--data-raw '{
"rq": {
"thirdpart_id": "cost1",
"need_org_entity": "false",
"corpid": "corp1",
"title": "测试成本中心",
"userid": "user1"
}
}'{
"success": true,
"errcode": 0,
"errmsg": "string",
"cost_center_list": [
{
"id": 0,
"corpid": "string",
"title": "string",
"number": "string",
"thirdpart_id": "string",
"scope": 0,
"alipay_no": "string",
"entity_list": [
{
"entity_type": "string",
"entity_id": "string",
"corpid": "string",
"name": "string",
"user_num": 0
}
]
}
]
}