1. Schemas
Blackkonnect SMS
  • Blackkonnnect SMS API
  • Access Token
    • Retrieve access token
      POST
  • Mobile SMS Messaging
    • Send a simple SMS message
      POST
    • Send bulk SMS messages
      POST
    • Get message status
      GET
    • Get message status
      GET
  • Schemas
    • Schemas
      • GenericResponseNetworkOperatorMessageDeliveryDTO
      • NetworkOperatorMessageDeliveryDTO
      • GatewayMessageDeliveryStatusDTO
    • SimpleSmsMessageRequest
    • GenericRequest
    • ItemPagination
    • SimpleSmsMessageResponse
    • BulkSmsMessageRequest
    • DeliveryTime
    • DeliveryWindow
    • MessageDestination
    • SmsMessage
    • BulkSmsMessageResponse
    • MessageGroupStatus
    • SmsMessageDeliveryStatus
    • ProblemDetail
    • GatewayMessageDeliveryStatus
    • TokenRequest
  1. Schemas

NetworkOperatorMessageDeliveryDTO

A list of items associated with the request

{
    "id": 0,
    "uuid": "095be615-a8ad-4c33-8e9c-c7612fbf6c9f",
    "messageId": "string",
    "bulkReferenceId": "string",
    "partReferenceId": "string",
    "networkOperatorId": "bf60cbdb-d391-41a1-ac4d-945b6a497d96",
    "messageReference": "string",
    "referenceId1": "string",
    "referenceId2": "string",
    "serviceName": "string",
    "serviceCode": "string",
    "serviceReference": "string",
    "submitId": "string",
    "receiptId": "string",
    "destination": "string",
    "sourceAddress": "string",
    "mobileCountryCode": "string",
    "mobileCountry": "string",
    "carrierName": "string",
    "mobileNetworkCode": "string",
    "operatorName": "string",
    "clientId": "string",
    "clientReference": "string",
    "senderName": "string",
    "cost": 0,
    "organisationId": "c9b3f279-e3b5-4204-ad99-646257417f98",
    "deliveryStatus": "QUEUED",
    "messageContent": "string",
    "deliveryStatusNarration": "string",
    "channelDirection": "OUTGOING",
    "retryCount": 0,
    "retryTimestamp": "2019-08-24T14:15:22.123Z",
    "createdDate": "2019-08-24T14:15:22.123Z",
    "modifiedDate": "2019-08-24T14:15:22.123Z",
    "deliveryTimestamp": "2019-08-24T14:15:22.123Z",
    "receiptTimeStamp": "2019-08-24T14:15:22.123Z",
    "recordStatus": "ACTIVE",
    "batchLineProcessingStatus": "PENDING",
    "batchLineProcessingTimeStamp": "2019-08-24T14:15:22.123Z"
}
Built with