POST api/v1/sms/configs/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
SmsConfigBO| Name | Description | Type | Additional information |
|---|---|---|---|
| ProviderName | string |
None. |
|
| RequestUrl | string |
None. |
|
| Username | string |
None. |
|
| Password | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ProviderName": "sample string 1",
"RequestUrl": "sample string 2",
"Username": "sample string 3",
"Password": "sample string 4"
}
application/xml, text/xml
Sample:
<SmsConfigBO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HyperQB.SmsServiceAPI.ApiBo"> <Password>sample string 4</Password> <ProviderName>sample string 1</ProviderName> <RequestUrl>sample string 2</RequestUrl> <Username>sample string 3</Username> </SmsConfigBO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.