获取已提交对公报销单据详情
接口: /report/corp/detail?businessCode={businessCode} GET JSON
请求参数
请求参数
| 参数 | 类型 | 必须 | 默认值 | 主键 | 描述 | 
|---|---|---|---|---|---|
| businessCode | string | Y | Y | 报销单号 | 
返回数据
| 参数 | 类型 | 描述 | 
|---|---|---|
| report_id | string | 单据编号 | 
| report_type | string | 单据类型 | 
| name | string | 报销事由 | 
| formSubType | string | 单据小类业务编码 | 
| formSubTypeName | string | 单据小类名称 | 
| date | long | 单据审批完成时间 | 
| amount | number | 原费用金额合计(收款币种) | 
| approvedAmount | number | 调整后的费用金额合计(收款币种) | 
| baseAmount | number | 原费用金额合计(本币) | 
| baseApprovedAmount | number | 调整后的费用金额合计(本币) | 
| collectionCurrency | currency | 收款币种 | 
| cost_center | string | 单据归属部门(成本中心) | 
| departmentBusinessCode | string | 部门编码 | 
| departmentName | string | 部门名称 | 
| departmentNameEs | string | 部门名称 西班牙语 | 
| departmentFullName | string | 部门全路径 | 
| departmentPath | string | 提单时部门全路径 | 
| reim_user_code | string | 报销人工号 | 
| reimUserName | string | 报销人姓名 | 
| reimEmployeeCustFields | Map | 报销人自定义字段键值对,例如{"cust_field_1":"自定义字段1"} | 
| cover_user_code | string | 承担人工号 | 
| coverUserName | string | 承担人姓名 | 
| coverUserPositionBizCode | string | 承担人职务编码 | 
| coverUserPositionName | string | 承担人职务名称 | 
| coverEmployeeCustFields | Map | 承担人自定义字段键值对,例如{"cust_field_1":"自定义字段1"} | 
| status | enum | 单据状态, 包括COMPLETED(已结算), CLOSE(同COMPLETED), SETTLEMENT(待结算) | 
| pay_amount | number | 支付金额 | 
| pay_method | string | 支付方式 | 
| remittanceNotes | string | 汇款备注 | 
| subsidiary_name | string | 业务实体名称 | 
| subsidiary_name_es | string | 业务实体名称 西班牙语 | 
| subsidiary_code | string | 业务实体编码 | 
| contractId | string | 合同编号 | 
| contractBusinessCode | string | 合同单据号 | 
| createdAt | date | 单据创建时间 | 
| submittedAt | date | 单据提交时间 | 
| approvedAt | date | 单据审批结束时间 | 
| settledAt | date | 单据支付时间 | 
| modifiedAt | date | 单据最后更新时间 | 
| noNeedToSignFor | boolean | 是否无需签收 | 
| ultimateSignedAt | date | 终极签收时间 | 
| signForSerialNum | string | 签收流水号 | 
| estimatedPaymentTime | date | 要求支付时间 | 
| exportStatus | string | 导出状态码 | 
| existAttachments | boolean | 是否存在附件 | 
| existInvoices | boolean | 是否存在发票 | 
| voucherNum | string | 凭证号 | 
| exportComments | string | 导出备注 | 
| invoiceFree | boolean | 是否免票单据 | 
| feeTaxCheckMode | string | 单据对应的税额模式, CHECK_ON_FEE(老版,在费用上确认税额)、CHECK_ON_FEE_INVOICE(新版,在发票上确认税额) | 
| payment.currency | string | 支付本币 | 
| payment.paidDate | long | 支付时间 | 
| payment.payment_account | string | 付款账号 | 
| payment.payment_account_name | string | 付款人名称 | 
| payment.collection_account | string | 收款账号 | 
| payment.collection_account_name | string | 收款人 | 
| payment.collectionBankProvince | string | 收款银行所在省 | 
| payment.collectionBankCity | string | 收款银行所在市 | 
| payment.collectionBankBranchNO | string | 收款银行联行号 | 
| payment.cost_center | string | 成本中心编码 | 
| payment.pay_amount | number | 支付金额(基于收款货币) | 
| payment.collectionCurrency | currency | 收款货币 | 
| payment.accountingSubjectBizCode | string | 支付方式对应的会计科目代码 | 
| payment.accountingSubjectFullName | string | 支付方式对应的会计科目名称 | 
| payment.accountingSubjectCashFlowCode | string | 支付方式对应的现金流量编码 | 
| payment.accountingSubjectCashFlowName | string | 支付方式对应的现金流量 | 
| payment.accountingSubjectAccountingItems.name | string | 支付方式对应会计科目的核算项目名称 | 
| payment.accountingSubjectAccountingItems.businessCode | string | 支付方式对应会计科目的核算项目代码 | 
| payment.accountingSubjectAccountingItems.seq | int | 支付方式对应会计科目的核算项目序号 | 
| costTrackings.name | string | 单据辅助核算 | 
| costTrackings.bizCode | string | 单据辅助核算编码 | 
| costTrackings.value | string | 单据辅助核算选项 | 
| costTrackings.businessCode | string | 单据辅助核算选项编码 | 
| costTrackings.tag | string | 单据辅助核算选项属性 | 
| expenses.report_line_id | string | 费用唯一编码 | 
| expenses.expense_type | string | 费用类型 | 
| expenses.expense_type_name | string | 费用类型名称 | 
| expenses.expense_type_name_es | string | 费用类型名称 西班牙语 | 
| expenses.expense_type_parent_name | string | 费用类型大类名称 | 
| expenses.amount_original | number | 原费用金额(收款币种) | 
| expenses.amount_approved | number | 调整后的费用金额(收款币种) | 
| expenses.baseAmount | number | 原费用金额(本币) | 
| expenses.baseApprovedAmount | number | 调整后的费用金额(本币) | 
| expenses.tax_rate | number | 费用税率 | 
| expenses.tax_amount | number | 费用税额 | 
| expenses.tax_code | string | 费用税率编码 | 
| expenses.deduction_amount | number | 费用抵扣税额 | 
| expenses.feeDeductionAmount | number | 费用冲销金额 | 
| expenses.transferred_amount | number | 费用转出税额 | 
| expenses.deductionFlag | bool | 费用是否抵扣 | 
| expenses.is_booking | String | 入账类型 Y:入账 N:非入账 | 
| expenses.baseCurrency | currency | 本币 | 
| expenses.collBaseExchangeRate | number | 收款货币与本币汇率 | 
| expenses.comments | string | 消费事由 | 
| expenses.currentPaymentAmount | number | 本期支付金额 | 
| expenses.accountingSubjectBizCode | string | 费用对应的会计科目代码 | 
| expenses.accountingSubjectFullName | string | 费用对应的会计科目名称 | 
| expenses.accountingSubjectCashFlowCode | string | 费用对应的现金流量编码 | 
| expenses.accountingSubjectCashFlowName | string | 费用对应的现金流量 | 
| expenses.accountingSubjectAccountingItems.name | string | 费用对应会计科目的核算项目名称 | 
| expenses.accountingSubjectAccountingItems.businessCode | string | 费用对应会计科目的核算项目代码 | 
| expenses.accountingSubjectAccountingItems.seq | int | 费用对应会计科目的核算项目序号 | 
| expenses.transferSubjectBizCode | string | 转出对应的会计科目代码 | 
| expenses.transferSubjectFullName | string | 转出对应的会计科目名称 | 
| expenses.transferSubjectCashFlowCode | string | 转出对应的现金流量编码 | 
| expenses.transferSubjectCashFlowName | string | 转出对应的现金流量 | 
| expenses.transferSubjectAccountingItems.name | string | 转出对应会计科目的核算项目名称 | 
| expenses.transferSubjectAccountingItems.businessCode | string | 转出对应会计科目的核算项目代码 | 
| expenses.transferSubjectAccountingItems.seq | int | 转出对应会计科目的核算项目序号 | 
| expenses.accountingSubjectBizCode | string | 费用对应的会计科目代码 | 
| expenses.accountingSubjectFullName | string | 费用对应的会计科目名称 | 
| expenses.accountingSubjectCashFlowCode | string | 费用对应的现金流量编码 | 
| expenses.accountingSubjectCashFlowName | string | 费用对应的现金流量 | 
| expenses.accountingSubjectAccountingItems.name | string | 费用对应会计科目的核算项目名称 | 
| expenses.accountingSubjectAccountingItems.businessCode | string | 费用对应会计科目的核算项目代码 | 
| expenses.accountingSubjectAccountingItems.seq | int | 费用对应会计科目的核算项目序号 | 
| expenses.transferSubjectBizCode | string | 转出对应的会计科目代码 | 
| expenses.transferSubjectFullName | string | 转出对应的会计科目名称 | 
| expenses.transferSubjectCashFlowCode | string | 转出对应的现金流量编码 | 
| expenses.transferSubjectCashFlowName | string | 转出对应的现金流量 | 
| expenses.transferSubjectAccountingItems.name | string | 转出对应会计科目的核算项目名称 | 
| expenses.transferSubjectAccountingItems.businessCode | string | 转出对应会计科目的核算项目代码 | 
| expenses.transferSubjectAccountingItems.seq | int | 转出对应会计科目的核算项目序号 | 
| expenses.taxAccountingSubjectBizCode | string | 税率对应的会计科目代码 | 
| expenses.taxAccountingSubjectFullName | string | 税率对应的会计科目名称 | 
| expenses.taxAccountingSubjectAccountingItems.name | string | 税率对应会计科目的核算项目名称 | 
| expenses.taxAccountingSubjectAccountingItems.businessCode | string | 税率对应会计科目的核算项目代码 | 
| expenses.taxAccountingSubjectAccountingItems.seq | int | 税率对应会计科目的核算项目序号 | 
| expenses.transferTaxAccountingSubjectBizCode | string | 转出税率对应的会计科目代码 | 
| expenses.transferTaxAccountingSubjectFullName | string | 转出税率对应的会计科目名称 | 
| expenses.transferTaxAccountingSubjectAccountingItems.name | string | 转出税率对应会计科目的核算项目名称 | 
| expenses.transferTaxAccountingSubjectAccountingItems.businessCode | string | 转出税率对应会计科目的核算项目代码 | 
| expenses.transferTaxAccountingSubjectAccountingItems.seq | int | 转出税率对应会计科目的核算项目序号 | 
| expenses.taxAccountingSubjectCashFlowCode | string | 税率对应的现金流量编码 | 
| expenses.taxAccountingSubjectCashFlowName | string | 税率对应的现金流量 | 
| expenses.taxAccountingSubjectTransferCashFlowCode | string | 转出税率对应的现金流量编码 | 
| expenses.taxAccountingSubjectTransferCashFlowName | string | 转出税率对应的现金流量 | 
| expenses.costTrackings.name | string | 费用辅助核算 | 
| expenses.costTrackings.bizCode | string | 费用辅助核算编码 | 
| expenses.costTrackings.value | string | 费用辅助核算选项 | 
| expenses.costTrackings.businessCode | string | 费用辅助核算选项编码 | 
| expenses.costTrackings.tag | string | 费用辅助核算属性 | 
| correlatedPreConsumeCodes | List | 
单据和费用关联的申请单号 | 
| expenses.correlation.correlationPattern | string | 申请单关联模式 | 
| expenses.correlation.consumeFeeCode | string | 关联费用 | 
| expenses.correlation.consumeFeeType | string | 费用类型 | 
| expenses.correlation.consumeFeeTypeCode | string | 关联费用类型编码 | 
| expenses.correlation.consumeFeeAmount | string | 占用额度金额 | 
| expenses.correlation.consumeFeeCurrency | string | 币种 | 
| expenses.correlation.budgetaryAccountName | string | 预算科目 | 
| expenses.correlation.budgetPeriodDesc | string | 预算期间 | 
| expenses.correlation.budgetTargetName | string | 预算控制单位 | 
| expenses.correlation.consumeFormCode | string | 关联的消费申请编码 | 
| expenses.expenseAllocations.coverEmployeeNo | string | 费用分摊项承担人工号 | 
| expenses.expenseAllocations.coverUserPositionBizCode | string | 费用分摊项承担人职务编码 | 
| expenses.expenseAllocations.coverUserPositionName | string | 费用分摊项承担人职务名称 | 
| expenses.expenseAllocations.coverDepartmentBizCode | string | 费用分摊项承担部门编码 | 
| expenses.expenseAllocations.coverDepartmentNameEs | string | 费用分摊项承担部门编码 西班牙语 | 
| expenses.expenseAllocations.coverCostCenterCode | string | 费用分摊项承担部门对应成本中心编码 | 
| expenses.expenseAllocations.allocatedRatio | number | 费用分摊项承担比例 | 
| expenses.expenseAllocations.allocatedAmount | number | 费用分摊项承担金额(收款币种) | 
| expenses.expenseAllocations.baseAmount | number | 费用分摊项承担金额(本币) | 
| expenses.expenseAllocations.accountingSubjectBizCode | string | 费用分摊项对应的会计科目代码 | 
| expenses.expenseAllocations.accountingSubjectFullName | string | 费用分摊项对应的会计科目名称 | 
| expenses.expenseAllocations.accountingSubjectCashFlowCode | string | 费用分摊项对应的现金流量编码 | 
| expenses.expenseAllocations.accountingSubjectCashFlowName | string | 费用分摊项对应的现金流量 | 
| expenses.expenseAllocations.accountingSubjectAccountingItems.name | string | 费用分摊项对应会计科目的核算项目名称 | 
| expenses.expenseAllocations.accountingSubjectAccountingItems.businessCode | string | 费用分摊项对应会计科目的核算项目代码 | 
| expenses.expenseAllocations.accountingSubjectAccountingItems.seq | int | 费用分摊项对应会计科目的核算项目序号 | 
| expenses.expenseAllocations. costTrackings.name  | 
string | 费用分摊项的费用辅助核算 | 
| expenses.expenseAllocations. costTrackings.bizCode  | 
string | 费用分摊项的费用辅助核算编码 | 
| expenses.expenseAllocations. costTrackings.value  | 
string | 费用分摊项的辅助核算选项 | 
| expenses.expenseAllocations. costTrackings.businessCode  | 
string | 费用分摊项的辅助核算选项编码 | 
| expenses.expenseAllocations. costTrackings.tag  | 
string | 费用分摊项的辅助核算选项属性 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetaryAccountName  | 
string | 费用分摊项占用的预算科目的名称 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetaryAccountBizCode  | 
string | 费用分摊项占用的预算科目的编码 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetPeriodYear  | 
number | 费用分摊项占用的预算单元格的预算年度 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetPeriodType  | 
string | 费用分摊项占用的预算单元格的预算周期,可能值为:YEAR(年度)、HALF_YEAR(半年)、QUARTER(季度)、MONTH(月度) | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetPeriodSeqNo  | 
number | 费用分摊项占用的预算单元格的预算期数,可能值为:1~12 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetTargetName  | 
string | 费用分摊项占用的预算单位的名称 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetTargetBizCode  | 
string | 费用分摊项占用的预算控制单位的编码 | 
| expenses.expenseAllocations. budgetExecUnitInfo.budgetTargetType  | 
string | 费用分摊项占用的预算控制单位的类型,可能值为:DEPARTMENT(部门)、SUBSIDIARY(业务实体)、AUX_ACCOUNTING(项目)、PERSONAL(个人) | 
| expenses.expenseAllocations. budgetExecUnitInfo.currentAmount  | 
number | 费用分摊项占用的预算控制单元的金额 | 
| expenses.expenseAllocations. budgetExecUnitInfo.currentAmountCcy  | 
string | 费用分摊项占用的预算控制单元金额的币种 | 
| expenses.invoiceList.invoiceDataCode | string | 发票数据 code (全局唯一) | 
| expenses.invoiceList.buyerName | string | 购方名称 | 
| expenses.invoiceList.buyerTaxNumber | string | 购方税号 | 
| expenses.invoiceList.buyerAddressPhone | string | 购方地址和电话 | 
| expenses.invoiceList.buyerBankAccount | string | 购方开户行及账号 | 
| expenses.invoiceList.invoiceCode | string | 发票代码 | 
| expenses.invoiceList.invoiceNumber | string | 发票号码 | 
| expenses.invoiceList.issueDate | string | 开票日期 | 
| expenses.invoiceList.totalPriceAmount | string | 税前金额合计 | 
| expenses.invoiceList.totalTaxAmount | string | 税额合计 | 
| expenses.invoiceList.totalPriceAndTax | string | 价税合计 | 
| expenses.invoiceList.supplierName | string | 售方名称 | 
| expenses.invoiceList.supplierAddress | string | 售方地址和电话 | 
| expenses.invoiceList.supplierTaxNumber | string | 售方税号 | 
| expenses.invoiceList.supplierBankAccount | string | 售方账号 | 
| expenses.invoiceList.modified | boolean | 发票是否修改 | 
| expenses.invoiceList.validateStatus | string | 是否验真,可能值为:VALIDATED, NOT_VALIDATION, VALIDATION_FAILED, ABANDONED | 
| expenses.invoiceList.validateStatusDesc | string | 是否验真描述,可能值为:已验真, 未验真, 验真失败, 废弃 | 
| expenses.invoiceList.cancelled | string | 发票状态, NORMAL 正常; RED_FLUSH 红冲; CANCEL 作废; PART_RED_FLUSH 部分红冲; ALL_RED_FLUSH 全部红冲 | 
| expenses.invoiceList.remark | string | 备注 | 
| expenses.invoiceList.checksum | string | 校验码 | 
| expenses.invoiceList.bizType | string | 发票类型 | 
| expenses.invoiceList.bizTypeDesc | string | 发票类型描述 | 
| expenses.invoiceList.lineItems.code | string | 发票明细数据 code (全局唯一) | 
| expenses.invoiceList.lineItems.name | string | 货物名称 | 
| expenses.invoiceList.lineItems.priceAmount | string | 金额 | 
| expenses.invoiceList.lineItems.taxRate | string | 税额 | 
| expenses.invoiceList.lineItems.taxAmount | string | 税率 | 
| expenses.invoiceList.lineItems.transferSubjectBizCode | string | 转出对应的会计科目代码 | 
| expenses.invoiceList.lineItems.transferSubjectFullName | string | 转出对应的会计科目名称 | 
| expenses.invoiceList.lineItems.transferSubjectCashFlowCode | string | 转出对应的现金流量编码 | 
| expenses.invoiceList.lineItems.transferSubjectCashFlowName | string | 转出对应的现金流量 | 
| expenses.invoiceList.lineItems.transferSubjectAccountingItems.name | string | 转出对应会计科目的核算项目名称 | 
| expenses.invoiceList.lineItems.transferSubjectAccountingItems.businessCode | string | 转出对应会计科目的核算项目代码 | 
| expenses.invoiceList.lineItems.transferSubjectAccountingItems.seq | int | 转出对应会计科目的核算项目序号 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectBizCode | string | 税率对应的会计科目代码 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectFullName | string | 税率对应的会计科目名称 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectAccountingItems.name | string | 税率对应会计科目的核算项目名称 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectAccountingItems.businessCode | string | 税率对应会计科目的核算项目代码 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectAccountingItems.seq | int | 税率对应会计科目的核算项目序号 | 
| expenses.invoiceList.lineItems.transferTaxAccountingSubjectBizCode | string | 转出税率对应的会计科目代码 | 
| expenses.invoiceList.lineItems.transferTaxAccountingSubjectFullName | string | 转出税率对应的会计科目名称 | 
| expenses.invoiceList.lineItems.transferTaxAccountingSubjectAccountingItems.name | string | 转出税率对应会计科目的核算项目名称 | 
| expenses.invoiceList.lineItems.transferTaxAccountingSubjectAccountingItems.businessCode | string | 转出税率对应会计科目的核算项目代码 | 
| expenses.invoiceList.lineItems.transferTaxAccountingSubjectAccountingItems.seq | int | 转出税率对应会计科目的核算项目序号 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectCashFlowCode | string | 税率对应的现金流量编码 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectCashFlowName | string | 税率对应的现金流量 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectTransferCashFlowCode | string | 转出税率对应的现金流量编码 | 
| expenses.invoiceList.lineItems.taxAccountingSubjectTransferCashFlowName | string | 转出税率对应的现金流量 | 
| expenses.invoiceList.attachments.fileDownloadUrl | string | 发票附件下载链接,有效期1个小时 | 
| expenses.invoiceList.taxRateDetails.feeCode | string | 费用code (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.invoiceDataCode | string | 发票数据 code (全局唯一) (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.invoiceItemCode | string | 发票明细数据 code (全局唯一) (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.priceAndTax | number | 发票税额信息-价税合计 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.nuTaxAmount | number | 发票税额信息-非税金额 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAmount | number | 发票税额信息-税额 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxCode | string | 发票税额信息-税率 code 内码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxRate | number | 发票税额信息-税率 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxRateCategory | string | 发票税额信息-税率种类 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxRateCode | string | 发票税额信息-税率 code 外码,如果没有的话默认用内码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.deductionFlag | boolean | 发票税额信息-是否抵扣 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.deductionAmount | number | 发票税额信息-抵扣金额 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.rollOutAmount | number | 发票税额信息-细转出金额 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectBizCode | string | 发票税额信息-税率对应的会计科目代码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectFullName | string | 发票税额信息-税率对应的会计科目名称 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectAccountingItems.name | string | 发票税额信息-税率对应会计科目的核算项目名称 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectAccountingItems.businessCode | string | 发票税额信息-税率对应会计科目的核算项目代码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectAccountingItems.seq | int | 发票税额信息-税率对应会计科目的核算项目序号 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.transferTaxAccountingSubjectBizCode | string | 发票税额信息-转出税率对应的会计科目代码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.transferTaxAccountingSubjectFullName | string | 发票税额信息-转出税率对应的会计科目名称 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.transferTaxAccountingSubjectAccountingItems.name | string | 发票税额信息-转出税率对应会计科目的核算项目名称 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.transferTaxAccountingSubjectAccountingItems.businessCode | string | 发票税额信息-转出税率对应会计科目的核算项目代码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.transferTaxAccountingSubjectAccountingItems.seq | int | 发票税额信息-转出税率对应会计科目的核算项目序号 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectCashFlowCode | string | 发票税额信息-税率对应的现金流量编码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectCashFlowName | string | 发票税额信息-税率对应的现金流量 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectTransferCashFlowCode | string | 发票税额信息-转出税率对应的现金流量编码 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.invoiceList.taxRateDetails.taxAccountingSubjectTransferCashFlowName | string | 发票税额信息-转出税率对应的现金流量 (仅在 feeTaxCheckMode 值为 CHECK_ON_FEE_INVOICE 时返回数据) | 
| expenses.corpDeductions.corpDeductionType | string | 冲销类型,包括CORP_FEE(对公费用), CORP_PAYMENT(对公支付), CORP_REPAYMENT(对公收款) | 
| expenses.corpDeductions. corpDeductionDetailTypeCode  | 
string | 冲销的具体类型编码。如果费用则为费用类型编码;如果为支付则为支付类型编码; | 
| expenses.corpDeductions. corpDeductionDetailTypeName  | 
string | 冲销的具体类型名称。如果费用则为费用类型名称;如果为支付则为支付类型名称; | 
| expenses.corpDeductions.formName | string | 冲销单据事由 | 
| expenses.corpDeductions.formCode | string | 冲销单据编号 | 
| expenses.corpDeductions.expenseType | string | 冲销费用类型 | 
| expenses.corpDeductions.expenseTypeName | string | 冲销费用类型名称 | 
| expenses.corpDeductions.expenseTypeNameEs | string | 冲销费用类型名称 西班牙语 | 
| expenses.corpDeductions.deductionAmount | number | 本次冲销金额 | 
| expenses.corpDeductions.residualDeductionAmount | number | 剩余可冲金额 | 
| expenses.corpDeductions.accountingSubjectBizCode | string | 冲销对应的会计科目代码 | 
| expenses.corpDeductions.accountingSubjectFullName | string | 冲销对应的会计科目名称 | 
| expenses.corpDeductions.accountingSubjectCashFlowCode | string | 冲销对应的现金流量编码 | 
| expenses.corpDeductions.accountingSubjectCashFlowName | string | 冲销对应的现金流量 | 
| expenses.corpDeductions.accountingSubjectAccountingItems.name | string | 冲销对应会计科目的核算项目名称 | 
| expenses.corpDeductions.accountingSubjectAccountingItems.businessCode | string | 冲销对应会计科目的核算项目代码 | 
| expenses.corpDeductions.accountingSubjectAccountingItems.seq | int | 冲销对应会计科目的核算项目序号 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetaryAccountName | String | 冲销关联费用的预算科目的名称 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetaryAccountBizCode | String | 冲销费用占用的预算科目的编码 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetPeriodYear | String | 冲销费用占用的预算单元格的预算年度 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetPeriodType | String | 冲销费用占用的预算单元格的预算周期,可能值为:年度、半年、季度、月度 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetPeriodSeqNo | String | 冲销费用占用的预算单元格的预算期数,可能值为:1~12 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetTargetName | String | 冲销费用占用的预算单位的名称 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetTargetBizCode | String | 冲销费用占用的预算控制单位的编码 | 
| expenses.corpDeductions.budgetExecUnitInfo.budgetTargetType | String | 冲销费用占用的预算控制单位的类型,可能值为:部门、业务实体、项目、个人 | 
| expenses.corpDeductions.budgetExecUnitInfo.currentAmount | String | 冲销费用占用的预算控制单元的金额 | 
| expenses.corpDeductions.budgetExecUnitInfo.currentAmountCcy | String | 冲销费用占用的预算控制单元金额的币种 | 
| expenses.budgetExecUnitInfo.budgetaryAccountName | String | 费用的预算科目的名称 | 
| expenses.budgetExecUnitInfo.budgetaryAccountBizCode | String | 费用占用的预算科目的编码 | 
| expenses.budgetExecUnitInfo.budgetPeriodYear | String | 费用占用的预算单元格的预算年度 | 
| expenses.budgetExecUnitInfo.budgetPeriodType | String | 费用占用的预算单元格的预算周期,可能值为:年度、半年、季度、月度 | 
| expenses.budgetExecUnitInfo.budgetPeriodSeqNo | String | 费用占用的预算单元格的预算期数,可能值为:1~12 | 
| expenses.budgetExecUnitInfo.budgetTargetName | String | 费用占用的预算单位的名称 | 
| expenses.budgetExecUnitInfo.budgetTargetBizCode | String | 费用占用的预算控制单位的编码 | 
| expenses.budgetExecUnitInfo.budgetTargetType | String | 费用占用的预算控制单位的类型,可能值为:部门、业务实体、项目、个人 | 
| expenses.budgetExecUnitInfo.currentAmount | String | 费用占用的预算控制单元的金额 | 
| expenses.budgetExecUnitInfo.currentAmountCcy | String | 费用占用的预算控制单元金额的币种 | 
| expenses.customFormValues | List<CustomFormValue> | 费用自定义表单字段 | 
| expenses.invoiceFree | bool | 是否免票费用 | 
| externalFormLinks.externalFormTypeName | string | 外部表单类型名称 | 
| externalFormLinks.title | string | 表单标题 | 
| externalFormLinks.formCode | string | 单据号 | 
| externalFormLinks.link | string | 链接 | 
| externalFormLinks.comment | string | 备注 | 
| corpPayments.feeTypeCode | string | 支付的费用类型编码 | 
| corpPayments.feeTypeName | string | 支付的费用类型名称 | 
| corpPayments.feeTypeNameEs | string | 支付的费用类型名称 西班牙语 | 
| corpPayments.accountingSubjectBizCode | string | 支付类型对应的会计科目代码 | 
| corpPayments.accountingSubjectFullName | string | 支付类型对应的会计科目名称 | 
| corpPayments.accountingSubjectCashFlowCode | string | 支付类型对应的现金流量编码 | 
| corpPayments.accountingSubjectCashFlowName | string | 支付类型对应的现金流量 | 
| corpPayments.accountingSubjectAccountingItems.name | string | 支付类型对应会计科目的核算项目名称 | 
| corpPayments.accountingSubjectAccountingItems.businessCode | string | 支付类型对应会计科目的核算项目代码 | 
| corpPayments.accountingSubjectAccountingItems.seq | int | 支付类型对应会计科目的核算项目序号 | 
| corpPayments.paymentAmount | number | 原支付金额(收款币种) | 
| corpPayments.approvedPaymentAmount | number | 调整后的支付金额(收款币种) | 
| corpPayments.corpPaymentTypeBizCode | string | 支付类型编码 | 
| corpPayments.corpPaymentTypeName | string | 支付类型名称 | 
| corpPayments.baseAmount | number | 原支付金额(本币) | 
| corpPayments.approvedBaseAmount | number | 调整后的支付金额(本币) | 
| corpPayments.estimatedInvoiceDate | date | 预计到票时间 | 
| corpPayments.estimatedRepaymentDate | date | 预计收回时间 | 
| corpPayments.allocations.coverEmployeeNo | String | 预付分摊项承担人工号 | 
| corpPayments.allocations.coverUserPositionBizCode | String | 预付分摊项承担人职务编码 | 
| corpPayments.allocations.coverUserPositionName | String | 预付分摊项承担人职务名称 | 
| corpPayments.allocations.coverDepartmentBizCode | String | 预付分摊项承担部门编码 | 
| corpPayments.allocations.coverDepartmentNameEs | String | 预付分摊项承担部门名称 西班牙语 | 
| corpPayments.allocations.coverCostCenterCode | String | 预付分摊项承担部门对应的成本中心编码 | 
| corpPayments.allocations.allocatedRatio | String | 预付分摊项承担比例 | 
| corpPayments.allocations.allocatedAmount | String | 预付分摊项承担金额 | 
| corpPayments.allocations.approvedBaseAmount | String | 预付分摊项批准金额(本币) | 
| corpPayments.allocations.accountingSubjectBizCode | String | 预付分摊项会计科目代码 | 
| corpPayments.allocations.accountingSubjectFullName | String | 预付分摊项会计科目名称 | 
| corpPayments.allocations.accountingSubjectCashFlowCode | String | 预付分摊项现金流量编码 | 
| corpPayments.allocations.accountingSubjectCashFlowName | String | 预付分摊项现金流量名称 | 
| corpPayments.allocations.accountingSubjectAccountingItems.name | String | 预付分摊项会计科目的核算项目名称 | 
| corpPayments.allocations.accountingSubjectAccountingItems.businessCode | String | 预付分摊项会计科目的核算项目代码 | 
| corpPayments.allocations.accountingSubjectAccountingItems.seq | String | 预付分摊项会计科目的核算项目序号 | 
| corpPayments.allocations.costTrackings.name | String | 预付分摊项的辅助核算 | 
| corpPayments.allocations.costTrackings.bizCode | String | 预付分摊项的辅助核算编码 | 
| corpPayments.allocations.costTrackings.value | String | 预付分摊项的辅助核算选项 | 
| corpPayments.allocations.costTrackings.businessCode | String | 预付分摊项的辅助核算编码 | 
| corpPayments.allocations.costTrackings.tag | String | 预付分摊项的辅助核算属性 | 
| corpPayments.budgetExecUnitInfo.budgetaryAccountName | String | 预付业务占用的预算科目的名称 | 
| corpPayments.budgetExecUnitInfo.budgetaryAccountBizCode | String | 预付业务占用的预算科目的编码 | 
| corpPayments.budgetExecUnitInfo.budgetPeriodYear | String | 预付业务占用的预算单元格的预算年度 | 
| corpPayments.budgetExecUnitInfo.budgetPeriodType | String | 预付业务占用的预算单元格的预算周期,可能值为:年度、半年、季度、月度 | 
| corpPayments.budgetExecUnitInfo.budgetPeriodSeqNo | String | 预付业务占用的预算单元格的预算期数,可能值为:1~12 | 
| corpPayments.budgetExecUnitInfo.budgetTargetName | String | 预付业务占用的预算单位的名称 | 
| corpPayments.budgetExecUnitInfo.budgetTargetBizCode | String | 预付业务占用的预算控制单位的编码 | 
| corpPayments.budgetExecUnitInfo.budgetTargetType | String | 预付业务占用的预算控制单位的类型,可能值为:部门、业务实体、项目、个人 | 
| corpPayments.budgetExecUnitInfo.currentAmount | String | 预付业务占用的预算控制单元的金额 | 
| corpPayments.budgetExecUnitInfo.currentAmountCcy | String | 预付业务占用的预算控制单元金额的币种 | 
| corpPayments.corpDeductions. corpDeductionType  | 
string | 冲销类型,包括CORP_FEE(对公费用), CORP_PAYMENT(对公支付), CORP_REPAYMENT(对公收款) | 
| corpPayments.corpDeductions. corpDeductionDetailTypeCode  | 
string | 冲销的具体类型编码。如果费用则为费用类型编码;如果为支付则为支付类型编码; | 
| corpPayments.corpDeductions. corpDeductionDetailTypeName  | 
string | 冲销的具体类型名称。如果费用则为费用类型名称;如果为支付则为支付类型名称; | 
| corpPayments.corpDeductions. corpDeductionDetailTypeNameEs  | 
string | 冲销的具体类型名称 西班牙语。如果费用则为费用类型名称;如果为支付则为支付类型名称; | 
| corpPayments.corpDeductions.formName | string | 冲销单据事由 | 
| corpPayments.corpDeductions.formCode | string | 冲销单据编号 | 
| corpPayments.corpDeductions.deductionAmount | number | 本次冲销金额 | 
| corpPayments.corpDeductions.residualDeductionAmount | number | 剩余可冲金额 | 
| corpPayments.corpDeductions.accountingSubjectBizCode | string | 冲销的会计科目代码 | 
| corpPayments.corpDeductions.accountingSubjectFullName | string | 冲销的会计科目名称 | 
| corpPayments.corpDeductions.accountingSubjectCashFlowCode | string | 冲销的现金流量编码 | 
| corpPayments.corpDeductions.accountingSubjectCashFlowName | string | 冲销的现金流量 | 
| corpPayments.corpDeductions.accountingSubjectAccountingItems.name | string | 冲销会计科目的核算项目名称 | 
| corpPayments.corpDeductions.accountingSubjectAccountingItems.businessCode | string | 冲销会计科目的核算项目代码 | 
| corpPayments.corpDeductions.accountingSubjectAccountingItems.seq | int | 冲销会计科目的核算项目序号 | 
| corpSupplier.supplierName | string | 供应商名称 | 
| corpSupplier.supplierBusinessCode | string | 供应商编码 | 
| corpSupplier.supplierAccountName | string | 供应商收款账户户名 | 
| corpSupplier.supplierAccountBizCode | string | 供应商收款账户编码 | 
| corpSupplier.supplierAccount | string | 供应商收款账号 | 
| corpSupplier.supplierAccountBankName | string | 供应商收款开户银行 | 
| corpSupplier.supplierAccountBankBranchNo | string | 供应商收款银行行号 | 
| corpSupplier.supplierAccountBankBranchName | string | 供应商收款分支行信息 | 
| corpSupplier.supplierAccountBankBranchLocation | string | 供应商收款开户省市 | 
| corpSupplier.contactPhone | string | 供应商联系电话 | 
| corpSupplier.contactName | string | 供应商联系人姓名 | 
| corpSupplier.contactEmail | string | 供应商联系人邮箱 | 
| corpSupplier.contactAddress | string | 供应商联系地址 | 
| approval_process.user_code | string | 审批人编号 | 
| approval_process.user_name | string | 审批人名字 | 
| approval_process.approval_time | long | 审批时间 | 
| approval_process.taskName | string | 审批节点名称 | 
| approval_process.approvalComment | string | 审批意见 | 
| approval_process.taskCategory | string | 审批节点类型, APPROVAL, FINANCE_AUDIT | 
| payment | Payment | 支付信息 | 
| costTrackings | List<CostTracking> | 单据辅助核算列表信息 | 
| expenses | List<Expense> | 费用列表信息,只有对公到票业务才有值 | 
| corpPayments | List<CorpPayment> | 对公支付信息,对公预付业务才有值 | 
| corpSupplier | CorpSupplier | 供应商信息 | 
| latestCorpSupplier | CorpSupplier | 供应商最新信息 | 
| approval_process | List<ApprovalProcess> | 流程信息 | 
| finance_codes | string | 审核人编号 | 
| operationLogs | List<OperationLog> | 操作历史 | 
| baseCurrency | string | 本币 | 
| collectionToBaseExchangeRate | number | 收款币种到本币的汇率 | 
| baseAmount | number | 本币金额 | 
| attachments.fileName | string | 附件文件名 | 
| attachments.fileUrl | string | 附件下载地址 | 
| customFormValues | List<CustomFormValue> | 自定义字段信息 | 
| muchSupplier | boolean | 是否是多供应商 | 
| invoiceBagCode | string | 发票袋编码 | 
| contractInstallmentDetailDto | ContractInstallmentDetailDto | 关联分期合同信息 | 
ContractInstallmentDetailDto(关联分期合同信息)
| 参数 | 类型 | 描述 | 
|---|---|---|
| totalAmount | string | 支付金额合计 | 
| installmentDetailList | List | 
支付时间 | 
InstallmentDetail(分期合同信息)
| 参数 | 类型 | 描述 | 
|---|---|---|
| componentDataCode | string | maycur对应期数编码 | 
| installmentNumber | int | 期数 | 
| installmentAmount | String | 金额 | 
| installmentDate | String | 付款日期 | 
Payment(支付信息)
| 参数 | 类型 | 描述 | 
|---|---|---|
| currency | string | 支付本币 | 
| paidDate | long | 支付时间 | 
| payment_account | string | 付款账号 | 
| payment_account_name | string | 付款人名称 | 
| payment_account_code | string | 付款账号编码 | 
| collection_account | string | 收款账号 | 
| collection_account_name | string | 收款人 | 
| collectionBankProvince | string | 收款银行所在省 | 
| collectionBankCity | string | 收款银行所在市 | 
| collectionBankBranchNO | string | 收款银行联行号 | 
| cost_center | string | 成本中心编码 | 
| pay_amount | number | 支付金额(基于收款货币) | 
| collectionCurrency | currency | 收款货币 | 
| paymentSystemNumber | string | 支付系统单号 | 
| accountingSubjectBizCode | string | 支付方式对应的会计科目代码 | 
| accountingSubjectFullName | string | 支付方式对应的会计科目名称 | 
| accountingSubjectCashFlowCode | string | 支付方式对应的现金流量编码 | 
| accountingSubjectCashFlowName | string | 支付方式对应的现金流量 | 
| accountingSubjectAccountingItems.name | string | 支付方式对应会计科目的核算项目名称 | 
| accountingSubjectAccountingItems.businessCode | string | 支付方式对应会计科目的核算项目代码 | 
| accountingSubjectAccountingItems.seq | int | 支付方式对应会计科目的核算项目序号 | 
CostTracking(辅助核算)
| 参数 | 类型 | 描述 | 
|---|---|---|
| name | string | 辅助核算名称 | 
| bizCode | string | 辅助核算编码 | 
| value | string | 辅助核算选项 | 
| businessCode | string | 辅助核算选项编码 | 
Expense(费用)
| 参数 | 类型 | 描述 | 
|---|---|---|
| expense_type | string | 费用类型 | 
| expense_type_name | string | 费用类型名称 | 
| expense_type_parent_name | string | 费用类型大类名称 | 
| expenseTypeTag | List<ExpenseTypeTag> | 费用标签信息 | 
| amount_original | number | 原费用金额(收款币种) | 
| amount_approved | number | 调整后的费用金额(收款币种) | 
| baseAmount | number | 原费用金额(本币) | 
| baseApprovedAmount | number | 调整后的费用金额(本币) | 
| tax_rate | number | 费用税率 | 
| tax_amount | number | 费用税额 | 
| tax_code | string | 费用税率编码 | 
| deduction_amount | number | 费用抵扣税额 | 
| transferred_amount | number | 费用转出税额 | 
| deductionFlag | bool | 费用是否抵扣 | 
| is_booking | String | 入账类型 Y:入账 N:非入账 | 
| baseCurrency | currency | 本币 | 
| collBaseExchangeRate | number | 收款货币与本币汇率 | 
| comments | string | 消费事由 | 
| currentPaymentAmount | number | 本期支付金额 | 
| accountingSubjectBizCode | string | 费用对应的会计科目代码 | 
| accountingSubjectFullName | string | 费用对应的会计科目名称 | 
| accountingSubjectCashFlowCode | string | 费用对应的现金流量编码 | 
| accountingSubjectCashFlowName | string | 费用对应的现金流量 | 
| accountingSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 费用对应会计科目的核算项目信息 | 
| transferSubjectBizCode | string | 转出对应的会计科目代码 | 
| transferSubjectFullName | string | 转出对应的会计科目名称 | 
| transferSubjectCashFlowCode | string | 转出对应的现金流量编码 | 
| transferSubjectCashFlowName | string | 转出对应的现金流量 | 
| transferSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 转出对应会计科目的核算项目信息 | 
| taxAccountingSubjectBizCode | string | 税率对应的会计科目代码 | 
| taxAccountingSubjectFullName | string | 税率对应的会计科目名称 | 
| taxAccountingSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 税率对应会计科目的核算项目信息 | 
| transferTaxAccountingSubjectBizCode | string | 转出税率对应的会计科目代码 | 
| transferTaxAccountingSubjectFullName | string | 转出税率对应的会计科目名称 | 
| transferTaxAccountingSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 转出税率对应会计科目的核算项目信息 | 
| taxAccountingSubjectCashFlowCode | string | 税率对应的现金流量编码 | 
| taxAccountingSubjectCashFlowName | string | 税率对应的现金流量 | 
| taxAccountingSubjectTransferCashFlowCode | string | 转出税率对应的现金流量编码 | 
| taxAccountingSubjectTransferCashFlowName | string | 转出税率对应的现金流量 | 
| costTrackings | List<CostTracking> | 费用辅助核算列表信息 | 
| correlation | Correlation | 关联申请单信息 | 
| expenseAllocations | List<ExpenseAllocation> | 费用分摊信息 | 
| invoiceList | List<Invoice> | 发票信息 | 
| corpDeductions | List<CorpDeduction> | 对公冲销信息 | 
| budgetExecUnitInfo | List<BudgetExecUnitInfo> | 预算占用信息,详见预算占用信息说明 | 
| corpSupplier | CorpSupplier | 供应商信息 | 
| contractId | String | 合同id | 
| contractBusinessCode | string | 合同单据号 | 
| remittanceNotes | String | 汇款备注 | 
| payment | Payment | 支付信息(多供应商) | 
ExpenseTypeTag(费用标签信息)
| 参数 | 类型 | 描述 | 
|---|---|---|
| expenseTypeTagBizCode | string | 费用标签编码 | 
| expenseTypeTagName | string | 费用标签名称 | 
Correlation(关联申请单信息)
| 参数 | 类型 | 描述 | 
|---|---|---|
| correlationPattern | string | 申请单关联模式 | 
| consumeFeeCode | string | 关联费用 | 
| consumeFeeType | string | 费用类型 | 
| consumeFeeTypeCode | string | 关联费用类型编码 | 
| consumeFeeAmount | string | 占用额度金额 | 
| consumeFeeCurrency | string | 币种 | 
| budgetaryAccountName | string | 预算科目 | 
| budgetPeriodDesc | string | 预算期间 | 
| budgetTargetName | string | 预算控制单位 | 
| consumeFormCode | string | 关联的消费申请编码 | 
ExpenseAllocation(费用分摊)
| 参数 | 类型 | 描述 | 
|---|---|---|
| coverEmployeeNo | string | 费用分摊项承担人工号 | 
| coverUserPositionBizCode | string | 费用分摊项承担人职务编码 | 
| coverUserPositionName | string | 费用分摊项承担人职务名称 | 
| coverDepartmentBizCode | string | 费用分摊项承担部门编码 | 
| coverCostCenterCode | string | 费用分摊项承担部门对应成本中心编码 | 
| coverEmployeeCustFields | Map | 费用分摊项承担人自定义字段键值对,例如{"cust_field_1":"自定义字段1"} | 
| allocatedRatio | number | 费用分摊项承担比例 | 
| allocatedAmount | number | 费用分摊项承担金额(收款币种) | 
| baseAmount | number | 费用分摊项承担金额(本币) | 
| coverCostCenterCode | string | 承担部门对应的成本中心编码 | 
| accountingSubjectBizCode | string | 费用分摊项对应的会计科目代码 | 
| accountingSubjectFullName | string | 费用分摊项对应的会计科目名称 | 
| accountingSubjectCashFlowCode | string | 费用分摊项对应的现金流量编码 | 
| accountingSubjectCashFlowName | string | 费用分摊项对应的现金流量 | 
| accountingSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 费用分摊项对应会计科目的核算项目信息 | 
| costTrackings | List<CostTracking> | 费用分摊项辅助核算信息 | 
| budgetExecUnitInfo | List<BudgetExecUnitInfo> | 费用分摊项占用的预算占用信息,详见预算占用信息说明 | 
AccountingSubjectAccountingItem(会计科目核算项目)
| 参数 | 类型 | 描述 | 
|---|---|---|
| name | string | 会计科目的核算项目名称 | 
| businessCode | string | 会计科目的核算项目代码 | 
| seq | int | 会计科目的核算项目序号 | 
BudgetExecUnitInfo(预算占用信息)
| 参数 | 类型 | 描述 | 
|---|---|---|
| budgetaryAccountName | string | 预算科目的名称 | 
| budgetaryAccountBizCode | string | 预算科目的编码 | 
| budgetPeriodYear | number | 预算单元格的预算年度 | 
| budgetPeriodType | string | 预算单元格的预算周期,可能值为:YEAR(年度)、HALF_YEAR(半年)、QUARTER(季度)、MONTH(月度) | 
| budgetPeriodSeqNo | number | 预算单元格的预算期数,可能值为:1~12 | 
| budgetTargetName | string | 预算单位的名称 | 
| budgetTargetBizCode | string | 预算控制单位的编码 | 
| budgetTargetType | string | 预算控制单位的类型,可能值为:DEPARTMENT(部门)、SUBSIDIARY(业务实体)、AUX_ACCOUNTING(项目)、PERSONAL(个人) | 
| currentAmount | number | 预算控制单元的金额 | 
| currentAmountCcy | string | 预算控制单元金额的币种 | 
Invoice(发票)
| 参数 | 类型 | 描述 | 
|---|---|---|
| buyerName | string | 购方名称 | 
| buyerTaxNumber | string | 购方税号 | 
| buyerAddressPhone | string | 购方地址和电话 | 
| buyerBankAccount | string | 购方开户行及账号 | 
| invoiceCode | string | 发票代码 | 
| invoiceNumber | string | 发票号码 | 
| issueDate | string | 开票日期 | 
| totalPriceAmount | string | 税前金额合计 | 
| totalTaxAmount | string | 税额合计 | 
| totalPriceAndTax | string | 价税合计 | 
| supplierName | string | 售方名称 | 
| supplierAddress | string | 售方地址和电话 | 
| supplierTaxNumber | string | 售方税号 | 
| supplierBankAccount | string | 售方账号 | 
| modified | boolean | 是否修改 | 
| supplierPhone | string | 售方联系电话 | 
| validateStatus | string | 是否验真 | 
| validateStatusDesc | string | 是否验真描述 | 
| cancelled | string | 发票状态, NORMAL 正常; RED_FLUSH 红冲; CANCEL 作废; PART_RED_FLUSH 部分红冲; ALL_RED_FLUSH 全部红冲 | 
| remark | string | 备注 | 
| checksum | string | 校验码 | 
| bizType | string | 业务类型 | 
| bizTypeDesc | string | 业务类型描述 | 
| invoiceTypeDesc | string | 发票类型, 可能的值为增值税普通发票, 增值税电子普通发票, 增值税专用发票, 其他, 飞机票, 火车票, 出租车票, 过路费发票, 客运汽车票 | 
| passenger | string | 乘客姓名 | 
| vehicleNumber | string | 航班号 | 
| departureLocation | string | 出发地 | 
| destinationLocation | string | 目的地 | 
| departureTime | string | 出发时间 | 
| arrivalTime | string | 抵达时间 | 
| seatName | string | 座位类型 | 
| taxiLicensePlate | string | 车牌号 | 
| lineItems.name | string | 货物名称 | 
| lineItems.priceAmount | string | 金额 | 
| lineItems.taxRate | string | 税额 | 
| lineItems.taxAmount | string | 税率 | 
| attachments.fileDownloadUrl | string | 发票附件下载链接,有效期1个小时 | 
CorpDeduction(对公冲销)
| 参数 | 类型 | 描述 | 
|---|---|---|
| corpDeductionType | string | 冲销类型,包括CORP_FEE(对公费用), CORP_PAYMENT(对公支付), CORP_REPAYMENT(对公收款) | 
corpDeductionDetailTypeCode  | 
string | 冲销的具体类型编码。如果费用则为费用类型编码;如果为支付则为支付类型编码; | 
corpDeductionDetailTypeName  | 
string | 冲销的具体类型名称。如果费用则为费用类型名称;如果为支付则为支付类型名称; | 
| formName | string | 冲销单据事由 | 
| formCode | string | 冲销单据编号 | 
| expenseType | string | 冲销费用类型 | 
| expenseTypeName | string | 冲销费用类型名称 | 
| deductionAmount | number | 本次冲销金额 | 
| residualDeductionAmount | number | 剩余可冲金额 | 
| accountingSubjectBizCode | string | 冲销对应的会计科目代码 | 
| accountingSubjectFullName | string | 冲销对应的会计科目名称 | 
| accountingSubjectCashFlowCode | string | 冲销对应的现金流量编码 | 
| accountingSubjectCashFlowName | string | 冲销对应的现金流量 | 
| accountingSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 冲销对应会计科目的核算项目信息 | 
| budgetExecUnitInfo | List<BudgetExecUnitInfo> | 冲销对应的预算占用信息 | 
CorpPayment(对公支付)
| 参数 | 类型 | 描述 | 
|---|---|---|
| feeTypeCode | string | 支付的费用类型 | 
| feeTypeName | string | 支付的费用类型名称 | 
| expenseTypeTag | List<ExpenseTypeTag> | 费用标签信息 | 
| accountingSubjectBizCode | string | 支付类型对应的会计科目代码 | 
| accountingSubjectFullName | string | 支付类型对应的会计科目名称 | 
| accountingSubjectCashFlowCode | string | 支付类型对应的现金流量编码 | 
| accountingSubjectCashFlowName | string | 支付类型对应的现金流量 | 
| accountingSubjectAccountingItems | List<AccountingSubjectAccountingItem> | 支付类型对应会计科目的核算项目信息 | 
| paymentAmount | number | 原支付金额(收款币种) | 
| approvedPaymentAmount | number | 调整后的支付金额(收款币种) | 
| corpPaymentTypeBizCode | string | 支付类型编码 | 
| corpPaymentTypeName | string | 支付类型名称 | 
| baseAmount | number | 原支付金额(本币) | 
| approvedBaseAmount | number | 调整后的支付金额(本币) | 
| estimatedInvoiceDate | date | 预计到票时间 | 
| estimatedRepaymentDate | date | 预计收回时间 | 
| feeTypeCode | String | 支付的费用类型 | 
| feeTypeName | String | 支付的费用类型名称 | 
| budgetExecUnitInfo | List<BudgetExecUnitInfo> | 支付费用对应的预算占用信息,详见预算占用信息说明 | 
| corpDeductions | List<CorpDeduction> | 对公冲销信息 | 
| corpSupplier | CorpSupplier | 供应商信息 | 
| contractId | String | 合同id | 
| contractBusinessCode | string | 合同单据号 | 
| remittanceNotes | String | 汇款备注 | 
| payment | Payment | 支付信息(多供应商) | 
CorpSupplier(供应商)
| 参数 | 类型 | 描述 | 
|---|---|---|
| supplierName | string | 供应商名称 | 
| supplierType | string | 供应商类型,CORP(公司)、SELF_EMPLOYED(个体工商户) | 
| supplierBusinessCode | string | 供应商编码 | 
| supplierAccountName | string | 供应商收款账户户名 | 
| supplierAccountBizCode | string | 供应商收款账户编码 | 
| supplierAccount | string | 供应商收款账号 | 
| supplierAccountBankName | string | 供应商收款开户银行 | 
| supplierAccountBankBranchNo | string | 供应商收款银行行号 | 
| supplierAccountBankBranchName | string | 供应商收款分支行信息 | 
| supplierAccountBankBranchLocation | string | 供应商收款开户省市 | 
| contactPhone | string | 供应商联系电话 | 
| contactName | string | 供应商联系人姓名 | 
| contactEmail | string | 供应商联系人邮箱 | 
| contactAddress | string | 供应商联系地址 | 
ApprovalProcess(流程)
| 参数 | 类型 | 描述 | 
|---|---|---|
| user_code | string | 审批人编号 | 
| user_name | string | 审批人名字 | 
| approval_time | long | 审批时间 | 
| taskName | string | 审批节点名称 | 
| approvalComment | string | 审批意见 | 
| taskCategory | string | 审批节点类型, APPROVAL, FINANCE_AUDIT | 
OperationLog(操作历史)
| 参数 | 类型 | 描述 | 
|---|---|---|
| opType | string | 操作类型, SUBMIT(提交), RECALL(召回), AGREE(同意), REJECT(驳回) | 
| userName | string | 操作人 | 
| comment | string | 通过/驳回意见 | 
| opTime | date | 操作时间 | 
CustomFormValue(自定义字段)
| 参数 | 类型 | 描述 | 
|---|---|---|
| name | string | 自定义字段名称 | 
| identifier | string | 自定义字段占位符 | 
| type | string | 自定义字段类型 | 
| value | string | 自定义字段内容 | 
| optionBizCode | string | 选项编码 | 
| detailFieldValues | List<Map<String,String>> | 明细表格内容 | 
detailFieldValues 里面多了一个结构
| 参数 | 类型 | 描述 | 
|---|---|---|
| optionInfo | Map | 
明细字段包含选项的信息 | 
{
  "detailFieldValues": [
    {
      "field21": "选项2,选项3",
      "field22": "选项1,选项2",
      "optionInfo": {
        "field21": {
          "value": "选项2,选项3",
          "optionBizCode": "xuanxiang2,xuanxiang3"
        },
        "field22": {
          "value": "选项1,选项2",
          "optionBizCode": "xuanxiang1,xuanxiang2"
        }
      }
    }
  ]
}
预算占用信息说明
每刻有两种预算模式,费用预算和资金预算。
在费用预算模式下,对公到票业务预算占用信息在expenses.expenseAllocations.budgetExecUnitInfo。
在资金预算模式下,对公到票业务预算占用信息expenses.budgetExecUnitInfo上,对公预付 业务预算占用信息在corpPayments.budgetExecUnitInfo。