会计科目费用映射规则查询接口

  • 接口 /accounting/subject/fee/rules POST JSON

  • Method:POST

  • 数据格式:JSON

  • 请求参数

参数 类型 必须 默认值 描述
costTrackingItemBizCodes List<string> Y 辅助核算选项业务编码
offset int N 0 分页起始
limit int N 100 分页条数,固定100
  • 返回数据
字段 类型 描述
code string ACK:成功;NACK:失败
message string 错误提示
lastPage boolean 是否是最后一页
data RuleDto 部分成功的错误提示

RuleDto(会计科目规则)

字段 类型 描述
feeTypeScope string 费用类型范围:OPEN - 所有,WHITE_LIST - 部分
feeTypeBizCodes List<string> 费用类型业务编码
formSubTypeScope string 单据类型范围:OPEN - 所有,WHITE_LIST - 部分
formSubTypeBizCodes List<string> 单据类型业务编码
employeeScope string 员工范围:OPEN - 所有,WHITE_LIST - 部分
employeeIds List<string> 员工工号
departmentScope string 部门范围:OPEN - 所有,WHITE_LIST - 部分
departmentBizCodes List<string> 部门业务编码
costTrackingScope string 辅助核算范围:OPEN - 所有,WHITE_LIST - 部分
costTrackingBizCodes List<string> 辅助核算业务编码
costTrackingItemBizCodes List<string> 辅助核算选项业务编码
subsidiaryScope string 业务实体范围:OPEN - 所有,WHITE_LIST - 部分
subsidiaryBizCodes List<string> 业务实体编码
accountingSubjectBizCode string 会计科目编码
accountingSubjectName string 会计科目
accountingSubjectFullName string 会计科目全称
cashFlowName string 现金流量
cashFlowCode string 现金流量编码

#

  • 范围 OPEN 表示适用所有 WHITE_LIST 表示部分适用 可选值为其对应的业务编码

示例

  • 请求参数:

    {
      "costTrackingItemBizCodes":["CTI2004231JF9P7NK","CTI2006081KE87TA8","CTI2004231JGKSY68"],
      "offset" : 0,
      "limit" : 100
    }
    
  • 返回参数:

    {
      "code": null,
      "message": null,
      "data": [
          {
              "feeTypeScope": "OPEN",
              "feeTypeBizCodes": null,
              "formSubTypeScope": "OPEN",
              "formSubTypeBizCodes": null,
              "employeeScope": "WHITE_LIST",
              "employeeIds": [
                  "190003"
              ],
              "departmentScope": "OPEN",
              "departmentBizCodes": null,
              "costTrackingScope": "WHITE_LIST",
              "costTrackingBizCodes": [
                  "CT2004231JHK2PZ4"
              ],
              "costTrackingItemBizCodes": [
                  "CTI2006081KE87TA8",
                  "CTI2004231JHXE5FK",
                  "CTI2004231JI55OG0"
              ],
              "subsidiaryScope": "OPEN",
              "subsidiaryBizCodes": null,
              "accountingSubjectBizCode": "YFK001",
              "accountingSubjectName": "预付款",
              "accountingSubjectFullName": "预付款",
              "cashFlowName": "hfghfg",
              "cashFlowCode": "hgfhg"
          }
      ],
      "args": null,
      "linkDetail": false,
      "lastPage": false,
      "nonBizError": false
    }
    

results matching ""

    No results matching ""