Site.SyncUserDefAccountingClass的历史版本

隐藏细微更改 - 以Markup源码显示

2016年-12月-13日219.133.170.172 -
将 7 行由:

同步ISV的自定义核算项目类别数据到KIS账务平台。

更新为以下内容:

同步ISV(即行业软件系统)的自定义核算项目类别数据到KIS账务平台。

2016年-06月-20日219.133.170.76 -
改为:

Post Url:http://120.132.144.214/Webapi/Router/

post数据:

EID=22002

&Method=kis.APP001804.acctplatform.AcctController.DealAcctPlatForm

&Timestamp=2014-06-26 18:54:03

&Ver=1.0

&Sign=FDBACAA23ADBF19E1338218BC00C653B

&State=K9yf9zci65vvGLtf

&IsEncrypt=N

&CustData={

更新为以下内容:

Post Url:https://kisgz.kingdee.com/Kisopenapi/router/

Post数据:

eid=1884366
&netid=1884366317841
&client_id=1402576015
&method=kis.APP004088.acctplatform.AcctController.DealAcctPlatForm
&timestamp=2016-06-20 11:22:34
&ver=2.0
&access_token=2BB6EC5194303633356B5ACE509D1BA0
&state=dmYZagdU8kwC8yLr
&custdata={

删除了 32-35 行中的以下内容
    "UserID":"",
    "PassWord":"",
    "CurrentPage":0,
    "ItemsOfPage":0,
将 36 行由:
                        {
更新为以下内容:
            {
2016年-04月-14日127.0.0.1 -
在 1-101 行中增加以下内容:

自定义核算项目类别同步功能调用方法

业务类型名称

SyncUserDefAccountingClass

功能说明

同步ISV的自定义核算项目类别数据到KIS账务平台。

Recordset数据集参数

参数名称参数类型参数说明是否必填值域
FIDstringISV中核算项目类别编码 
FNamestring核算项目类别名称 

发送请求示例

Post Url:http://120.132.144.214/Webapi/Router/

post数据:

EID=22002

&Method=kis.APP001804.acctplatform.AcctController.DealAcctPlatForm

&Timestamp=2014-06-26 18:54:03

&Ver=1.0

&Sign=FDBACAA23ADBF19E1338218BC00C653B

&State=K9yf9zci65vvGLtf

&IsEncrypt=N

&CustData={

    "ProductID":"S1S013S001",
    "AccountDB":"KISOEM_Sample",
    "UserID":"",
    "PassWord":"",
    "CurrentPage":0,
    "ItemsOfPage":0,
    "Data":{
        "Action":"syncuserdefaccountingclass",
        "Recordset":[
                        {
                "FID":"UD001",
                "FName":"奥运奖牌"
            }
        ]
    }

}

返回数据示例

示例1

{

    "Result": 200,
    "ErrMsg": "",
    "DataJson": {
        "Result": "200",
        "ErrMsg": "",
        "AccountDB": null,
        "TotalPage": "5",
        "CurrentPage": "1",
        "ItemsOfPage": "10",
        "Data": ""
    }

}

示例2

{

    "Result": 200,
    "ErrMsg": "关于路由的出错信息",
    "DataJson": {
        "Result": "200",
        "ErrMsg": "",
        "AccountDB": null,
        "TotalPage": "5",
        "CurrentPage": "1",
        "ItemsOfPage": "10",
        "Data": null
    }

}

示例3

{

    "Result": 200,
    "ErrMsg": "",
    "DataJson": {
        "Result": "202",
        "ErrMsg": "关于业务处理的出错信息",
        "AccountDB": null,
        "TotalPage": "5",
        "CurrentPage": "1",
        "ItemsOfPage": "10",
        "Data": null
    }

}