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": "6ac82744-dc9c-454f-878c-3029cbb9e1a8",
  "Recepient": "sample string 2",
  "Message": "sample string 3",
  "Send_Datetime": "2025-10-17T23:23:05.7446983-07:00",
  "Status": "sample string 4",
  "Sender_FK": "117987e5-ed57-4d1f-809b-345179064fd5"
}

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>6ac82744-dc9c-454f-878c-3029cbb9e1a8</ID>
  <Message>sample string 3</Message>
  <Recepient>sample string 2</Recepient>
  <Send_Datetime>2025-10-17T23:23:05.7446983-07:00</Send_Datetime>
  <Sender_FK>117987e5-ed57-4d1f-809b-345179064fd5</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": "50cf0d56-7e4c-4917-9966-8dc179bb00ce",
  "Recepient": "sample string 2",
  "Message": "sample string 3",
  "Send_Datetime": "2025-10-17T23:23:05.9985354-07:00",
  "Status": "sample string 4",
  "Sender_FK": "f03f41ac-e1cf-41c4-806a-1e91e7303c4e"
}

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>50cf0d56-7e4c-4917-9966-8dc179bb00ce</ID>
  <Message>sample string 3</Message>
  <Recepient>sample string 2</Recepient>
  <Send_Datetime>2025-10-17T23:23:05.9985354-07:00</Send_Datetime>
  <Sender_FK>f03f41ac-e1cf-41c4-806a-1e91e7303c4e</Sender_FK>
  <Status>sample string 4</Status>
</SMS_Log>