{
"dataType": "0",
"pageNo": 0,
"invoiceType": "string",
"invoiceDateBegin": "string",
"invoiceDateEnd": "string"
}
curl --location --request POST 'http://etax-sanbox.szhtxx.com/eTaxManage/openApi/apiPost' \
--header 'SID: 5120' \
--header 'Authorization: bearer token' \
--header 'creditCode: 123' \
--header 'userName;' \
--header 'channelType;' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataType": "0",
"pageNo": 0,
"invoiceType": "string",
"invoiceDateBegin": "string",
"invoiceDateEnd": "string"
}'
{
"invoices": [
{
"invoiceCode": "string",
"invoiceNum": "string",
"electronicInvoiceNum": "string",
"invoiceType": "0",
"custName": "string",
"custCreditCode": "string",
"custAddressPhone": "string",
"custBankAccount": "string",
"saleName": "string",
"saleCreditCode": "string",
"saleAddressPhone": "string",
"saleBankAccount": "string",
"invoiceDate": "string",
"totalAmt": 0,
"taxAmt": 0,
"tolAmtIncl": 0,
"remark": "string",
"invoiceCheckCode": "string",
"invoiceStatus": "0",
"checkStatus": "0",
"checkDate": "string",
"taxPeriod": "string",
"isAgentRebate": "0",
"checkType": "0",
"infoSource": "0",
"effectiveTaxAmount": 0,
"legalizeTaxAmount": 0,
"isAbnormalCredentials": "01",
"riskStatus": "00",
"specificElements": "string",
"openPeople": "string",
"detailList": {
"serialNo": "string",
"matName": "string",
"revenueCode": "string",
"shortName": "string",
"spec": "string",
"unit": "string",
"quantity": 0,
"price": 0,
"amount": 0,
"taxAmount": 0,
"taxRate": "string"
}
}
],
"hasNext": true,
"sendNum": 0
}