POST Api/Service/Member/BatchMembersUpdateStatus/{NewStatus}
批量编辑采购账户状态
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| NewStatus | SpeedPower.Utility.Models.Untility.Datas.Enums.UsedStatusType |
Required |
Body Parameters
SpeedPower.Utility.Models.Project.Orders.Service.Setting.SearchMembersModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId |
设置ID |
globally unique identifier |
None. |
| ProviderCode |
采购数据源代码 |
string |
String length: inclusive between 0 and 20 |
| UserName |
用户名 |
string |
String length: inclusive between 0 and 200 |
| UsedStatus |
账户状态 |
SpeedPower.Utility.Models.Untility.Datas.Enums.UsedStatusType |
None. |
| ContactUser |
联系人 |
string |
String length: inclusive between 0 and 200 |
| ContactPhone |
联系电话 |
string |
String length: inclusive between 0 and 200 |
| IsBalance |
是否为金融账户 |
boolean |
None. |
| MinDateTime |
最小查询时间 |
date |
None. |
| MaxDateTime |
最大查询时间 |
date |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberId": "cf2843ab-1dbc-4c7f-9f0f-75d6c3c7481f",
"ProviderCode": "sample string 1",
"UserName": "sample string 2",
"UsedStatus": 0,
"ContactUser": "sample string 3",
"ContactPhone": "sample string 4",
"IsBalance": true,
"MinDateTime": "2025-11-01T21:54:10.1921906+08:00",
"MaxDateTime": "2025-11-01T21:54:10.1921906+08:00"
}
Response Information
Resource Description
批量编辑采购账户状态
SpeedPower.Utility.Models.Helper.ResultMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeed |
操作是否成功 |
boolean |
None. |
| Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeed": true,
"Message": "sample string 2"
}