POST xuner/bi/erp/save

erp单据保存

请求信息

URI 参数

无。

Body 参数

save_req
名称描述类型附加信息
YwCode

业务编号

string

无。

EditFlag

编辑标识

integer

无。

SCode

单号

string

无。

Parameter

明细数据

Collection of XField

无。

VipOpenpos_sale_codes

vip开卡单号

string

无。

FrmType

界面id

integer

无。

TbIndex

表格id

integer

无。

请求格式

application/json, text/json

样例:
{
  "YwCode": "sample string 1",
  "EditFlag": 2,
  "SCode": "sample string 3",
  "Parameter": [
    {
      "Code": "sample string 1",
      "Value": "sample string 2"
    },
    {
      "Code": "sample string 1",
      "Value": "sample string 2"
    }
  ],
  "VipOpenpos_sale_codes": "sample string 4",
  "FrmType": 5,
  "TbIndex": 6
}

响应信息

资源描述

erp单据保存

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

save_res

无。

desc

错误信息

string

无。

result

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

integer

无。

响应格式

application/json, text/json

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