{ "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 } ] } ] }