所有辅助项
GET
https://v4.fenxi365.com/api/accounting-category
最后修改时间:2024-04-29 02:27:33
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://v4.fenxi365.com/api/accounting-category'
响应示例响应示例
200 - 所有辅助项分类 - 成功示例
{
"success": true,
"code": 200,
"msg": "",
"data": [
{
"id": "0",
"accountSetsId": "454963173972248196",
"categoryType": "CUSTOMER",
"name": "客户",
"columns": [
{
"code": "category",
"title": "客户类别"
},
{
"code": "creditCode",
"title": "统一社会信用代码"
},
{
"code": "address",
"title": "经营地址"
},
{
"code": "contact",
"title": "联系人"
},
{
"code": "telPhone",
"title": "手机"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "1",
"accountSetsId": "454963173972248196",
"categoryType": "VENDOR",
"name": "供应商",
"columns": [
{
"code": "category",
"title": "供应商类别"
},
{
"code": "creditCode",
"title": "统一社会信用代码"
},
{
"code": "address",
"title": "经营地址"
},
{
"code": "contact",
"title": "联系人"
},
{
"code": "telPhone",
"title": "手机"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "2",
"accountSetsId": "454963173972248196",
"categoryType": "EMPLOYEE",
"name": "职员",
"columns": [
{
"code": "gender",
"title": "性别"
},
{
"code": "departmentName",
"title": "部门"
},
{
"code": "post",
"title": "职务"
},
{
"code": "job",
"title": "岗位"
},
{
"code": "telPhone",
"title": "手机"
},
{
"code": "birthDate",
"title": "出生日期"
},
{
"code": "onboardingDate",
"title": "入职日期"
},
{
"code": "dimissionDate",
"title": "离职日期"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "3",
"accountSetsId": "454963173972248196",
"categoryType": "DEPARTMENT",
"name": "部门",
"columns": [
{
"code": "leader",
"title": "负责人"
},
{
"code": "telPhone",
"title": "手机"
},
{
"code": "startDate",
"title": "成立日期"
},
{
"code": "endDate",
"title": "撤销日期"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "4",
"accountSetsId": "454963173972248196",
"categoryType": "ORGANIZATION",
"name": "组织机构",
"columns": [
{
"code": "address",
"title": "经营地址"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "5",
"accountSetsId": "454963173972248196",
"categoryType": "PROJECT",
"name": "项目",
"columns": [
{
"code": "departmentName",
"title": "负责部门"
},
{
"code": "leader",
"title": "负责人"
},
{
"code": "telPhone",
"title": "手机"
},
{
"code": "startDate",
"title": "开始日期"
},
{
"code": "acceptanceDate",
"title": "验收日期"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "6",
"accountSetsId": "454963173972248196",
"categoryType": "STOCKS",
"name": "存货",
"columns": [
{
"code": "category",
"title": "存货类别"
},
{
"code": "specification",
"title": "规格型号"
},
{
"code": "unit",
"title": "计量单位"
},
{
"code": "startDate",
"title": "启用日期"
},
{
"code": "endDate",
"title": "停用日期"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "7",
"accountSetsId": "454963173972248196",
"categoryType": "CASH_FLOW",
"name": "现金流",
"columns": [
{
"code": "category",
"title": "现金流类别"
}
],
"systemDefault": true,
"canEdit": false
},
{
"id": "478344220382397350",
"accountSetsId": "454963173972248196",
"categoryType": "CUSTOMIZATION",
"name": "ceas",
"columns": [
{
"code": "cusColumn0",
"title": "test"
}
],
"systemDefault": false,
"canEdit": false
}
]
}
请求参数
无