GET api/License_Status

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TBL_LICENSE_STATUS
NameDescriptionTypeAdditional information
LICENSE_TYPE_STATUS_ID

decimal number

None.

licenseTypeEn

string

None.

licenseTypeBil

string

None.

licenseTypeCode

string

None.

isActive

string

None.

LAST_UPDATE_ON

date

None.

uniqueIdentifier

string

None.

modifyFlag

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "licensE_TYPE_STATUS_ID": 1.0,
    "licenseTypeEn": "sample string 2",
    "licenseTypeBil": "sample string 3",
    "licenseTypeCode": "sample string 4",
    "isActive": "sample string 5",
    "lasT_UPDATE_ON": "2025-05-05T16:47:12.3932183+03:00",
    "uniqueIdentifier": "sample string 7",
    "modifyFlag": true
  },
  {
    "licensE_TYPE_STATUS_ID": 1.0,
    "licenseTypeEn": "sample string 2",
    "licenseTypeBil": "sample string 3",
    "licenseTypeCode": "sample string 4",
    "isActive": "sample string 5",
    "lasT_UPDATE_ON": "2025-05-05T16:47:12.3932183+03:00",
    "uniqueIdentifier": "sample string 7",
    "modifyFlag": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfTBL_LICENSE_STATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol">
  <TBL_LICENSE_STATUS>
    <LAST_UPDATE_ON>2025-05-05T16:47:12.3932183+03:00</LAST_UPDATE_ON>
    <LICENSE_TYPE_STATUS_ID>1</LICENSE_TYPE_STATUS_ID>
    <isActive>sample string 5</isActive>
    <licenseTypeBil>sample string 3</licenseTypeBil>
    <licenseTypeCode>sample string 4</licenseTypeCode>
    <licenseTypeEn>sample string 2</licenseTypeEn>
    <modifyFlag>true</modifyFlag>
    <uniqueIdentifier>sample string 7</uniqueIdentifier>
  </TBL_LICENSE_STATUS>
  <TBL_LICENSE_STATUS>
    <LAST_UPDATE_ON>2025-05-05T16:47:12.3932183+03:00</LAST_UPDATE_ON>
    <LICENSE_TYPE_STATUS_ID>1</LICENSE_TYPE_STATUS_ID>
    <isActive>sample string 5</isActive>
    <licenseTypeBil>sample string 3</licenseTypeBil>
    <licenseTypeCode>sample string 4</licenseTypeCode>
    <licenseTypeEn>sample string 2</licenseTypeEn>
    <modifyFlag>true</modifyFlag>
    <uniqueIdentifier>sample string 7</uniqueIdentifier>
  </TBL_LICENSE_STATUS>
</ArrayOfTBL_LICENSE_STATUS>