[TOC]
简要描述
请求URL
http://172.18.195.145/uat-api/mr/supplierSelfReimbursementInvoiceDtl/list?reimbursementNo=JS20221201001
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
reimbursementNo |
是 |
string |
报账编号 |
返回示例
{
"code":2000,
"message":"查询列表成功!",
"data":{
"records":[
{
"id":"1598278942090153986",
"companyId":null,
"createUserNo":"MJSD041",
"updateUserNo":"MJSD041",
"createDateTime":"2022-12-01 19:32:49",
"updateDateTime":"2022-12-01 19:32:49",
"reimbursementNo":"JS20221201001",
"num":"0",
"compid":"C",
"ponotypecode":"CG01",
"ponotypename":"备件",
"billemplname":"徐俊",
"billemplno":"008004",
"invoiceStyle":"1-06",
"invoiceNo":"10956935-3200221130",
"invoiceCode":null,
"invoiceDate":"2022-05-13",
"preTaxAmount":848.82,
"afterTaxAmount":899.75,
"taxAmount":50.93,
"taxRate":0.06,
"orgName":"江苏金恒信息科技股份有限公司",
"xftaxNo":"913201165804799776"
}
],
"total":2,
"size":10,
"current":1,
"orders":[
],
"searchCount":true,
"countId":null,
"maxLimit":null,
"pages":1
}
}
返回参数说明
参数名 |
类型 |
说明 |
compid |
String |
公司别 |
ponotypecode |
String |
品种类型编号 |
ponotypename |
String |
品种类型名称 |
billemplname |
String |
业务员name |
billemplno |
String |
业务员编号 |
invoiceStyle |
String |
发票格式 |
invoiceNo |
String |
发票编号 |
invoiceDate |
String |
发票日期 |
preTaxAmount |
Double |
税前金额 |
afterTaxAmount |
Double |
税后金额 |
taxAmount |
Double |
税额 |
taxRate |
Double |
税率 |
orgName |
String |
销方名 |
xftaxNo |
String |
销方税号 |
备注