POST api/SmsSetting/SaveSmsSetting

Request Information

URI Parameters

None.

Body Parameters

SmsSettingModel
NameDescriptionTypeAdditional information
SMSID

integer

None.

SMSName

string

None.

SMSCode

string

None.

SMSSignature

string

None.

DLTEntityID

string

None.

DLTSenderID

string

None.

DLTTemplateID

string

None.

MsgLangaugeID

integer

None.

ScheduleDateTime

date

None.

SMSText

string

None.

RegSMSText

string

None.

IsSchedule

integer

None.

IsActive

integer

None.

ScheduleSmsMemberModel

Collection of ScheduleSmsMemberModel

None.

UserID

integer

None.

CompanyID

integer

None.

FinancialYearID

integer

None.

FinancialYear

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SMSID": 1,
  "SMSName": "sample string 2",
  "SMSCode": "sample string 3",
  "SMSSignature": "sample string 4",
  "DLTEntityID": "sample string 5",
  "DLTSenderID": "sample string 6",
  "DLTTemplateID": "sample string 7",
  "MsgLangaugeID": 1,
  "ScheduleDateTime": "2025-12-12T02:40:47.7744998+05:30",
  "SMSText": "sample string 8",
  "RegSMSText": "sample string 9",
  "IsSchedule": 1,
  "IsActive": 1,
  "ScheduleSmsMemberModel": [
    {
      "CustomerID": 1
    },
    {
      "CustomerID": 1
    }
  ],
  "UserID": 1,
  "CompanyID": 1,
  "FinancialYearID": 1,
  "FinancialYear": "sample string 10"
}

application/xml, text/xml

Sample:
<SmsSettingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MfgProj.BusinessObject">
  <CompanyID>1</CompanyID>
  <FinancialYear>sample string 10</FinancialYear>
  <FinancialYearID>1</FinancialYearID>
  <UserID>1</UserID>
  <DLTEntityID>sample string 5</DLTEntityID>
  <DLTSenderID>sample string 6</DLTSenderID>
  <DLTTemplateID>sample string 7</DLTTemplateID>
  <IsActive>1</IsActive>
  <IsSchedule>1</IsSchedule>
  <MsgLangaugeID>1</MsgLangaugeID>
  <RegSMSText>sample string 9</RegSMSText>
  <SMSCode>sample string 3</SMSCode>
  <SMSID>1</SMSID>
  <SMSName>sample string 2</SMSName>
  <SMSSignature>sample string 4</SMSSignature>
  <SMSText>sample string 8</SMSText>
  <ScheduleDateTime>2025-12-12T02:40:47.7744998+05:30</ScheduleDateTime>
  <ScheduleSmsMemberModel>
    <ScheduleSmsMemberModel>
      <CustomerID>1</CustomerID>
    </ScheduleSmsMemberModel>
    <ScheduleSmsMemberModel>
      <CustomerID>1</CustomerID>
    </ScheduleSmsMemberModel>
  </ScheduleSmsMemberModel>
</SmsSettingModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.