POST api/SMS_Log
Request Information
URI Parameters
None.
Body Parameters
SMS_Log| Name | Description | Type | Additional 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": "c62e06ae-2609-40cf-bab7-0a3816097107",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-06-14T22:50:34.0284851-07:00",
"Status": "sample string 4",
"Sender_FK": "6340c9b7-a3e9-48ac-b694-86e9449db1c5"
}
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>c62e06ae-2609-40cf-bab7-0a3816097107</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-06-14T22:50:34.0284851-07:00</Send_Datetime> <Sender_FK>6340c9b7-a3e9-48ac-b694-86e9449db1c5</Sender_FK> <Status>sample string 4</Status> </SMS_Log>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
SMS_Log| Name | Description | Type | Additional 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": "763a8b45-a678-4b49-92ad-d667ef6b6eff",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-06-14T22:50:34.0441066-07:00",
"Status": "sample string 4",
"Sender_FK": "657316cb-3789-4cb9-8b7e-13a28b1745f3"
}
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>763a8b45-a678-4b49-92ad-d667ef6b6eff</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-06-14T22:50:34.0441066-07:00</Send_Datetime> <Sender_FK>657316cb-3789-4cb9-8b7e-13a28b1745f3</Sender_FK> <Status>sample string 4</Status> </SMS_Log>