按照科目映射属查询对应的部门和辅助核算和员工选项

  • 接口:/accounting/subject/attribute/targets

  • Method:POST

  • 数据格式:JSON

  • 请求参数:

参数 类型 是否必填 描述
attributeType String Y 属性类型 可选值DEPARTMENT/COST_TRACKING/EMPLOYEE
name String Y 属性名称
  • 请求示例:
{
    "attributeType": "COST_TRACKING",
    "name": "辅助核算"
}
  • 返回参数:
参数 类型 描述
code string 辅助核算编码
name string 辅助核算名称
  • 返回数据:
{
    "name": "test-name",
    "code": "test-code"
}

results matching ""

    No results matching ""