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": "7b047415-3162-466b-8822-d6b34b8376f7",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-07-30T12:38:26.4879971-07:00",
"Status": "sample string 4",
"Sender_FK": "a0929ceb-379c-42a8-adf7-ba7eca28b489"
}
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>7b047415-3162-466b-8822-d6b34b8376f7</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-07-30T12:38:26.4879971-07:00</Send_Datetime> <Sender_FK>a0929ceb-379c-42a8-adf7-ba7eca28b489</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": "e8f8826a-d2c6-4636-99d5-cb70ffc934cf",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-07-30T12:38:26.8473508-07:00",
"Status": "sample string 4",
"Sender_FK": "f836f1ba-1e33-47a6-9804-0dfdeb37f1a5"
}
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>e8f8826a-d2c6-4636-99d5-cb70ffc934cf</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-07-30T12:38:26.8473508-07:00</Send_Datetime> <Sender_FK>f836f1ba-1e33-47a6-9804-0dfdeb37f1a5</Sender_FK> <Status>sample string 4</Status> </SMS_Log>