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

SimpleSmsMessageRequest

{
    "messageId": "string",
    "referenceId1": "string",
    "referenceId2": "string",
    "serviceId": "string",
    "requestId": "string",
    "initiatorId": "string",
    "text": "string",
    "destination": "string",
    "sourceAddress": "string",
    "priority": 0
}
Built with