curl --location --request GET '/sendRule/querySendRuleById?id' \
--header 'Biz-Type: {{Biz-Type}}' \
--header 'Gksk-Access-Token: {{Gksk-Access-Token}}' \
--header 'Gksk-Tenant-Code: {{Gksk-Tenant-Code}}' \
--header 'Ou: 60' \
--header 'Taxno: {{Taxno}}' \
--header 'token: {{token}}' \
--header 'tenantId: {{tenantId}}' \
--header 'systemSource: {{systemSource}}'
com.sinopharm.invoice.dto.response.Response<com.sinopharm.invoice.sale.biz.dto.sendrule.InvoiceSendRuleResponse>
{
"code": "",
"message": "",
"data": {
"id": "",
"sellerTaxNo": "",
"purchaserName": "",
"purchaserTaxNo": "",
"autoPush": 0,
"invoiceClassCode": "",
"scheduleConfig": "",
"scheduleType": 0,
"dayOfMonth": 0,
"notifyUrl": [
{
"notifyType": 0,
"contactWay": ""
}
]
},
"time": ""
}