POST Api/Invoke/SetMemberInsufficientStatus
设置采购账户状态为余额不足状态
Request Information
URI Parameters
None.
Body Parameters
设置模型
SpeedPower.Utility.Models.Project.Orders.Service.Setting.WebApiSetMemberSettingStatusModel| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberId |
采购账户ID |
globally unique identifier |
None. |
| Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{
"MemberId": "b4ce85e0-1778-4c54-897d-cb0d0f3105e9",
"Remarks": "sample string 2"
}
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"
}