POST COM/TextMagic/OMGTSms

Request Information

URI Parameters

None.

Body Parameters

TextMagicCallBackReply
NameDescriptionTypeAdditional information
Id

integer

None.

Sender

string

None.

Receiver

string

None.

MessageTime

string

None.

Text

string

None.

Date

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Sender": "sample string 2",
  "Receiver": "sample string 3",
  "MessageTime": "sample string 4",
  "Text": "sample string 5",
  "Date": "2026-04-01T10:41:42.7762091+02:00"
}

application/xml, text/xml

Sample:
<TextMagicCallBackReply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EITWEP.Business.Tools.MediasGenerator">
  <Id>1</Id>
  <MessageTime>sample string 4</MessageTime>
  <Receiver>sample string 3</Receiver>
  <Sender>sample string 2</Sender>
  <Text>sample string 5</Text>
</TextMagicCallBackReply>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'TextMagicCallBackReply'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.