接口地址

  1. /hr-ty-spd/save/order/status

HTTP方法

  1. post

请求参数类型

  1. body

请求参数示例

  1. [
  2. {
  3. "vencuscode": "ERP客户编码",
  4. "pocode": "TEST-001",
  5. "postatus": 6
  6. },
  7. {
  8. "vencuscode": "ERP客户编码",
  9. "pocode": "TEST-002",
  10. "postatus": 6
  11. }
  12. ]

请求参数说明

字段 字段名称 类型 必填
vencuscode ERP客户编码 String
pocode 采购订单单号 String
postatus 订单状态 Integer

返回结果示例

返回成功
  1. {
  2. "code": 200,
  3. "msg": null,
  4. "result": null
  5. }

处理失败
  1. {
  2. "code": 405,
  3. "msg": "XXXX",
  4. "result": null
  5. }