71.平台费用科目查询(gy.erp.tenant.platform.subject.get)

马浩栋发表于:2019年01月28日 18:09:24更新于:2019年02月14日 11:09:01

1.1    业务简述

1.2    请求参数

字段名

类型

描述

必填

备注

page_no

int

页码

默认为1

page_size

int

每页大小

默认为10

start_date

datetime

修改时间开始段


end_date

datetime

修改时间结束段


id

Long

平台科目ID


Json请求示例:

{
    "appkey": "112194",
    "sessionkey": "754a424bb6874a1fb8a7371f05e83974",
    "method": "gy.erp.tenant.platform.subject.get",
    "page_no": "1",
    "page_size": "10",
    "sign": "E8114D41852CB976D00D1C5DC0DF8EF4"
}

1.3    响应参数

字段名

类型

描述

必填

备注

success

boolean

成功与否



errorDesc

string

错误信息



subErrorCode

string




errorDesc

string




subErrorDesc

string




requestMethod

string




tenantPlatformSubjectInfos

tenantPlatformSubjectInfo []

平台费用科目列表



total

int

总记录数



tenantPlatformSubjectInfo:

字段名

类型

描述

必填

备注

id

Long

平台费用科目ID



create_date

datetime

创建时间



modify_date

datetime

修改时间



platform_type_name

string

平台类型名称



subject_type

int

收/支类型


0:收入

1:支出

platform_subject_name

string

平台费用科目名称



sys_subject_id

Long

系统费用科目ID



Json返回示例:

{
    "success": true,
    "errorCode": "",
    "subErrorCode": "",
    "errorDesc": "",
    "subErrorDesc": "",
    "requestMethod": "gy.erp.tenant.platform.subject.get",
    "tenantPlatformSubjectInfos": [{
        "id": 105029936319,
        "create_date": "2019-01-17 14:11:59",
        "modify_date": "2019-01-17 14:11:59",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "支付宝提现",
        "sys_subject_id": null
    }, {
        "id": 105029828621,
        "create_date": "2019-01-17 14:11:27",
        "modify_date": "2019-01-17 14:11:27",
        "platform_type_name": "天猫",
        "subject_type": 0,
        "platform_subject_name": "商家权益红包-红包退回-红包",
        "sys_subject_id": null
    }, {
        "id": 99214522546,
        "create_date": "2018-12-10 14:50:28",
        "modify_date": "2018-12-10 14:50:38",
        "platform_type_name": "天猫",
        "subject_type": 0,
        "platform_subject_name": "保险理赔-美妆过敏险理赔款",
        "sys_subject_id": null
    }, {
        "id": 97037198242,
        "create_date": "2018-11-22 15:40:55",
        "modify_date": "2018-11-22 15:40:55",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "电器_正向配送费(商家)",
        "sys_subject_id": null
    }, {
        "id": 97037125867,
        "create_date": "2018-11-22 15:40:23",
        "modify_date": "2018-11-22 15:40:23",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "电器_退货入仓费(商家)",
        "sys_subject_id": null
    }, {
        "id": 97037043023,
        "create_date": "2018-11-22 15:39:52",
        "modify_date": "2018-11-22 15:39:52",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "电器_逆向配送费(商家)",
        "sys_subject_id": null
    }, {
        "id": 97036990679,
        "create_date": "2018-11-22 15:39:32",
        "modify_date": "2018-11-22 15:39:32",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "电器_拦截费(商家)",
        "sys_subject_id": null
    }, {
        "id": 97036907238,
        "create_date": "2018-11-22 15:39:06",
        "modify_date": "2018-11-22 15:39:06",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "电器_订单处理费(商家)",
        "sys_subject_id": null
    }, {
        "id": 97036834567,
        "create_date": "2018-11-22 15:38:35",
        "modify_date": "2018-11-22 15:38:35",
        "platform_type_name": "天猫",
        "subject_type": 1,
        "platform_subject_name": "电器_包装物料费(商家)",
        "sys_subject_id": null
    }, {
        "id": 87796336650,
        "create_date": "2018-09-12 09:35:03",
        "modify_date": "2018-09-12 09:35:03",
        "platform_type_name": "淘宝",
        "subject_type": 1,
        "platform_subject_name": "保证金退款",
        "sys_subject_id": null
    }],
    "total": 176
}