POST api/SmsType/InsertOrUpdate?isOpen={isOpen}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| isOpen | boolean |
Required |
Body Parameters
SmsType| Name | Description | Type | Additional information |
|---|---|---|---|
| TypeID | integer |
None. |
|
| SMSTypeTitle | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TypeID": 1,
"SMSTypeTitle": "sample string 2"
}
application/xml, text/xml
Sample:
<SmsType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Objects"> <SMSTypeTitle>sample string 2</SMSTypeTitle> <TypeID>1</TypeID> </SmsType>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |