{
  "swagger" : "2.0",
  "info" : {
    "version" : "1.0",
    "title" : "Şarj Ağı İşletmeci Lisansı Sorgula"
  },
  "host" : "apigateway.epdk.gov.tr",
  "basePath" : "/sarjAgiIsletmeciLisansiSorgula",
  "tags" : [ {
    "name" : "Şarj Ağı İşletmeci Lisansı Sorgula",
    "description" : "Şarj Ağı İşletmeci Lisansı Sorgula"
  } ],
  "schemes" : [ "https" ],
  "consumes" : [ "application/json" ],
  "produces" : [ "application/json" ],
  "security" : [ ],
  "paths" : {
    "/" : {
      "get" : {
        "tags" : [ "Şarj Ağı İşletmeci Lisansı Sorgula" ],
        "operationId" : "get_",
        "consumes" : [ "application/json" ],
        "produces" : [ "application/json" ],
        "parameters" : [ {
          "in" : "body",
          "name" : "body",
          "required" : true,
          "schema" : {
            "type" : "string",
            "example" : {"lisansNo":"?","lisansDurumu":["?"],"vergiNo":"?","unvan":"?"}
          }
        } ],
        "responses" : {
          "200" : {
            "description" : "/",
            "examples" : { },
            "headers" : { }
          }
        },
        "responsesObject" : {
          "200" : {
            "description" : "/",
            "examples" : { },
            "headers" : { }
          }
        },
        "deprecated" : false
      },
      "parameters" : [ ]
    }
  },
  "definitions" : { }
}