Hello here is what am trying to achieve

{ 
   "getServiceTemplateThingsResponse":{ 
      "requestId":"",
      "partner_id":"",
      "customer_id":"0000",
      "result_code":"",
      "result_description":"",
      "response":[ 
         { 
            "udid":"",
            "imsi":"",
            "iccid":"",
            "euiccid":"",
            "ip":"",
            "state":""
         },
         { 
            "udid":"",
            "imsi":"",
            "iccid":"",
            "euiccid":"",
            "ip":"",
            "state":""
         },    
]
   }
}

But here is what am able to do so far on swagger editor, please help me out


{ 
   "getServiceTemplateThingsResponse":{ 
      "requestId":"",
      "partner_id":"",
      "customer_id":"0000",
      "result_code":"",
      "result_description":"",
      "response":[ 
         { 
            "udid":"",
            "imsi":"",
            "iccid":"",
            "euiccid":"",
            "ip":"",
            "state":""
         }
      ]
   }
}


-- 
You received this message because you are subscribed to the Google Groups 
"Swagger" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to