Blackkonnect SMS
  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
    • Sample Schemas
      • Pet
      • Category
      • Tag
    • Schemas
      • SimpleSmsMessageRequest
      • GenericRequest
      • ItemPagination
      • SimpleSmsMessageResponse
      • BulkSmsMessageRequest
      • DeliveryTime
      • DeliveryWindow
      • MessageDestination
      • SmsMessage
      • BulkSmsMessageResponse
      • MessageGroupStatus
      • SmsMessageDeliveryStatus
      • ProblemDetail
      • GenericResponseNetworkOperatorMessageDeliveryDTO
      • GatewayMessageDeliveryStatus
      • NetworkOperatorMessageDeliveryDTO
      • GatewayMessageDeliveryStatusDTO
  1. Schemas

GenericResponseNetworkOperatorMessageDeliveryDTO

{
    "code": 0,
    "message": {},
    "data": {
        "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"
    },
    "correlationId": "string",
    "conversationId": "string",
    "requestId": "string",
    "items": [
        {
            "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"
        }
    ],
    "itemPagination": {
        "totalElements": 0,
        "pageSize": 0,
        "totalPages": 0,
        "pageNumber": 0,
        "offSet": 0
    },
    "isSuccessful": true
}
Built with