{ "rq": { "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/add?access_token=dc73axxxx' \ --header 'Content-Type: application/json' \ --data-raw '{ "rq": { "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, "errcode": 0, "errmsg": "string", "module": 0, "": "string" }