基础档案类

    payunit/get


    目录

    1.接口说明

    1.1接口描述

         获取单个交易单位信息

    1.2适用版本

         支持U8V12.0 及更高版本

    2.使用场景

    基础数据同步或前端展示

    3.接口调用说明

    3.1请求说明

    url https://api.yonyouup.com/api/payunit/get
    格式 JSON
    https请求方式 GET
    编码类型 UTF-8


    3.2url参数说明

    参数 是否必填 类型 描述
    from_account string 调用方id
    to_account string 提供方id
    app_key string 应用编码
    token string 全局访问唯一识别码
    ds_sequence number 数据源序号(默认取应用的第一个数据源)
    id string 交易方编码

    3.3请求示例

    GET https://api.yonyouup.com/api/payunit/get?from_account=openapi_dev&to_account=openapi_ent&app_key=opa6fdd4bea98b95ad7&token=843d03f66e6544e19707ccec11030296&id=0000000017&ds_sequence=1


    3.4返回参数说明

    参数说明 类型 参数路径 描述
    errcode string   错误码,0 为正常。
    errmsg string   错误信息。
    code string 单位编码
    name string 单位名称
    cunitsname string 单位简称
    cclass string 单位分类编码
    caccountnames string 账号名称
    caccountnumbers string 银行账号
    cbanknames string 开户行名称
    ccode string 对应科目编码
    ccode_name string 对应科目名称
    caddress string 地址
    ctelephone string 电话
    cmobiletele string 手机
    cemail string Email
    clinkman string 联系人
    cremark string 备注
    cclassname string 单位分类

    3.5正确返回示例

    JSON示例:

    application/json;charset=UTF-8
    {
    	"errmsg":"",
    	"errcode":"0",
    	"payunit":{
    		"ccode":null,
    		"cclass":"01",
    		"caccountnames":"世纪天华集团公司,
    		世纪天华集团公司",
    		"cremark":"",
    		"cbanknames":"招商银行双榆树支行,
    		中国光大银行回龙观支行",
    		"name":"世纪天华集团公司",
    		"cmobiletele":"13811388661",
    		"caddress":"",
    		"caccountnumbers":"6225000099998888,
    		62250987678890",
    		"clinkman":"",
    		"cunitsname":"世纪天华",
    		"code":"C00000001",
    		"ccode_name":null,
    		"ctelephone":"",
    		"cclassname":"客户",
    		"cemail":""
    	}
    }
    

    3.6错误返回示例

    application/json;charset=UTF-8
    {
    	"errcode" : "30021",
    	"errmsg" : "此应用未上线"
    } 

    4.API测试

    API测试 SDK下载