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": "c148d2e9-ce7f-49b8-9bbb-ef33baac4c68",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-03-12T17:21:38.0892527-07:00",
"Status": "sample string 4",
"Sender_FK": "abfcdf1d-23c6-4c3c-8d98-4111f3f2faec"
}
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>c148d2e9-ce7f-49b8-9bbb-ef33baac4c68</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-03-12T17:21:38.0892527-07:00</Send_Datetime> <Sender_FK>abfcdf1d-23c6-4c3c-8d98-4111f3f2faec</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": "66745527-ae50-42b5-945b-33bd0a2f60c6",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-03-12T17:21:38.2752878-07:00",
"Status": "sample string 4",
"Sender_FK": "84403150-7c6e-4a23-879b-d59cbbd951e7"
}
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>66745527-ae50-42b5-945b-33bd0a2f60c6</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-03-12T17:21:38.2752878-07:00</Send_Datetime> <Sender_FK>84403150-7c6e-4a23-879b-d59cbbd951e7</Sender_FK> <Status>sample string 4</Status> </SMS_Log>