CheckStatusResponseStructure Data Type

Implemented Interfaces
Serializable
Properties
name data type description
ResponseTimestamp string
ProducerRef ParticipantRefStructure
Address string
ResponseMessageIdentifier MessageQualifierStructure
RequestMessageRef MessageRefStructure
Status boolean
ErrorCondition ErrorCondition
ValidUntil string
ShortestPossibleCycle Duration
ServiceStartedTime string
Extensions ExtensionsStructure

Example

{
  "ResponseTimestamp" : "...",
  "ProducerRef" : {
    "value" : "..."
  },
  "Address" : "...",
  "ResponseMessageIdentifier" : {
    "value" : "..."
  },
  "RequestMessageRef" : {
    "value" : "..."
  },
  "Status" : true,
  "ErrorCondition" : {
    "ServiceNotAvailableError" : {
      "ErrorText" : "..."
    },
    "OtherError" : {
      "ErrorText" : "..."
    },
    "Description" : {
      "value" : "..."
    }
  },
  "ValidUntil" : "...",
  "ShortestPossibleCycle" : {
    "sign" : 12345,
    "seconds" : 12345,
    "months" : 12345,
    "years" : 12345,
    "days" : 12345,
    "XMLSchemaType" : "...",
    "hours" : 12345,
    "minutes" : 12345
  },
  "ServiceStartedTime" : "...",
  "Extensions" : {
    "any" : { }
  }
}