POST api/Online/AddSMSReply
Request Information
URI Parameters
None.
Body Parameters
SMS_Reply| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| MerchantId | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| Message | string |
None. |
|
| CreatedDate | date |
None. |
|
| DeviceId | string |
None. |
|
| Status | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ID": 1,
"MerchantId": 1,
"PhoneNumber": "sample string 2",
"Message": "sample string 3",
"CreatedDate": "2026-04-04T00:59:42.5858333+00:00",
"DeviceId": "sample string 4",
"Status": 1
}
application/xml, text/xml
Sample:
<SMS_Reply xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LP.WebAPI.Models"> <CreatedDate>2026-04-04T00:59:42.5858333+00:00</CreatedDate> <DeviceId>sample string 4</DeviceId> <ID>1</ID> <MerchantId>1</MerchantId> <Message>sample string 3</Message> <PhoneNumber>sample string 2</PhoneNumber> <Status>1</Status> </SMS_Reply>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.