POST api/Scheduler/AddHistorySMS

Request Information

URI Parameters

None.

Body Parameters

HistorySM
NameDescriptionTypeAdditional information
HistorySMSID

integer

None.

Mobile

string

None.

SMSText

string

None.

InsertDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "HistorySMSID": 1,
  "Mobile": "sample string 2",
  "SMSText": "sample string 3",
  "InsertDate": "2026-05-27T05:23:33.5065595+03:30"
}

application/xml, text/xml

Sample:
<HistorySM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ReportingServiceApi.Models.DominModels">
  <HistorySMSID>1</HistorySMSID>
  <InsertDate>2026-05-27T05:23:33.5065595+03:30</InsertDate>
  <Mobile>sample string 2</Mobile>
  <SMSText>sample string 3</SMSText>
</HistorySM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>