PUT api/SMSConfig/Update?id={id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | string |
Required |
Body Parameters
SMSConfigBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| BrandName | string |
None. |
|
| APIKey | string |
None. |
|
| SecretKey | string |
None. |
|
| Description | string |
None. |
|
| IsAD | boolean |
None. |
|
| IsLock | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"brandName": "sample string 1",
"apiKey": "sample string 2",
"secretKey": "sample string 3",
"description": "sample string 4",
"isad": true,
"isLock": true
}
application/xml, text/xml
Sample:
<SMSConfigBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AgencyWebAPI.Models.SMS"> <APIKey>sample string 2</APIKey> <BrandName>sample string 1</BrandName> <Description>sample string 4</Description> <IsAD>true</IsAD> <IsLock>true</IsLock> <SecretKey>sample string 3</SecretKey> </SMSConfigBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.