POST xuner/bi/erp/action

erp单据动作

请求信息

URI 参数

无。

Body 参数

action_req
名称描述类型附加信息
ActionCode

动作编码

string

无。

YwCode

业务编号

string

无。

SCode

单号

string

无。

请求格式

application/json, text/json

样例:
{
  "ActionCode": "sample string 1",
  "YwCode": "sample string 2",
  "SCode": "sample string 3"
}

响应信息

资源描述

erp单据动作

gXopResponseOfdel_res
名称描述类型附加信息
data

del_res

无。

desc

错误信息

string

无。

result

响应代码 1 成功 1011 令牌失效 0或其它 请求错误

integer

无。

响应格式

application/json, text/json

样例:
{
  "data": {
    "returnData": "sample string 1"
  },
  "desc": "sample string 1",
  "result": 2
}