RegentCommon
The following operations are supported. For a formal definition, please review the Service Description.
- CallMe
-
ChannelOptionsSetSelectCustomerOptionsByID
按店铺编号获取店铺选项 -
ColumnRulesSelectByID
得到单个ColumnRules资料。 -
CommonExistProcParam
判断存储过程是否存在某个参数。 -
CommonsGetTableData
得到表数据。 -
CreditShortGetExecCust
获取短期信用可执行的店铺。 -
CustomerVipNewDataForOffline
得到离线会员数据。 -
CustomerVipNewDataForOfflineBySingle
得到离线单个会员数据。 -
DropSolidTempTable
删除实体临时表 -
ExistTable
判断表是否存在 -
ExistTableColumnValue
判断表中是否存在相应的值 -
GetBarcodeData
得到条形码数据。 -
GetBarcodeDataSetByTimestamp
根据时间戳得到Barcode资料信息。 -
GetCustomerDataSetByUserNo
得到店铺资料信息。 -
GetCustomerRetailPayment
根据店铺得到RetailPayment资料信息。 -
GetDataSetFromXml
从XML文件中读取数据到DataSet。 -
GetDictColorDataSetByTimestamp
根据时间戳得到DictColor资料信息。 -
GetDictSizeDataSetByTimestamp
根据时间戳得到DictSize资料信息。 -
GetGoodsDataSetByTimestamp
根据时间戳得到Goods资料信息。 -
GetMaxHReceivableDate
得到最大应收款结存日期。 -
GetMaxSizeCount
得到最大尺码列数。 -
GetNewBillNo
得到最大单号。 -
GetOptionsDataSetByTimestamp
根据时间戳得到Options资料信息。 -
GetPageDataTable
取得指定页的数据 -
GetRightAddByUser
根据用户获取权限。 -
GetRightDataSet
根据操作员编号得到Right资料信息。 -
GetRightDataSetByUserNo
根据操作员编号得到Right资料信息。 -
GetRightInfo
取得权限信息 -
GetServerDate
得到数据库系统当前日期。 -
GetTableData
得到表数据。 -
GetTableDataEx
得到表数据。 -
GetTableDataEx2
得到表数据。 -
GetTableDataSetByTimestamp
根据时间戳得到数据。 -
GetTableDataSetByTimestampEx
根据时间戳得到数据。 -
GetUIModuleNetByRight
根据用户的权限获取权限树结构信息。 -
IsExistsValue
某表某列是否存在某值。 -
OrganizationGetChannelAndUserByOrganization
返回用户对应组织的渠道范围或用户列表 -
OrganizationSaveCustOrWareRight
保存店铺或仓库权限 -
OrganizationSaveOtherRight
保存(供应商或办事处或公司)权限 -
Post
通用审核。 -
PriceAdjustSelectToExecute
得到要生效或者失效的零售调价信息。 -
PriceAdjustSelectToExecuteByCust
得到要生效或者失效的零售调价信息。 -
PriceBatchAdjustSelectToExecute
得到要生效或者失效的渠道调价信息。 -
SPromoExNewDataForOffline
得到离线促销数据。 -
SelectAllRightAddByUserNo
获得用户模块权限。 -
SelectGroupRightByGroupID
获得权限组模块权限。 -
SelectRightAddByUserNo
获得用户模块权限。 -
SelectRightAddByUserNoEx
获得用户模块权限。 -
SelectRightData
获得用户信息。 -
SelectTableDataByID
得到单个表数据。 -
SelectTableDataByID2
得到单个表数据。 -
SupplyNewDataForOffline
供应商-根据时间戳下载的数据。 -
SysGridViewPropertisGetGridViewPropertis
更新最后登录时间。 -
SysGridViewPropertisSave
更新最后登录时间。 -
SysManagerCheckExistLoginInfo
检查是否存在登录信息。 -
SysManagerLogOutSys
登录系统。 -
SysManagerLoginSys
登录系统。 -
SysManagerRefreashLoginInfo
更新最后登录时间。 -
VerifyUser
验证用户登录。 -
WarningExistCustomerException
是否存在店铺单据异常。 -
WriteLog
写入日志信息。 -
WriteLogDataInfo
写入日志信息。
This web service is using http://tempuri.org/ as its default namespace.
Recommendation: Change the default namespace before the XML Web service is made public.
Each XML Web service needs a unique namespace in order for client applications to distinguish it from other services on the Web. http://tempuri.org/ is available for XML Web services that are under development, but published XML Web services should use a more permanent namespace.
Your XML Web service should be identified by a namespace that you control. For example, you can use your company's Internet domain name as part of the namespace. Although many XML Web service namespaces look like URLs, they need not point to actual resources on the Web. (XML Web service namespaces are URIs.)
For XML Web services creating using ASP.NET, the default namespace can be changed using the WebService attribute's Namespace property. The WebService attribute is an attribute applied to the class that contains the XML Web service methods. Below is a code example that sets the namespace to "http://microsoft.com/webservices/":
C#
[WebService(Namespace="http://microsoft.com/webservices/")] public class MyWebService { // implementation }
Visual Basic
<WebService(Namespace:="http://microsoft.com/webservices/")> Public Class MyWebService ' implementation End Class
C++
[WebService(Namespace="http://microsoft.com/webservices/")] public ref class MyWebService { // implementation };
For more details on XML namespaces, see the W3C recommendation on Namespaces in XML.
For more details on WSDL, see the WSDL Specification.
For more details on URIs, see RFC 2396.