POST Api/Service/Setting/AddPaymentAccountSetting
添加收付款账户配置项
Request Information
URI Parameters
None.
Body Parameters
设置参数
SpeedPower.Utility.Models.Project.Agents.Service.Setting.AddPaymentAccountSettingModelName | Description | Type | Additional information |
---|---|---|---|
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:
{ "PaymentPlatSettingId": "0514a1a4-67eb-4ef4-a03c-a3b1b19a412c", "Name": "sample string 2", "Remarks": "sample string 3" }
Response Information
Resource Description
添加收付款账户配置项
SpeedPower.Utility.Models.Helper.ResultMessageName | Description | Type | Additional information |
---|---|---|---|
Succeed |
操作是否成功 |
boolean |
None. |
Message |
操作消息 |
string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Succeed": true, "Message": "sample string 2" }