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": "348a7190-9be4-46ed-a128-c7d3e7bc364d",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-03-18T11:52:26.7367326-07:00",
"Status": "sample string 4",
"Sender_FK": "ac73ce57-45c4-4207-a346-5ce37660fd81"
}
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>348a7190-9be4-46ed-a128-c7d3e7bc364d</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-03-18T11:52:26.7367326-07:00</Send_Datetime> <Sender_FK>ac73ce57-45c4-4207-a346-5ce37660fd81</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": "3a3187e2-a8cf-45f2-83c5-e5e4d40e97f2",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-03-18T11:52:26.9728406-07:00",
"Status": "sample string 4",
"Sender_FK": "6ce63b22-5130-405c-9932-e1fef179a7a6"
}
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>3a3187e2-a8cf-45f2-83c5-e5e4d40e97f2</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-03-18T11:52:26.9728406-07:00</Send_Datetime> <Sender_FK>6ce63b22-5130-405c-9932-e1fef179a7a6</Sender_FK> <Status>sample string 4</Status> </SMS_Log>