美文网首页
云采到货单签收传NC接口文档

云采到货单签收传NC接口文档

作者: 半月_f1d9 | 来源:发表于2017-11-30 14:55 被阅读0次

云采到货单签收传NC


用途

此接口为云采到货单签收传NC接口

版本

V1

URL

http://ip:port/gwmanage/ncpu/6x/signnum/approve

Method

POST

请求格式

JOSN

URL参数
Key 参数类型 是否必传 备注
appid String 授权码
tenantId String 租户ID
请求参数

{
"data":"test data"
}

请求参数说明
Key 字段类型 是否必传 说明
data String 请求数据
成功返回

{
"status" : "success",
"data" : String类型data
}

返回结果说明
Key 字段类型 说明
status String 结果成功为"success"
data String NC服务返回结果
请求失败返回

{
"status" : "failed",
"errorcode" : 失败数据中的errorcode,
"errormsg" : 失败数据中的errormsg,
"errorstack" : 失败数据中的errorstack
}

返回结果说明
Key 字段类型 说明
status String 结果失败为"failed"
errorcode String NC服务返回失败结果的errorcode
errormsg String NC服务返回失败结果的errormsg
errorstack String NC服务返回失败结果的errorstack
请求异常

"status" : "failed",
"errorcode" : 失败数据中的errorcode,
"errormsg" : 网关异常的errorcode,
"errorstack" : 异常信息
}

返回结果说明
Key 字段类型 说明
status String 结果失败为"failed"
errorcode String 异常的errorcode,是GWException
errormsg String 异常消息

相关文章

网友评论

      本文标题:云采到货单签收传NC接口文档

      本文链接:https://www.haomeiwen.com/subject/yozubxtx.html