{
"aggOrgId": 0,
"accountId": "string",
"zrrList": [
{
"zrrxm": "string",
"zjlx": "string",
"sflx": "string",
"zjhm": "string",
"yxqz": "string"
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/bsrygl/qy/addBsyTask' \
--header 'access_token: {{access_token}}' \
--header 'access_token;' \
--header 'req_date: {{req_date}}' \
--header 'req_date;' \
--header 'req_sign: {{req_sign}}' \
--header 'req_sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"aggOrgId": 0,
"accountId": "string",
"zrrList": [
{
"zrrxm": "string",
"zjlx": "string",
"sflx": "string",
"zjhm": "string",
"yxqz": "string"
}
]
}'
{
"code": "2000",
"data": {
"taskId": 494950194417664
},
"success": true,
"message": "",
"reqId": "9e39c2456fed470eb56215559e139089"
}