GET api/SMSDLR/Vonage
Request Information
URI Parameters
None.
Body Parameters
VonageDeliveryResult| Name | Description | Type | Additional information |
|---|---|---|---|
| msisdn | string |
None. |
|
| to | string |
None. |
|
| network-code | string |
None. |
|
| messageId | string |
None. |
|
| price | string |
None. |
|
| status | string |
None. |
|
| scts | string |
None. |
|
| err-code | string |
None. |
|
| api-key | string |
None. |
|
| message-timestamp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"msisdn": "sample string 1",
"to": "sample string 2",
"network-code": "sample string 3",
"messageId": "sample string 4",
"price": "sample string 5",
"status": "sample string 6",
"scts": "sample string 7",
"err-code": "sample string 8",
"api-key": "sample string 9",
"message-timestamp": "sample string 10"
}
application/xml, text/xml
Sample:
<VonageDeliveryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/AbbyIntegrationAPI"> <ApiKey>sample string 9</ApiKey> <ErrorCode>sample string 8</ErrorCode> <MessageId>sample string 4</MessageId> <MessageTimestamp>sample string 10</MessageTimestamp> <Msisdn>sample string 1</Msisdn> <NetworkCode>sample string 3</NetworkCode> <Price>sample string 5</Price> <Scts>sample string 7</Scts> <Status>sample string 6</Status> <ToValue>sample string 2</ToValue> </VonageDeliveryResult>
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.