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": "822119b3-b29e-41d9-a8b6-e4148dfd0d2d",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2025-12-04T08:11:26.242101-07:00",
"Status": "sample string 4",
"Sender_FK": "8cc69231-424d-4fe0-89c5-d415fec3b8f8"
}
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>822119b3-b29e-41d9-a8b6-e4148dfd0d2d</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2025-12-04T08:11:26.242101-07:00</Send_Datetime> <Sender_FK>8cc69231-424d-4fe0-89c5-d415fec3b8f8</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": "3f717687-e688-424f-b468-b016481d5279",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2025-12-04T08:11:26.6875836-07:00",
"Status": "sample string 4",
"Sender_FK": "71faae82-8b91-42c9-b7f5-46d316e52c37"
}
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>3f717687-e688-424f-b468-b016481d5279</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2025-12-04T08:11:26.6875836-07:00</Send_Datetime> <Sender_FK>71faae82-8b91-42c9-b7f5-46d316e52c37</Sender_FK> <Status>sample string 4</Status> </SMS_Log>