Authorization: Bearer ********************
{
"dataId": null,
"ibeginDate": "string",
"invoiceNo": null,
"isEffective": "0",
"productName": null,
"amount": null,
"companyCode": null,
"beginCompany": null,
"invoiceType": "0",
"taxRate": "string",
"purchaseOrder": null,
"receivedDate": "string",
"registrant": null,
"custodian": null,
"department": null,
"isVerify": "string",
"remark": "string",
"paymentApplyRemark": "string",
"payDate": "string"
}
curl --location --request POST 'finance-gateway.hdltest.com/acct-payable/busi/invoiceReport/insertOrUpdate' \
--header 'user_id: {{user_id}}' \
--header 'username: {{username}}' \
--header 'user_key: {{user_key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"dataId": null,
"ibeginDate": "string",
"invoiceNo": null,
"isEffective": "0",
"productName": null,
"amount": null,
"companyCode": null,
"beginCompany": null,
"invoiceType": "0",
"taxRate": "string",
"purchaseOrder": null,
"receivedDate": "string",
"registrant": null,
"custodian": null,
"department": null,
"isVerify": "string",
"remark": "string",
"paymentApplyRemark": "string",
"payDate": "string"
}'
{
"code": 0,
"msg": null
}