- V4.2.4
- 基线
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- 嗨报销(app)-挂帐单
- 嗨报销(app)-大数据
- 请款(app)
- V4.4.0
- 嗨报销(app)-报销
- 嗨报销(app)-挂帐单
- 嗨报销(app)-发票
- Copyright (C) 正大天晴药业集团股份有限公司
- 核心接口
- 嗨报销(app)-大数据
- 嗨报销(app)-报销
- 嗨报销(app)-公共
- 嗨报销(app)-发票
- v4.4.1
- v4.3.4
- v4.3.5
- v4.4.0.1
- v4.5.0.1
- V4.5.3
- v4.5.1.1
- v4.5.4
- v4.5.6
- v4.5.7
- 智审v1.1.0
addExpAccountingBatch
POST
/app/exp/addExpAccountingBatch
请求参数
Body 参数application/json
cid
string | null
可选
name
string | null
可选
appSource
string | null
可选
reqSource
string | null
可选
personCode
string | null
可选
serialNum
integer | null
业务序号
businessTypeCode
string | null
业务类型编码
businessTypeName
string | null
业务类型名称
businessId
string | null
业务id
businessName
string | null
业务名称
businessExtend
string | null
业务扩展
planNo
string | null
计划ID
taxRate
string | null
srm订单税率
amountExplain
string | null
可选
orderInfo
string | null
可选
expAccountingS
array[object (ExpAccountDTO) {16}] | null
可选
invoiceId
string | null
可选
invoiceClassify
string | null
可选
invoiceCreateTime
string | null
可选
invoiceAmount
number | null
必需
invoiceTax
number | null
可选
invoicePayee
string | null
可选
invoiceComment
string | null
可选
extend
string | null
可选
serialNum
integer | null
必需
invoiceTaxRate
string | null
可选
invoiceTitleCode
string | null
可选
invoiceTitleName
string | null
可选
remark
string | null
可选
invoiceFlag
string | null
可选
currency
string | null
可选
invoiceCode
string | null
可选
bindingOrderDTOS
array[object (BindingOrderReqDTO) {7}] | null
可选
serviceFlag
integer | null
可选
amountExplain
string | null
可选
orderDetailId
integer | null
可选
purchaseType
string | null
可选
currency
string | null
可选
receiveNos
array[string] | null
可选
checkedNos
array[string] | null
可选
contractCode
string | null
合同号
noContractExplain
string | null
可选
companyCode
string | null
可选
示例
{
"cid": "string",
"name": "string",
"appSource": "string",
"reqSource": "string",
"personCode": "string",
"serialNum": 0,
"businessTypeCode": "string",
"businessTypeName": "string",
"businessId": "string",
"businessName": "string",
"businessExtend": "string",
"planNo": "string",
"taxRate": "string",
"amountExplain": "string",
"orderInfo": "string",
"expAccountingS": [
{
"invoiceId": "string",
"invoiceClassify": "string",
"invoiceCreateTime": "string",
"invoiceAmount": 0,
"invoiceTax": 0,
"invoicePayee": "string",
"invoiceComment": "string",
"extend": "string",
"serialNum": 0,
"invoiceTaxRate": "string",
"invoiceTitleCode": "string",
"invoiceTitleName": "string",
"remark": "string",
"invoiceFlag": "string",
"currency": "string",
"invoiceCode": "string"
}
],
"bindingOrderDTOS": [
{
"serviceFlag": 0,
"amountExplain": "string",
"orderDetailId": 0,
"purchaseType": "string",
"currency": "string",
"receiveNos": [
"string"
],
"checkedNos": [
"string"
]
}
],
"contractCode": "string",
"noContractExplain": "string",
"companyCode": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/app/exp/addExpAccountingBatch' \
--header 'Content-Type: application/json' \
--data-raw ''
返回响应
🟢200成功
application/json
Body
com.cttq.framework.common.base.Result
msgCode
string | null
消息码
message
string | null
消息描述
sysMessage
string | null
消息描述
responseData
object ()
业务数据
ext
object (Object)
扩展数据
iTotalRecords
integer | null
可选
iTotalDisplayRecords
integer | null
可选
示例
{
"msgCode": "",
"message": "",
"sysMessage": "",
"responseData": {},
"ext": {},
"iTotalRecords": 0,
"iTotalDisplayRecords": 0
}
修改于 2024-03-15 08:58:09