POST api/SmsInBound

Documentation for 'Post'.

Request Information

Parameters

NameDescriptionAdditional information
smsIn
Documentation for 'smsIn'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "User": {
    "username": "sample string 1",
    "password": "sample string 2"
  },
  "ReceiverNumber": "sample string 2",
  "Keyword": "sample string 3",
  "StartDate": "2024-05-18T08:43:54.6196491+02:00",
  "EndDate": "2024-05-18T08:43:54.6196491+02:00"
}

application/xml, text/xml

Sample:
<SmsInBound xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <EndDate>2024-05-18T08:43:54.6196491+02:00</EndDate>
  <Keyword>sample string 3</Keyword>
  <ReceiverNumber>sample string 2</ReceiverNumber>
  <StartDate>2024-05-18T08:43:54.6196491+02:00</StartDate>
  <User>
    <password>sample string 2</password>
    <username>sample string 1</username>
  </User>
</SmsInBound>

application/x-www-form-urlencoded

Sample:

Sample not available.