{ "request": { "code": "pro_code", "corpid": "corp_id", "third_part_invoice_id": "i123", "project_name": "项目名", "third_part_id": "p123", "third_part_cost_center_id": "c123" } }
curl --location --request POST 'http://127.0.0.1/topapi/alitrip/btrip/project/add?access_token=dc73axxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "request": { "code": "pro_code", "corpid": "corp_id", "third_part_invoice_id": "i123", "project_name": "项目名", "third_part_id": "p123", "third_part_cost_center_id": "c123" } }'
{ "success": true, "module": "string", "errcode": 0, "errmsg": "string" }