创建订单
POST
pm/order/create-order
最后修改时间:2023-01-09 06:07:21
责任人:应久生
请求参数
Query 参数
debug
integer
可选
示例值:
{{DEBUG}}
Header 参数
Authorization
string
可选
默认值:
{{AUTH_TOKEN}}
Body 参数multipart/form-data
customerId
string
客户ID
示例值:
178977204
customerName
string
crm客户名
示例值:
测试2
customerCompany
string
客户企业名称
示例值:
北京的清博智能0628
projectName
string
项目名称
示例值:
测试项目名称
remark
string
备注
示例值:
测试备注
attachment[0][fileName]
string
可选
示例值:
测试文档1
attachment[0][fileUrl]
string
可选
示例值:
测试文档地址1
attachment[1][fileName]
string
可选
示例值:
测试文档2
attachment[1][fileUrl]
string
可选
示例值:
测试文档地址2
productList[0][productId]
string
可选
示例值:
1
productList[0][amount]
string
可选
示例值:
1
productList[0][price]
string
可选
示例值:
500
productList[0][productM][0][productMId]
string
可选
示例值:
1
productList[0][productM][0][productMPrice]
string
可选
示例值:
100
productList[0][productM][0][productMBillingType]
string
可选
示例值:
unit
productList[0][productM][0][productMAmount][0][flag]
string
可选
示例值:
*
productList[0][productM][0][productMAmount][0][num]
string
可选
示例值:
1
productList[0][productM][0][productMAmount][0][val]
string
可选
示例值:
套
productList[0][productM][1][productMId]
string
可选
示例值:
2
productList[0][productM][1][productMPrice]
string
可选
示例值:
400
productList[0][productM][1][productMBillingType]
string
可选
示例值:
unit
productList[0][productM][1][productMAmount][0][flag]
string
可选
示例值:
*
productList[0][productM][1][productMAmount][0][num]
string
可选
示例值:
2
productList[0][productM][1][productMAmount][0][val]
string
可选
示例值:
年
productList[0][productM][1][productMAmount][1][flag]
string
可选
示例值:
*
productList[0][productM][1][productMAmount][1][num]
string
可选
示例值:
1
productList[0][productM][1][productMAmount][1][val]
string
可选
示例值:
套
productList[0][remark]
string
备注说明
示例值:
这是产品1 的测试备注
productList[1][productId]
string
可选
示例值:
2
productList[1][customerDemand]
string
可选
示例值:
需求说明
productList[1][customerGiven]
string
非标准化产品交付物
示例值:
产品交付物
productList[1][customerAdditionNote]
string
非标准化补充说明
示例值:
补充说明
productList[1][customerAttachment][0][fileName]
string
可选
示例值:
文档1
productList[1][customerAttachment][0][fileUrl]
string
可选
示例值:
文档地址1
productList[1][customerAttachment][1][fileName]
string
可选
示例值:
文档2
productList[1][customerAttachment][1][fileUrl]
string
可选
示例值:
文档地址2
approvalUser[0][userid]
string
审批人数组
示例值:
042306354323918862
approvalUser[0][name]
string
可选
示例值:
应久生
approvalUser[1][userid]
string
可选
示例值:
0166656500-1061058887
approvalUser[1][name]
string
可选
示例值:
罗亚江
ccUser[0][userid]
string
抄送人数组
示例值:
042306354323918862
ccUser[0][name]
string
可选
示例值:
应久生
ccUser[1][userid]
string
可选
示例值:
0166656500-1061058887
ccUser[1][name]
string
可选
示例值:
罗亚江
handlerUser[0][userid]
string
处理人数组
示例值:
042306354323918862
handlerUser[0][name]
string
可选
示例值:
应久生
workTime
string
可选
示例值:
预估工时
orderType
string
必需
示例值:
1
debug
string
可选
默认值:
{{DEBUG}}
示例代码
返回响应
修改于 2023-01-09 06:07:21