POST Api/Service/Setting/UpdatePaymentAccountSetting

更新收付款账户配置项

Request Information

URI Parameters

None.

Body Parameters

设置参数

SpeedPower.Utility.Models.Project.Agents.Service.Setting.UpdatePaymentAccountSettingModel
NameDescriptionTypeAdditional information
ID

设置ID

globally unique identifier

None.

PaymentPlatSettingId

父级ID

globally unique identifier

None.

Name

账户名称(要有唯一性)

string

Required

String length: inclusive between 0 and 50

Remarks

备注

string

Required

String length: inclusive between 0 and 500

Request Formats

application/json, text/json

Sample:
{
  "ID": "290bbf12-7cb3-44bd-a2e3-a62a3991b774",
  "PaymentPlatSettingId": "60e90df2-3ee7-4585-8e4d-9990c43014b3",
  "Name": "sample string 3",
  "Remarks": "sample string 4"
}

Response Information

Resource Description

更新收付款账户配置项

SpeedPower.Utility.Models.Helper.ResultMessage
NameDescriptionTypeAdditional information
Succeed

操作是否成功

boolean

None.

Message

操作消息

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Succeed": true,
  "Message": "sample string 2"
}