EjectOrder
增加或者保存销售退货单http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/Save.ashx 功能:
增加或者保存销售退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/Save.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 data True String 销售退货单json字符串 Json返回结果:
{"value": true (true:成功,false:失败)}
关于错误返回值与错误代码,参见 错误代码说明
删除销售退货单http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/Delete.ashx 功能:
删除销售退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/Delete.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 PK_ID True Int32 销售退货单号 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
审核销售退货单http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/Audit.ashx 功能:
审核销售退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/Audit.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 ejectNo True String 销售退货单号 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
获取时间段内未审核的销售退货单http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/GetUnCheckedList.ashx 功能:
获取时间段内未审核的销售退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/EjectOrder/GetUnCheckedList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 begin True DateTime 创建日期-开始时间 end True DateTime 创建日期-结束时间 pageIndex True Int32 指定当前的页码 pageSize True Int32 指定要返回的记录条数 Json返回结果:
{"value": value_content(参考销售退货单List(EjectInfo)对象)}
关于错误返回值与错误代码,参见 错误代码说明
InStore
新增或保存入库单http://[customer-site]/WebApi/Handler/1.0/DRP/InStore/Save.ashx 功能:
新增或保存入库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/InStore/Save.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 data True String 入库单json字符串 bAutoCreateAuditVoucher True Boolean 是否创建会计凭证并审核 Json返回结果:
{"value": id (入库单Id)}
关于错误返回值与错误代码,参见 错误代码说明
Order
新增或保存销售单http://[customer-site]/WebApi/Handler/1.0/DRP/Order/Save.ashx 功能:
新增或保存销售单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Order/Save.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 data True String 销售单json字符串 Json返回结果:
{"value": true (true:成功,false:失败)}
关于错误返回值与错误代码,参见 错误代码说明
删除销售单http://[customer-site]/WebApi/Handler/1.0/DRP/Order/Delete.ashx 功能:
删除销售单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Order/Delete.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 PK_ID True String 销售单id Json返回结果:
{"value": true (true:成功,false:失败)}
关于错误返回值与错误代码,参见 错误代码说明
销售单审核并出库http://[customer-site]/WebApi/Handler/1.0/CRM/ContactPlan/GetContactPlanCount.ashx 功能:
销售单审核并出库
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Order/AuditAndOut.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 orderNo True String 销售单号 bAutoCreateAuditVoucher True Boolean 是否创建出库单会计凭证 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
获取时间段内审核的销售单列表http://[customer-site]/WebApi/Handler/1.0/DRP/Order/GetCheckedList.ashx 功能:
获取时间段内审核的销售单列表
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Order/GetCheckedList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 begin True DateTime 审核日期-开始时间 end True DateTime 审核日期-结束时间 pageIndex True Int32 指定当前的页码 pageSize True Int32 指定要返回的记录条数 Json返回结果:
{"value": value_content(参考销售单List(OrderInfo)对象)}
关于错误返回值与错误代码,参见 错误代码说明
根据销售单号获取销售单http://[customer-site]/WebApi/Handler/1.0/DRP/Order/Get.ashx 功能:
根据销售单号获取销售单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Order/Get.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 Json返回结果:
{"value": value_content(参考销售单OrderInfo对象)}
关于错误返回值与错误代码,参见 错误代码说明
OutStore
新增或保存出库单http://[customer-site]/WebApi/Handler/1.0/DRP/OutStore/Save.ashx 功能:
新增或保存出库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/OutStore/Save.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 data True String 出库单json字符串 bAutoCreateAuditVoucher True Boolean 是否创建出库单会计凭证 Json返回结果:
{"value": id (出库单id)}
关于错误返回值与错误代码,参见 错误代码说明
获取时间段内未审核的出库单http://[customer-site]/WebApi/Handler/1.0/DRP/OutStore/GetUnAuditList.ashx 功能:
获取时间段内未审核的出库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/OutStore/GetUnAuditList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 begin True DateTime 创建日期-开始时间 end True DateTime 创建日期-结束时间 pageIndex True Int32 指定当前的页码 pageSize True Int32 指定要返回的记录条数 Json返回结果:
{"value": value_content(参考出库单List(OutStore)对象)}
关于错误返回值与错误代码,参见 错误代码说明
根据单号审核出库单http://[customer-site]/WebApi/Handler/1.0/DRP/OutStore/Audit.ashx 功能:
根据单号审核出库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/OutStore/Audit.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 outStoreNo True String 出库单号 bAutoVoucher False Boolean 是否创建出库单会计凭证 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
Product
获取时间段内有修改的产品列表http://[customer-site]/WebApi/Handler/1.0/DRP/Product/GetHasChangedList.ashx 功能:
获取时间段内有修改的产品列表
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Product/GetHasChangedList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 begin True DateTime 开始时间 end True DateTime 结束时间 pageIndex True Int32 指定当前的页码 pageSize True Int32 指定要返回的记录条数,默认10,最大值100 Json返回结果:
{"value": value_content(参考产品List(Product)对象)}
关于错误返回值与错误代码,参见 错误代码说明
ProductUnit
获取产品单位信息列表http://[customer-site]/WebApi/Handler/1.0/DRP/ProductUnit/GetList.ashx 功能:
获取产品单位信息列表
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/ProductUnit/GetList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 productId True Int32 产品id Json返回结果:
{"value": value_content(参考产品单位List(ProductUnit)对象)}
关于错误返回值与错误代码,参见 错误代码说明
Purchase
根据id审核入库采购订单http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/CheckAndInById.ashx 功能:
根据id审核入库采购订单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/CheckAndInById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True String 入库采购订单id Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
根据id审核采购订单http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/AuditById.ashx 功能:
根据id审核采购订单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/AuditById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 采购订单id Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
新增或保存采购单http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/Save.ashx 功能:
新增或保存采购单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/Save.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 data True String 采购单json字符串 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
根据采购订单ID删除采购订单http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/Delete.ashx 功能:
根据采购订单ID删除采购订单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/Delete.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 PK_ID True Int32 采购订单ID Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
获取时间段内审核的采购单列表http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/GetCheckedList.ashx 功能:
获取时间段内审核的采购单列表
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/GetCheckedList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 begin True DateTime 审核-开始时间 end True DateTime 审核-结束时间 pageIndex True Int32 指定当前的页码 pageSize True Int32 指定要返回的记录条数 Json返回结果:
{"value": value_content(参考采购单List(ePurchase)对象)}
关于错误返回值与错误代码,参见 错误代码说明
采购单审核并入库操作http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/AuditAndIn.ashx 功能:
采购单审核并入库操作
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Purchase/AuditAndIn.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 purchaseNo True String 采购单号 bAutoCreateAuditVoucher True Boolean 是否创建采购单会计凭证并入库 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
PurchaseBack
新增或保存采购单退货单http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/Save.ashx 功能:
新增或保存采购单退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/Save.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 data True String 采购单退货单json字符串 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
根据单号审核采购退货单http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/Audit.ashx 功能:
根据单号审核采购退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/Audit.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 purBackNo True String 采购退货单号 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
获取时间段内未审核的采购单退货单列表http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/GetUnCheckedList.ashx 功能:
获取时间段内未审核的采购单退货单列表
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/GetUnCheckedList.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 begin True DateTime 创建日期-开始时间 end True DateTime 创建日期-结束时间 pageIndex True Int32 指定当前的页码 pageSize True Int32 指定要返回的记录条数 Json返回结果:
{"value": value_content(参考采购单退货单List(ePurBack)对象)}
关于错误返回值与错误代码,参见 错误代码说明
根据id审核采购退货单http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/AuditPurBackById.ashx 功能:
根据id审核采购退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/AuditPurBackById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 采购退货单号 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
根据id反审核采购退货单http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/UnAuditPurBackById.ashx 功能:
根据id反审核采购退货单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/PurchaseBack/UnAuditPurBackById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 采购退货单号 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
SaleMgr
进销存-销售管理-销售退货单根据id审核http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/CheckReturnGoodsById.ashx 功能:
进销存-销售管理-销售退货单根据id审核
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/CheckReturnGoodsById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 销售退货单id Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-销售管理-销售退货单根据id反审核http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/UnCheckReturnGoodsById.ashx 功能:
进销存-销售管理-销售退货单根据id反审核
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/UnCheckReturnGoodsById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 销售退货单号 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
销售单根据id审核并出库http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/CheckAndOut.ashx 功能:
销售单根据id审核并出库
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/CheckAndOut.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 orderIds True String 销售单号组,多个以逗号相隔 bAutoCreateAuditVoucher True Boolean 是否创建销售凭证 Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
根据id审核销售单http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/CheckOrderById.ashx 功能:
根据id审核销售单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/SaleMgr/CheckOrderById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True String 销售单id Json返回结果:
{"value": message (成功:"";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
Store
获取仓库列表词典http://[customer-site]/WebApi/Handler/1.0/DRP/Store/GetStoreDict.ashx 功能:
获取仓库列表词典
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/GetStoreDict.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 Json返回结果:
{"value": value_content(参考仓库列表词典Dictionary(int, string)对象)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-库存管理-根据id审核入库单http://[customer-site]/WebApi/Handler/1.0/DRP/Store/InStoreCheckById.ashx 功能:
进销存-库存管理-根据id审核入库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/InStoreCheckById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 入库单单号 Json返回结果:
{"value": message (成功:"OK";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-库存管理-根据id撤销入库单http://[customer-site]/WebApi/Handler/1.0/DRP/Store/InStoreUnCheckById.ashx 功能:
进销存-库存管理-根据id撤销入库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/InStoreUnCheckById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 入库单单号 Json返回结果:
{"value": message (成功:"OK";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-库存管理-根据id审核出库单http://[customer-site]/WebApi/Handler/1.0/DRP/Store/CheckOutStoreById.ashx 功能:
进销存-库存管理-根据id审核出库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/CheckOutStoreById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 出库单单号 Json返回结果:
{"value": message (成功:"OK";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-库存管理-根据id撤销出库单http://[customer-site]/WebApi/Handler/1.0/DRP/Store/UnCheckOutStoreById.ashx 功能:
进销存-库存管理-根据id撤销出库单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/UnCheckOutStoreById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 出库单id Json返回结果:
{"value": message (成功:"OK";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-库存管理-根据id撤销调拨单http://[customer-site]/WebApi/Handler/1.0/DRP/Store/RevokeDBById.ashx 功能:
进销存-库存管理-根据id撤销调拨单
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/RevokeDBById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 id True Int32 主键id Json返回结果:
{"value": true (true:成功,false:失败)}
关于错误返回值与错误代码,参见 错误代码说明
进销存-库存管理-根据调拨单id审核http://[customer-site]/WebApi/Handler/1.0/DRP/Store/StoreTransferAuditById.ashx 功能:
进销存-库存管理-根据调拨单id审核
接口地址:
http://[customer-site]/WebApi/Handler/1.0/DRP/Store/StoreTransferAuditById.ashx测试
返回格式:
JSON
HTTP请求方式:
GET/POST
请求参数:
参数名 是否必须 类型 说明 token True string 当前登录用户访问令牌 format 否 string 返回数据的格式(json或xml),默认为json格式 DiaoBoID True Int32 调拨单编号 Json返回结果:
{"value": message (成功:"OK";失败:错误消息)}
关于错误返回值与错误代码,参见 错误代码说明