PUT api/SMS_Log/{id}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id | globally unique identifier |
Required |
Body Parameters
SMS_LogName | 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": "e24d593b-52c2-43cc-b7c8-919f88d7a45b", "Recepient": "sample string 2", "Message": "sample string 3", "Send_Datetime": "2025-05-09T00:28:24.1317802-07:00", "Status": "sample string 4", "Sender_FK": "1bdc15b0-d84d-430c-a450-51f84d639bda" }
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>e24d593b-52c2-43cc-b7c8-919f88d7a45b</ID> <Message>sample string 3</Message> <Recepient>sample string 2</Recepient> <Send_Datetime>2025-05-09T00:28:24.1317802-07:00</Send_Datetime> <Sender_FK>1bdc15b0-d84d-430c-a450-51f84d639bda</Sender_FK> <Status>sample string 4</Status> </SMS_Log>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.