Authorization: Bearer ********************
{
"idList": [
"string"
]
}
curl --location --request POST 'finance-gateway.hdltest.com/acct-payable/busi/paymentOrgConfig/delete' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"idList": [
"string"
]
}'
{
"code": 200,
"msg": null,
"success": true
}