{
"aggOrgId": 452681066557440,
"year": 2023,
"period": 3,
"detail": [
{
"yzpzzlDm": "BDA0610606",
"fromDate": "2023-02-01",
"toDate": "2023-02-28",
"taxAmount": 10,
"jkfs": "1",
"yhzh": "34001445708053*******",
"agreementAccount": "BD235235123A0610606",
"zspmDm": ""
}
]
}
curl --location --request POST 'http://prod-cn.your-api-server.com/v2/tax/qys/loadPaymentTask' \
--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": 452681066557440,
"year": 2023,
"period": 3,
"detail": [
{
"yzpzzlDm": "BDA0610606",
"fromDate": "2023-02-01",
"toDate": "2023-02-28",
"taxAmount": 10,
"jkfs": "1",
"yhzh": "34001445708053*******",
"agreementAccount": "BD235235123A0610606",
"zspmDm": ""
}
]
}'
{
"reqId": "eedb866f0ddb43e88342adb88283ef98",
"code": "PARAMETER_ERROR",
"success": true,
"message": "没有找到对应的企业!",
"data": null
}