POST api/FWZ/SaveSSIContact
保存负责人
请求参数信息
URI 参数
None.
Body 参数
服务站负责人信息
SSIContactRequestModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FId | string |
None. |
|
| FContactName | string |
None. |
|
| Phone | string |
None. |
|
| sign | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"FId": "sample string 1",
"FContactName": "sample string 2",
"Phone": "sample string 3",
"sign": "sample string 4"
}
application/xml, text/xml
Sample:
<SSIContactRequestModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models.RequestModel"> <sign xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models">sample string 4</sign> <FContactName>sample string 2</FContactName> <FId>sample string 1</FId> <Phone>sample string 3</Phone> </SSIContactRequestModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
接口返回信息
返回信息说明
结果信息
JMResponseOfString| Name | Description | Type | Additional information |
|---|---|---|---|
| code | string |
None. |
|
| msg | string |
None. |
|
| data | string |
None. |
返回数据格式
application/json, text/json
Sample:
{
"code": "sample string 1",
"msg": "sample string 2",
"data": "sample string 3"
}
application/xml, text/xml
Sample:
<JMResponseOfstring xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WLYServices.APIApplication.Models"> <code>sample string 1</code> <data>sample string 3</data> <msg>sample string 2</msg> </JMResponseOfstring>