CreateInterface Data Type

Java class for CreateInterface complex type.

Properties
name data type description
svrinterfaceInfo SvrinterfaceInfo

Example

{
  "createInterface" : {
    "svrinterfaceInfo" : {
      "id" : "...",
      "name" : "...",
      "version" : "...",
      "status" : "REMOVED",
      "supplierName" : "...",
      "accessURL" : "...",
      "WSDLURL" : "...",
      "validtime" : 12345,
      "deprecatetime" : 12345,
      "suspendtime" : 12345,
      "docURL" : "...",
      "securityType" : "...",
      "authToken" : "...",
      "icon" : "...",
      "description" : "...",
      "throughput" : 12345,
      "notificationId" : "..."
    }
  }
}