SyncCurrency
同步ISV(即行业软件系统)的币别数据到KIS账务平台。
| 参数名称 | 参数类型 | 参数说明 | 是否必填 | 值域 |
|---|---|---|---|---|
| FNumber | string | 币别代码 | 是 | |
| FName | string | 币别名称 | 是 | |
| FExchangeRate | Double | 记账汇率 | 是 | |
| FOperator | Integer | 折算方式 | 否 | 0-采用原币*汇率=本位币,1-采用原币/汇率=本位币 |
| FFixRate | Boolean | 是否为固定汇率 | 否 | FALSE-浮动汇率,TRUE-固定汇率 |
| FScale | Integer | 金额小数位数 | 否 | [0,4] |
Post Url:https://kisgz.kingdee.com/Kisopenapi/router/
Post数据:
eid=1884366
&netid=1884366317841
&client_id=1402576015
&method=kis.APP004088.acctplatform.AcctController.DealAcctPlatForm
×tamp=2016-06-20 11:22:34
&ver=2.0
&access_token=2BB6EC5194303633356B5ACE509D1BA0
&state=dmYZagdU8kwC8yLr
&custdata={
"ProductID":"S1S013S001",
"AccountDB":"KISOEM_Sample",
"Data":{
"Action":"SyncCurrency",
"Recordset":[
{
"FNumber":"KPW",
"FName":"韩元",
"FExchangeRate":"1.23456789",
"FOperator":"1",
"FFixRate":"",
"FScale":"1"
},
{
"FNumber":"VND",
"FName":"越南盾",
"FExchangeRate":"300.22222222",
"FOperator":"1",
"FFixRate":"",
"FScale":"2"
}
]
}
}
示例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
}
}