接口描述:

发送耗材申请单,请求头中携带token。
token为获取token

请求路径:

http://121.37.232.125/seeyon/rest/bpm/process/start

请求方式:

Post

请求参数:

  • Header
参数名 参数值 必填 描述
Content-Type application/json Y
token Y
  • Param
  • Body
    {
      "data": {
          "data": {
              "formmain_3225": {
                  "学校名称": "***学校"
              },
              "formson_3227": [
                  {
                      "机器型号_碳粉明细": "12312",
                      "机身号码-碳粉明细": "1321",
                      "碳粉颜色_碳粉明细": "白色"
                  },
                  {
                      "机器型号_碳粉明细": "12312",
                      "机身号码-碳粉明细": "1321",
                      "碳粉颜色_碳粉明细": "白色"
                  }
              ],
              "formson_3226": [
                  {
                      "机器型号_纸张明细": "3213",
                      "机身号码-纸张明细": "1231",
                      "纸张类型_纸张明细": "A4"
                  },
                   {
                      "机器型号_纸张明细": "3213",
                      "机身号码-纸张明细": "1231",
                      "纸张类型_纸张明细": "A4"
                  }
              ]
          },
          "draft": "0",
          "templateCode": "consumable"
      },
      "appName": "collaboration"
    }

返回参数:

{
    "code":0,//0代表成功
    "data":{
    },
    "message":""
}
文档更新时间: 2023-09-07 09:58   作者:吴温立