POST api/MTN/Notify

Request Information

URI Parameters

None.

Body Parameters

OMA.DeliveryNotificationSMSStatus
NameDescriptionTypeAdditional information
deliveryInfoNotification

OMA.DeliveryInfoNotification

None.

Request Formats

application/json, text/json

Sample:
{
  "deliveryInfoNotification": {
    "callbackData": "sample string 1",
    "deliveryInfo": {
      "address": "sample string 1",
      "deliveryStatus": "sample string 2",
      "deliveryStatusEnum": 0
    }
  }
}

application/xml, text/xml

Sample:
<DeliveryNotificationSMSStatus xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OMA">
  <DeliveryInfoNotification>
    <CallbackData>sample string 1</CallbackData>
    <DeliveryInfo>
      <Address>sample string 1</Address>
      <DeliveryStatus>sample string 2</DeliveryStatus>
      <DeliveryStatusEnum>DeliveredToTerminal</DeliveryStatusEnum>
    </DeliveryInfo>
  </DeliveryInfoNotification>
</DeliveryNotificationSMSStatus>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

System.Web.Http.IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.