增加或者保存销售退货单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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": value_content(参考销售退货单List(EjectInfo)对象)} 关于错误返回值与错误代码,参见 错误代码说明 |
新增或保存入库单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 请求参数:
Json返回结果: {"value": id (入库单Id)} 关于错误返回值与错误代码,参见 错误代码说明 |
新增或保存销售单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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": value_content(参考销售单OrderInfo对象)} 关于错误返回值与错误代码,参见 错误代码说明 |
新增或保存出库单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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": message (成功:"";失败:错误消息)} 关于错误返回值与错误代码,参见 错误代码说明 |
获取时间段内有修改的产品列表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 请求参数:
Json返回结果: {"value": value_content(参考产品List(Product)对象)} 关于错误返回值与错误代码,参见 错误代码说明 |
获取产品单位信息列表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 请求参数:
Json返回结果: {"value": value_content(参考产品单位List(ProductUnit)对象)} 关于错误返回值与错误代码,参见 错误代码说明 |
根据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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": message (成功:"";失败:错误消息)} 关于错误返回值与错误代码,参见 错误代码说明 |
新增或保存采购单退货单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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": message (成功:"";失败:错误消息)} 关于错误返回值与错误代码,参见 错误代码说明 |
进销存-销售管理-销售退货单根据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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": message (成功:"";失败:错误消息)} 关于错误返回值与错误代码,参见 错误代码说明 |
获取仓库列表词典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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
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 请求参数:
Json返回结果: {"value": message (成功:"OK";失败:错误消息)} 关于错误返回值与错误代码,参见 错误代码说明 |