POST api/SMS_Log

Request Information

URI Parameters

None.

Body Parameters

SMS_Log
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Recepient

string

None.

Message

string

None.

Send_Datetime

date

None.

Status

string

None.

Sender_FK

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "ID": "6103fede-4c4b-45e2-a012-3e994c0fa730",
  "Recepient": "sample string 2",
  "Message": "sample string 3",
  "Send_Datetime": "2025-07-01T05:53:03.4002774-07:00",
  "Status": "sample string 4",
  "Sender_FK": "df916672-cc39-4d56-a13e-9fe6ea392cee"
}

application/xml, text/xml

Sample:
<SMS_Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSMSAPIV2">
  <ID>6103fede-4c4b-45e2-a012-3e994c0fa730</ID>
  <Message>sample string 3</Message>
  <Recepient>sample string 2</Recepient>
  <Send_Datetime>2025-07-01T05:53:03.4002774-07:00</Send_Datetime>
  <Sender_FK>df916672-cc39-4d56-a13e-9fe6ea392cee</Sender_FK>
  <Status>sample string 4</Status>
</SMS_Log>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

SMS_Log
NameDescriptionTypeAdditional information
ID

globally unique identifier

None.

Recepient

string

None.

Message

string

None.

Send_Datetime

date

None.

Status

string

None.

Sender_FK

globally unique identifier

None.

Response Formats

application/json, text/json

Sample:
{
  "ID": "7e9d94d4-e9e7-492e-a462-42f5d7b60666",
  "Recepient": "sample string 2",
  "Message": "sample string 3",
  "Send_Datetime": "2025-07-01T05:53:03.6793397-07:00",
  "Status": "sample string 4",
  "Sender_FK": "e31542e6-c2eb-4655-824b-4cb1bc8fc17f"
}

application/xml, text/xml

Sample:
<SMS_Log xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebSMSAPIV2">
  <ID>7e9d94d4-e9e7-492e-a462-42f5d7b60666</ID>
  <Message>sample string 3</Message>
  <Recepient>sample string 2</Recepient>
  <Send_Datetime>2025-07-01T05:53:03.6793397-07:00</Send_Datetime>
  <Sender_FK>e31542e6-c2eb-4655-824b-4cb1bc8fc17f</Sender_FK>
  <Status>sample string 4</Status>
</SMS_Log>