{ "rq": { "thirdpart_id": "cost1", "corpid": "corp1", "entity_list": { "entity_type": "1", "entity_id": "12345" } } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/cost/center/entity/set?access_token=6d1bxxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "rq": { "thirdpart_id": "cost1", "corpid": "corp1", "entity_list": { "entity_type": "1", "entity_id": "12345" } } }'
{ "success": true, "errcode": 0, "errmsg": "string", "result": { "add_num": 0, "remove_num": 0, "selected_user_num": 0 } }