文档
测试

退票申请列表查询

GET
/Api/InvoiceReturnService/GetApplyInvoiceReturnList

接口描述

退票申请列表查询接口

请求参数

参数名
类型
描述
必填
ReApplyNo
string
退票申请单编号
必填
CompanyNo
string
公司编号
必填
InvoiceTypeId
int
发票种类
必填
CustomerName
string
客户名称
必填
BgNo
string
利润中心组
必填
StartApplyDate
string
开始日期
必填
EndApplyDate
string
结束日期
必填
ApplyType
string
单据类型
必填
ApplyStatus
int
单据状态
必填

说明 / 示例

{ "IsSuccess": true, "Result": { "Total": 1, "InvoiceReturnInfoList": [ { "strApplyDate": "2019-11-29", "strFormStatus": "已保存", "Id": "08d77473-64bd-71cc-a213-9e625293d5f6", "ApplyNo": "RB2019111101", "ApplyType": "FP", "ApplyEmpid": 0, "ApplyEmpno": "3481", "ApplyEmpname": "朱波", "ApplyDate": "2019-11-29", "ComNo": "1100", "ComName": "软通动力信息技术(集团)有限公司", "CustomerNo": "", "CustomerName": "西门子工厂自动化工程有限公司", "Isreopen": false, "Reson": "", "Invoices": "", "Bgno": "1", "Bgname": "高科技与创新产业事业群", "InvoiceTypeid": 0, "InvoiceTypename": "增值税专用发票(应税服务)", "Currency": "中国人民币", "Status": 0, "RegisterStatus": 0, "RegisterReturnReson": "", "RegisterReturnDate": "0001-01-01", "SapResult": 0 } ] } }