文档
测试

退票登记列表

GET
/Api/InvoiceReturnService/GetRInvoiceRegisterList

请求参数

参数名
类型
描述
必填
ReApplyNo
必填
Year
必填
CompanyNo
必填
CustomerName
必填
InvoiceTypeId
int
发票种类
必填
ApplyEmpName
必填
RegisterStatus
int
登记状态
必填
ApplyType
string
单据类型
必填
BgNo
必填
StartApplyDate
必填
EndApplyDate
必填

说明 / 示例

{ "IsSuccess": true, "Result": { "Total": 1, "RInvoiceRegisterList": [ { "strRegisterDate": "0001-01-01", "strRegisterStatus": "未登记", "strApplyDate": "2020-03-25", "strFormStatus": "审批通过", "Id": "eb9e90cb-2882-4d70-a7af-5b230feb18d2", "ApplyNo": "RBF2020030009", "ApplyType": "FP", "ApplyEmpid": 0, "ApplyEmpno": "3481", --申请人编号 "ApplyEmpname": "朱波", --申请人姓名 "ApplyDate": "2020-03-25", "ComNo": "4600", "ComName": "软通动力技术服务有限公司", "CustomerNo": "", "CustomerName": "华为软件技术有限公司", "Isreopen": false, "Reson": "", "Invoices": "", "Bgno": "HUAWEI", "Bgname": "重大客户事业群", "InvoiceTypeid": 0, "InvoiceTypename": "增值税专用发票(应税服务)", --发票种类 "Currency": "", "Status": 2, --单据状态 "RegisterStatus": 0, --登记状态 "RegisterReturnReson": "", "RegisterReturnDate": "0001-01-01", "SapResult": 0, "NextApproverName": "" } ] } }