ccsWholesalerService
支持下列操作。有关正式定义,请查看服务说明。
- BarcodeStatusInfor
- BarcodeTrackingInfor
-
DirectCustomerSignInStorage
直营客户签收入库接口_旧版本 -
DirectCustomerSignInStorageV02
直营客户签收入库接口_V02 -
GetBillGoodsDetail
单据产品明细 -
GetBillLogisticsCode
单据物联码明细 - GetCcsBrandInforSynWholesaler
- GetCcsGoodsInforSynWholesaler
- GetCcsTraderInforSynWholesaler
- IsAgentShippBranch
-
RetailClientReturnGoods
零售客户退货接口_旧版本 -
RetailClientReturnGoodsV02
零售客户退货接口_V02 -
RetailClientSignInStorage
零售客户签收入库接口_旧版本 -
RetailClientSignInStorageV02
零售客户签收入库接口_V02 -
TraderBackCancel
零售商退货撤消 -
TraderBackGoods
零售商退货扫描 -
TraderTransferBackGoods
零售客户调货退货(直通车退货) - WholesalerAccountRelate
- WholesalerAccountVerify
-
WholesalerBatchReturnSynCcs
批发商退货单审核同步CCS -
WholesalerBatchShipSynCcs
批发商发货单审核同步CCS - WholesalerClerkRegEditSynCcs
- WholesalerCustRelateCcsSync
-
WholesalerGoodsInTransit
在途商品_旧版本 -
WholesalerGoodsInTransitV02
在途商品_V02 - WholesalerInitCode
-
WholesalerReturnConfirm
批发商退货确认接口_旧版本 -
WholesalerReturnConfirmV02
批发商退货确认接口_V02 -
WholesalerSalesClerkRegInfor
读取品牌商店员注册信息 -
WholesalerSalesCollectDetail
销售采集明细 -
WholesalerSalesCreditPointPayDetail
销售采集信用点派发明细 -
WholesalerScanInStorage
批发商扫描入库 -
WholesalerScanShipment
批发商扫描发货 -
WholesalerShipAdjustSynCcs
批发商发货客户调账CCS -
WholesalerShipReturnBillRevokeVerifySynCcs
批发商发(退)单撤消审核同步品牌商 -
WholesalerShipmentCancel
批发商发货撤消 -
WholesalerSignInStorage
代理商签收入库接口_旧版本 -
WholesalerSignInStorageV02
代理商签收入库接口_V02 - WholesalerStoreInforSynCcs
- WholesalerTraderInforSynCcs
此 Web 服务使用 http://tempuri.org/ 作为默认命名空间。
建议: 公开 XML Web services 之前,请更改默认命名空间。
每个 XML Web services 都需要一个唯一的命名空间,以便客户端应用程序能够将它与 Web 上的其他服务区分开。http://tempuri.org/ 可用于处于开发阶段的 XML Web services,而已发布的 XML Web services 应使用更为永久的命名空间。
应使用您控制的命名空间来标识 XML Web services。例如,可以使用公司的 Internet 域名作为命名空间的一部分。尽管有许多 XML Web services 命名空间看似 URL,但它们不必指向 Web 上的实际资源。(XML Web services 命名空间为 URI。)
使用 ASP.NET 创建 XML Web services 时,可以使用 WebService 特性的 Namespace 属性更改默认命名空间。WebService 特性适用于包含 XML Web services 方法的类。下面的代码实例将命名空间设置为“http://microsoft.com/webservices/”:
C#
[WebService(Namespace="http://microsoft.com/webservices/")] public class MyWebService { // 实现 }
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService ' 实现 End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")] public ref class MyWebService { // 实现 };
有关 XML 命名空间的更多详细信息,请参阅 Namespaces in XML (XML 命名空间)上的 W3C 建议。
有关 WSDL 的更多详细信息,请参阅 WSDL Specification (WSDL 规范)。
有关 URI 的更多详细信息,请参阅 RFC 2396。