云采到货单签收传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 | 异常消息 |
网友评论