curl --location --request POST 'https://api.qugongbao.com/gst-api/api/tax/personal/query' \
--header 'Content-Type: application/json' \
--data-raw '{
"batchNo": "string",
"detailNo": "string",
"outBatchNo": "string",
"outDetailNo": "string",
"custNo": "string",
"idNo": "string"
}'{
"code": "",
"msg": "",
"body": [{
"batchNo": "",
"outBatchNo": "",
"detailNo": "",
"outDetailNo": "",
"custNo": "",
"taxId": "",
"incomeDate": "",
"idNo": "",
"idName": "",
"monthSort": 0,
"incomeAmt": 0,
"annualIncomeAmt": 0,
"annualDeductAmt": 0,
"annualTaxableIncome": 0,
"taxRate": 0.0,
"quickDeduction": 0,
"annualTaxAmt": 0,
"annualPaidTaxAmt": 0,
"taxAmt": 0,
"afterTaxIncome": 0,
"status": "",
"remark": ""
}],
"reqNo": "",
"signType": "",
"signValue": ""
}