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": "2947035a-75d4-4e95-bc6d-e5d8e853b2c5",
  "Recepient": "sample string 2",
  "Message": "sample string 3",
  "Send_Datetime": "2025-07-03T19:38:55.4020725-07:00",
  "Status": "sample string 4",
  "Sender_FK": "21fa4984-1a03-40ff-8f9d-8092ef4ff25a"
}

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>2947035a-75d4-4e95-bc6d-e5d8e853b2c5</ID>
  <Message>sample string 3</Message>
  <Recepient>sample string 2</Recepient>
  <Send_Datetime>2025-07-03T19:38:55.4020725-07:00</Send_Datetime>
  <Sender_FK>21fa4984-1a03-40ff-8f9d-8092ef4ff25a</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": "f1ba1d1d-3945-4f1e-bd74-d3823df191c0",
  "Recepient": "sample string 2",
  "Message": "sample string 3",
  "Send_Datetime": "2025-07-03T19:38:55.6416845-07:00",
  "Status": "sample string 4",
  "Sender_FK": "cf17b014-5fe1-43f8-a1fc-be28ea3dc9ac"
}

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>f1ba1d1d-3945-4f1e-bd74-d3823df191c0</ID>
  <Message>sample string 3</Message>
  <Recepient>sample string 2</Recepient>
  <Send_Datetime>2025-07-03T19:38:55.6416845-07:00</Send_Datetime>
  <Sender_FK>cf17b014-5fe1-43f8-a1fc-be28ea3dc9ac</Sender_FK>
  <Status>sample string 4</Status>
</SMS_Log>