通过id数组 查辅助项分类
POST
https://v4.fenxi365.com/api/accounting-category/byid
最后修改时间:2024-04-29 02:44:05
责任人:未设置
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://v4.fenxi365.com/api/accounting-category/byid' \
--header 'Content-Type: application/json' \
--data-raw ''
响应示例响应示例
200 - id数组查辅助项分类列表 - 成功示例
{
"success": true,
"code": 200,
"msg": "",
"data": [
{
"id": "1",
"categoryType": "VENDOR",
"name": "供应商",
"columns": [],
"details": [
{
"id": "535907628530796414",
"accountSetsId": "454963173972248196",
"categoryId": "1",
"categoryType": "VENDOR",
"code": "3",
"name": "货运公司",
"mnemonics": "hygs",
"enable": true,
"createTime": "2024-01-11 19:45",
"updateTime": "2024-01-11 19:45"
}
]
},
{
"id": "2",
"categoryType": "EMPLOYEE",
"name": "职员",
"columns": [],
"details": [
{
"id": "478966387738477837",
"accountSetsId": "454963173972248196",
"categoryId": "2",
"categoryType": "EMPLOYEE",
"code": "01",
"name": "职员01",
"mnemonics": "zy01",
"enable": true,
"createTime": "2023-11-06 15:45",
"updateTime": "2024-04-26 21:26",
"edu": "本科",
"status": "在职",
"provisionId": "433708449910640641",
"purchase": false
},
{
"id": "480413039858872573",
"accountSetsId": "454963173972248196",
"categoryId": "2",
"categoryType": "EMPLOYEE",
"code": "11",
"name": "22",
"mnemonics": "22",
"enable": true,
"createTime": "2023-11-06 15:45",
"updateTime": "2023-11-06 15:45",
"purchase": false
},
{
"id": "535915086364018606",
"accountSetsId": "454963173972248196",
"categoryType": "EMPLOYEE",
"code": "1111",
"name": "1111",
"mnemonics": "1111",
"enable": true,
"createTime": "2024-01-11 20:15",
"updateTime": "2024-01-11 20:15",
"gender": "女",
"departmentId": "435628563161690120",
"status": "在职",
"purchase": false
}
]
}
]
}
请求参数
Body 参数application/json
返回响应
修改于 2024-04-29 02:44:05