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": "77c3a3b3-4647-46fe-9429-3a1b4a474be2",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2025-12-18T04:49:24.5609573-07:00",
"Status": "sample string 4",
"Sender_FK": "809dbe8f-dcd5-488c-9ad1-25f189074247"
}
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>77c3a3b3-4647-46fe-9429-3a1b4a474be2</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2025-12-18T04:49:24.5609573-07:00</Send_Datetime> <Sender_FK>809dbe8f-dcd5-488c-9ad1-25f189074247</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": "1a1575e6-dcf9-4931-9479-374cd4217ed2",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2025-12-18T04:49:24.847229-07:00",
"Status": "sample string 4",
"Sender_FK": "a9e7b5d0-2300-48ad-94ef-ccdf958b3bf1"
}
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>1a1575e6-dcf9-4931-9479-374cd4217ed2</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2025-12-18T04:49:24.847229-07:00</Send_Datetime> <Sender_FK>a9e7b5d0-2300-48ad-94ef-ccdf958b3bf1</Sender_FK> <Status>sample string 4</Status> </SMS_Log>