- IT信息化80端口
- IT信息化8050端口
- 财务开票系统
- 精细化开放接口
- IT信息化文档
- 基本权限申请地址
- 信息化系统
- 工资表
- 总览图
- 考勤表(attend)
- 日常绩效表(daily)
- 薪资补贴表(salary)
- 提成奖金表(special)
- 五险一金表(fund)
- 奖励表(reward)
- 扣减表(cut)
- 税表(tax)
- 离职补偿表(quit)
- 劳务表(service)
- 公式和方法
- 薪资表合计方法:calculateSalaryTotal
- 旷工:calculateCountAttendAbsent
- 迟到相关运算方法:calculateCountAttendLate
- 病假:calculateCountAttendSickLeave
- 事假:calculateCountAttendThingLeave
- 入离职扣减:calculateCountAttendEntryQuit
- 试用期差额扣减 :calculateCountAttendTryReduce
- 加班薪资:calculateCountAttendOverWork
- 考勤绩效扣减:calculateCountAttendOtherReduce
- 报告绩效工资扣减:calculateReportReduce
- 研发人员职能绩效扣减:calculateStudyReduce
- 职能绩效扣减 和 商务绩效扣减:calculateReduce
- 日常绩效表-合计:calculateDailyTotal
- 日常绩效表-报告绩效奖励:calculateReportAwards
- 薪资表-合计:calculateSalaryAllowanceTotal
- 提成奖金表:calculateSpecialTotal
- 五险一金表:calculateFundTotal
- 奖励表-合计:calculateRewardTotal
- 扣减表-合计:calculateCutTotal
- 税表:calculateTax
- 离职补偿表:calculateQuit
- 劳务费表:calculateService
- 归档文件
- 其他信息化系统
V2变更办理-加BOM版本
POST
pm/bian-geng/do-handler-v2
最后修改时间:2024-02-26 03:16:33
责任人:应久生
请求参数
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
Body 参数application/json
orderId
string
订单Id
biangengId
string
变更ID
remark
string
办理备注
biangengContentList
array [object {3}]
办理内容
biangengContentId
integer
变更内容ID
assess
object
售前的内容(新增产品必传)
excute
object
项目经理内容(中止产品必传)
示例
{
"debug": 1,
"orderId": "202402190005",
"biangengId": "634",
"remark": "办理备注信息",
"biangengContentList": [
{
"biangengContentId": 1019,
"assess": {
"assessPrice": 20,
"assessDetail": "dd",
"workTime": "1",
"isWaibao": "1",
"waibaoPrice": "11",
"remark": "1111",
"bomDetail":[{"firstLevel":"资源费","secondLevel":"云服务费","explain":"描述字段","specsList":[{"specs":"规格字段","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]},{"firstLevel":"资源费","secondLevel":"其他资源","explain":"描述字段","specsList":[{"specs":"规格字段","count":1.1,"unit":"单位字段","price":10,"other":[{"title":"更多成本","type":"number","value":"d"},{"title":"10102012","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]}]
},
"excute": {
"costFee": 0,
"attachment": [],
"excuteRemark":""
}
}
]
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'pm/bian-geng/do-handler-v2' \
--header 'Authorization: {{AUTH_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"debug": 1,
"orderId": "202402190005",
"biangengId": "634",
"remark": "办理备注信息",
"biangengContentList": [
{
"biangengContentId": 1019,
"assess": {
"assessPrice": 20,
"assessDetail": "dd",
"workTime": "1",
"isWaibao": "1",
"waibaoPrice": "11",
"remark": "1111",
"bomDetail":[{"firstLevel":"资源费","secondLevel":"云服务费","explain":"描述字段","specsList":[{"specs":"规格字段","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]},{"firstLevel":"资源费","secondLevel":"其他资源","explain":"描述字段","specsList":[{"specs":"规格字段","count":1.1,"unit":"单位字段","price":10,"other":[{"title":"更多成本","type":"number","value":"d"},{"title":"10102012","value":"d"}]},{"specs":"规格字段22","count":11,"unit":"单位字段","price":10,"other":[{"title":"市场参考报价","type":"number","value":"d"}]}]}]
},
"excute": {
"costFee": 0,
"attachment": [],
"excuteRemark":""
}
}
]
}'
返回响应
🟢200成功
application/json
Body
object {0}
示例
{}
修改于 2024-02-26 03:16:33