GET Gam/getLicenseInfoByNationalNo?nationalNo={nationalNo}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
nationalNo

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of License
NameDescriptionTypeAdditional information
BLD_NUMBER

integer

None.

BOX_NO

integer

None.

BRN_NUMBER

string

None.

DISTRICT_NAME

string

None.

DISTRICT_NO

integer

None.

EST_KIND_CODE

integer

None.

EST_KIND_NAME

string

None.

FLOOR_NO

integer

None.

LIC_ADDRESS

string

None.

LIC_DEG_CODE

string

None.

LIC_DUE_DATE

string

None.

LIC_NO

integer

None.

LIC_REN_CODE

integer

None.

LIC_REN_DATE

string

None.

LIC_REN_NAME

string

None.

LIC_START_DATE

string

None.

LIC_STATUS_CODE

integer

None.

LIC_STATUS_NAME

string

None.

NAT_NO

decimal number

None.

ORG_DISTRICT_NO

integer

None.

ORG_LIC_NO

integer

None.

PATH_NUMBER

integer

None.

PHONE_NO

decimal number

None.

PLACE_AREA

integer

None.

PLOT_NUMBER

integer

None.

PROF_DESC

string

None.

PROF_DESC2

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BLD_NUMBER": 1,
    "BOX_NO": 1,
    "BRN_NUMBER": "sample string 1",
    "DISTRICT_NAME": "sample string 2",
    "DISTRICT_NO": 1,
    "EST_KIND_CODE": 1,
    "EST_KIND_NAME": "sample string 3",
    "FLOOR_NO": 1,
    "LIC_ADDRESS": "sample string 4",
    "LIC_DEG_CODE": "sample string 5",
    "LIC_DUE_DATE": "sample string 6",
    "LIC_NO": 1,
    "LIC_REN_CODE": 1,
    "LIC_REN_DATE": "sample string 7",
    "LIC_REN_NAME": "sample string 8",
    "LIC_START_DATE": "sample string 9",
    "LIC_STATUS_CODE": 1,
    "LIC_STATUS_NAME": "sample string 10",
    "NAT_NO": 1.0,
    "ORG_DISTRICT_NO": 1,
    "ORG_LIC_NO": 1,
    "PATH_NUMBER": 1,
    "PHONE_NO": 1.0,
    "PLACE_AREA": 1,
    "PLOT_NUMBER": 1,
    "PROF_DESC": "sample string 11",
    "PROF_DESC2": "sample string 12"
  },
  {
    "BLD_NUMBER": 1,
    "BOX_NO": 1,
    "BRN_NUMBER": "sample string 1",
    "DISTRICT_NAME": "sample string 2",
    "DISTRICT_NO": 1,
    "EST_KIND_CODE": 1,
    "EST_KIND_NAME": "sample string 3",
    "FLOOR_NO": 1,
    "LIC_ADDRESS": "sample string 4",
    "LIC_DEG_CODE": "sample string 5",
    "LIC_DUE_DATE": "sample string 6",
    "LIC_NO": 1,
    "LIC_REN_CODE": 1,
    "LIC_REN_DATE": "sample string 7",
    "LIC_REN_NAME": "sample string 8",
    "LIC_START_DATE": "sample string 9",
    "LIC_STATUS_CODE": 1,
    "LIC_STATUS_NAME": "sample string 10",
    "NAT_NO": 1.0,
    "ORG_DISTRICT_NO": 1,
    "ORG_LIC_NO": 1,
    "PATH_NUMBER": 1,
    "PHONE_NO": 1.0,
    "PLACE_AREA": 1,
    "PLOT_NUMBER": 1,
    "PROF_DESC": "sample string 11",
    "PROF_DESC2": "sample string 12"
  }
]

application/xml, text/xml

Sample:
<ArrayOfLicense xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MoICT.Entities">
  <License>
    <BLD_NUMBER>1</BLD_NUMBER>
    <BOX_NO>1</BOX_NO>
    <BRN_NUMBER>sample string 1</BRN_NUMBER>
    <DISTRICT_NAME>sample string 2</DISTRICT_NAME>
    <DISTRICT_NO>1</DISTRICT_NO>
    <EST_KIND_CODE>1</EST_KIND_CODE>
    <EST_KIND_NAME>sample string 3</EST_KIND_NAME>
    <FLOOR_NO>1</FLOOR_NO>
    <LIC_ADDRESS>sample string 4</LIC_ADDRESS>
    <LIC_DEG_CODE>sample string 5</LIC_DEG_CODE>
    <LIC_DUE_DATE>sample string 6</LIC_DUE_DATE>
    <LIC_NO>1</LIC_NO>
    <LIC_REN_CODE>1</LIC_REN_CODE>
    <LIC_REN_DATE>sample string 7</LIC_REN_DATE>
    <LIC_REN_NAME>sample string 8</LIC_REN_NAME>
    <LIC_START_DATE>sample string 9</LIC_START_DATE>
    <LIC_STATUS_CODE>1</LIC_STATUS_CODE>
    <LIC_STATUS_NAME>sample string 10</LIC_STATUS_NAME>
    <NAT_NO>1</NAT_NO>
    <ORG_DISTRICT_NO>1</ORG_DISTRICT_NO>
    <ORG_LIC_NO>1</ORG_LIC_NO>
    <PATH_NUMBER>1</PATH_NUMBER>
    <PHONE_NO>1</PHONE_NO>
    <PLACE_AREA>1</PLACE_AREA>
    <PLOT_NUMBER>1</PLOT_NUMBER>
    <PROF_DESC>sample string 11</PROF_DESC>
    <PROF_DESC2>sample string 12</PROF_DESC2>
  </License>
  <License>
    <BLD_NUMBER>1</BLD_NUMBER>
    <BOX_NO>1</BOX_NO>
    <BRN_NUMBER>sample string 1</BRN_NUMBER>
    <DISTRICT_NAME>sample string 2</DISTRICT_NAME>
    <DISTRICT_NO>1</DISTRICT_NO>
    <EST_KIND_CODE>1</EST_KIND_CODE>
    <EST_KIND_NAME>sample string 3</EST_KIND_NAME>
    <FLOOR_NO>1</FLOOR_NO>
    <LIC_ADDRESS>sample string 4</LIC_ADDRESS>
    <LIC_DEG_CODE>sample string 5</LIC_DEG_CODE>
    <LIC_DUE_DATE>sample string 6</LIC_DUE_DATE>
    <LIC_NO>1</LIC_NO>
    <LIC_REN_CODE>1</LIC_REN_CODE>
    <LIC_REN_DATE>sample string 7</LIC_REN_DATE>
    <LIC_REN_NAME>sample string 8</LIC_REN_NAME>
    <LIC_START_DATE>sample string 9</LIC_START_DATE>
    <LIC_STATUS_CODE>1</LIC_STATUS_CODE>
    <LIC_STATUS_NAME>sample string 10</LIC_STATUS_NAME>
    <NAT_NO>1</NAT_NO>
    <ORG_DISTRICT_NO>1</ORG_DISTRICT_NO>
    <ORG_LIC_NO>1</ORG_LIC_NO>
    <PATH_NUMBER>1</PATH_NUMBER>
    <PHONE_NO>1</PHONE_NO>
    <PLACE_AREA>1</PLACE_AREA>
    <PLOT_NUMBER>1</PLOT_NUMBER>
    <PROF_DESC>sample string 11</PROF_DESC>
    <PROF_DESC2>sample string 12</PROF_DESC2>
  </License>
</ArrayOfLicense>