文档
测试

退票查询列表

POST
/Api/InvoiceReturnService/GetInvoiceReturnList

请求参数

参数名
类型
描述
必填
ReApplyNo
退票申请单编号
必填
Year
必填
CompanyNo
必填
CustomerName
必填
InvoiceTypeId
发票种类
必填
ApplyEmpName
退票申请人
必填
ApplyType
单据类型
必填
ApplyStatus
单据状态
必填
BgNo
必填
StartApplyDate
必填
EndApplyDate
必填

说明 / 示例

{ "IsSuccess": true, "Result": { "Total": 8, "InvoiceReturnInfoList": [ { "strApplyDate": "2020-03-24", "strFormStatus": "审批中", "Id": "c22fbf89-8bb8-4dcf-a42b-df5b1328c4a8", "ApplyNo": "RBF2020030008", "ApplyType": "FP", "ApplyEmpid": 0, "ApplyEmpno": "3481", "ApplyEmpname": "朱波", "ApplyDate": "2020-03-24", "ComNo": "4600", "ComName": "软通动力技术服务有限公司", "CustomerNo": "", "CustomerName": "华为技术有限公司", "Isreopen": false, "Reson": "", "Invoices": "", "Bgno": "HUAWEI", "Bgname": "重大客户事业群", "InvoiceTypeid": 0, "InvoiceTypename": "增值税专用发票(应税服务)", "Currency": "", "Status": 1, "RegisterStatus": 0, "RegisterReturnReson": "", "RegisterReturnDate": "0001-01-01", "SapResult": 0, "NextApproverName": "" }, { "strApplyDate": "2020-03-24", "strFormStatus": "已保存", "Id": "b600b85b-d7de-43ba-93b2-4a43d7b73da2", "ApplyNo": "RBF2020030007", "ApplyType": "FP", "ApplyEmpid": 0, "ApplyEmpno": "3481", "ApplyEmpname": "朱波", "ApplyDate": "2020-03-24", "ComNo": "1100", "ComName": "软通动力信息技术(集团)有限公司", "CustomerNo": "", "CustomerName": "广东粤电财务有限公司", "Isreopen": false, "Reson": "", "Invoices": "", "Bgno": "FESBG", "Bgname": "数字业务事业群", "InvoiceTypeid": 0, "InvoiceTypename": "增值税专用发票(应税服务)", "Currency": "", "Status": 0, "RegisterStatus": 0, "RegisterReturnReson": "", "RegisterReturnDate": "0001-01-01", "SapResult": 0, "NextApproverName": "" } ] } }