POST Api/Service/Member/AddPurchaseMemberSetting
添加采购账户项
Request Information
URI Parameters
None.
Body Parameters
设置模型
SpeedPower.Utility.Models.Project.Orders.Service.Setting.AddPurchaseMemberSettingModelName | Description | Type | Additional information |
---|---|---|---|
ProviderCode |
采购数据源代码 |
string |
Required String length: inclusive between 0 and 20 |
UserName |
用户名 |
string |
Required String length: inclusive between 0 and 200 |
Password |
密码 |
string |
Required String length: inclusive between 0 and 200 |
ContactUser |
联系人 |
string |
Required String length: inclusive between 0 and 200 |
ContactPhone |
联系电话 |
string |
Required String length: inclusive between 0 and 200 |
ContactEmail |
联系邮箱 |
string |
String length: inclusive between 0 and 200 |
KeepTime |
使用间隔时间 |
integer |
None. |
Remarks |
备注内容 |
string |
String length: inclusive between 0 and 500 |
Request Formats
application/json, text/json
Sample:
{ "ProviderCode": "sample string 1", "UserName": "sample string 2", "Password": "sample string 3", "ContactUser": "sample string 4", "ContactPhone": "sample string 5", "ContactEmail": "sample string 6", "KeepTime": 7, "Remarks": "sample string 8" }
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" }