新增资产
POST
https://v4.fenxi365.com/api/assets
最后修改时间:2024-04-25 16:53:32
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/assets' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
{
"success": false,
"code": 0,
"msg": "",
"data": {}
}
请求参数
Body 参数application/json
id
integer | null
可选
accountSetsId
integer | null
可选
code
string | null
可选
name
string | null
可选
assetsTypeId
integer | null
可选
startDate
string | null
可选
addType
integer | null
可选
specification
string | null
可选
supplier
string | null
可选
deptId
integer | null
可选
entryDate
string | null
可选
depreciationMethod
string | null
可选
assetsSubjectCode
string | null
可选
totalDepreciationSubjectCode
string | null
可选
assetsCleanSubjectCode
string | null
可选
depreciationExpenseSubjectCode
string | null
可选
originalValue
number | null
可选
useMonth
integer | null
可选
expectUseMonth
integer | null
可选
remainingUseMonth
integer | null
可选
residualRate
number | null
可选
expectResidualRate
number | null
可选
totalDepreciation
number | null
可选
yearTotalDepreciation
number | null
可选
beforeYearTotalDepreciation
number | null
可选
currentMonthDepreciation
number | null
可选
status
integer | null
可选
reduceType
string | null
可选
reduceDate
string | null
可选
remark
string | null
可选
isVoucher
boolean | null
可选
isPeriod
boolean | null
可选
createDateTime
string | null
可选
disposeType
enum<string> | enum<null>
处置类型
枚举值:
SELLSCRAPOTHER
disposeCheckDate
string | null
处置期间
示例
返回响应
🟢200成功
application/json
Body
<p>****************************************************************************</p>
<p><b>Copyright © 2010-2019纷析云(杭州)科技有限公司All Rights Reserved<b></p>
<ul style="margin:15px;">
<li>Description : 统一返回请求结果</li>
<li>Version : 1.0</li>
<li>Creation : 2019年11月18日</li>
<li>@author : ____′↘夏悸</li>
</ul>
<p>****************************************************************************</p>
success
boolean | null
可选
默认值:
true
code
integer | null
可选
默认值:
200
msg
string | null
可选
data
object (Assets)
可选
id
integer | null
可选
accountSetsId
integer | null
可选
code
string | null
可选
name
string | null
可选
assetsTypeId
integer | null
可选
startDate
string | null
可选
addType
integer | null
可选
specification
string | null
可选
supplier
string | null
可选
deptId
integer | null
可选
entryDate
string | null
可选
depreciationMethod
string | null
可选
assetsSubjectCode
string | null
可选
totalDepreciationSubjectCode
string | null
可选
assetsCleanSubjectCode
string | null
可选
depreciationExpenseSubjectCode
string | null
可选
originalValue
number | null
可选
useMonth
integer | null
可选
expectUseMonth
integer | null
可选
remainingUseMonth
integer | null
可选
residualRate
number | null
可选
expectResidualRate
number | null
可选
totalDepreciation
number | null
可选
yearTotalDepreciation
number | null
可选
beforeYearTotalDepreciation
number | null
可选
currentMonthDepreciation
number | null
可选
status
integer | null
可选
reduceType
string | null
可选
reduceDate
string | null
可选
remark
string | null
可选
isVoucher
boolean | null
可选
isPeriod
boolean | null
可选
createDateTime
string | null
可选
disposeType
enum<string> | enum<null>
处置类型
枚举值:
SELLSCRAPOTHER
disposeCheckDate
string | null
处置期间
修改于 2024-04-25 16:53:32