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": "c95fa151-9ba5-4a52-8251-0b5f5394566e",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-09-14T13:48:09.7835487-07:00",
"Status": "sample string 4",
"Sender_FK": "7487dea8-2439-4bfd-87b4-1cb1283990fb"
}
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>c95fa151-9ba5-4a52-8251-0b5f5394566e</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-09-14T13:48:09.7835487-07:00</Send_Datetime> <Sender_FK>7487dea8-2439-4bfd-87b4-1cb1283990fb</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": "9539b40c-823b-4877-b535-8d80e5d4ad0f",
"Recepient": "sample string 2",
"Message": "sample string 3",
"Send_Datetime": "2026-09-14T13:48:10.0105273-07:00",
"Status": "sample string 4",
"Sender_FK": "f2f803aa-390f-4363-8e56-b380972222cd"
}
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>9539b40c-823b-4877-b535-8d80e5d4ad0f</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2026-09-14T13:48:10.0105273-07:00</Send_Datetime> <Sender_FK>f2f803aa-390f-4363-8e56-b380972222cd</Sender_FK> <Status>sample string 4</Status> </SMS_Log>