projectclass - 项目类型
- api/project/projectclass/get GET 根据id获取项目类型信息
- api/project/projectclass/getlist GET 获取项目类型列表
- api/project/projectclass/getlisttoshop GET 门店 门店获取项目类型列表
- api/project/projectclass/create POST 新增
- api/project/projectclass/createtoshop POST 门店 门店新增
- api/project/projectclass/update POST 修改
- api/project/projectclass/delete POST 删除
- api/project/projectclass/deletetoshop POST 门店 门店删除
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
响应示例
application/json, text/json
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
响应示例
application/json, text/json
[
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
},
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
]
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| shopid | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
响应示例
application/json, text/json
[
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
},
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
]
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
请求示例
application/json, text/json
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| shopid | int |
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
请求示例
application/json, text/json
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
请求示例
application/json, text/json
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
请求示例
application/json, text/json
[ 1, 2 ]
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| shopid | int |
Body请求参数
请求示例
application/json, text/json
[ 1, 2 ]
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}