Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The method can support either GET or POST actions.  The addition of ? in the url string will cause the system to send a Get requestIf the url provide for the Method contains a "?" or the characters "GET" our system will call an http GET mehtod on your service - otherwise our server will can an http POST method.  Also if the name "get" is in the url path the method will use the Get method.  Otherwise the method will use the Post verb.

The post method content type is application/json.


Post Parameter Name

 GET Replacement Token Name

 Meaning

text

TEXTP

Content of MO message

from

FROMP

Mobile number the message was sent from

id

MESSAGEIDP

MessageId from our server for the message

received

RECEIVEDP

DateTime ISO the message was received

recipient

RECIPIENTP

The to address of the message.

crefCREFThe customer MessageId for the MT message.  For this work the customer must provide a Id for there message when sent to us and the appSender must have flag set SupplyOwnMessageRef

mtMesasgeId

MTMESSAGEIDP


...