POST api/InteractSms/UpdateSmsDetails
Request Information
URI Parameters
None.
Body Parameters
InteractSmsDeliveryReceipt| Name | Description | Type | Additional information |
|---|---|---|---|
| Type | string |
None. |
|
| NotifyID | string |
None. |
|
| Success | boolean |
None. |
|
| To | string |
None. |
|
| From | string |
None. |
|
| Verify | string |
None. |
|
| TotalToSend | integer |
None. |
|
| TotalSent | integer |
None. |
|
| TotalFailed | integer |
None. |
|
| TimeStamp | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"Type": "sample string 1",
"NotifyID": "sample string 2",
"Success": true,
"To": "sample string 4",
"From": "sample string 5",
"Verify": "sample string 6",
"TotalToSend": 7,
"TotalSent": 8,
"TotalFailed": 9,
"TimeStamp": "2026-02-04T01:07:23.277872+00:00"
}
application/xml, text/xml
Sample:
<InteractSmsDeliveryReceipt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tss.Eitr.Customer.Agria.WebApi.Models"> <From>sample string 5</From> <NotifyID>sample string 2</NotifyID> <Success>true</Success> <TimeStamp>2026-02-04T01:07:23.277872+00:00</TimeStamp> <To>sample string 4</To> <TotalFailed>9</TotalFailed> <TotalSent>8</TotalSent> <TotalToSend>7</TotalToSend> <Type>sample string 1</Type> <Verify>sample string 6</Verify> </InteractSmsDeliveryReceipt>
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.