GET api/Company_Legal_Status

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TBL_COMPANY_LEGAL_STATUS
NameDescriptionTypeAdditional information
COMPANY_LEGAL_STATUS_ID

decimal number

None.

compLegalStatusEn

string

None.

compLegalStatusBil

string

None.

isActive

string

None.

LAST_UPDATE_ON

date

None.

compLegalStatusCode

string

None.

uniqueIdentifier

string

None.

modifyFlag

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "companY_LEGAL_STATUS_ID": 1.0,
    "compLegalStatusEn": "sample string 2",
    "compLegalStatusBil": "sample string 3",
    "isActive": "sample string 4",
    "lasT_UPDATE_ON": "2025-05-05T17:18:15.4436432+03:00",
    "compLegalStatusCode": "sample string 6",
    "uniqueIdentifier": "sample string 7",
    "modifyFlag": true
  },
  {
    "companY_LEGAL_STATUS_ID": 1.0,
    "compLegalStatusEn": "sample string 2",
    "compLegalStatusBil": "sample string 3",
    "isActive": "sample string 4",
    "lasT_UPDATE_ON": "2025-05-05T17:18:15.4436432+03:00",
    "compLegalStatusCode": "sample string 6",
    "uniqueIdentifier": "sample string 7",
    "modifyFlag": true
  }
]

application/xml, text/xml

Sample:
<ArrayOfTBL_COMPANY_LEGAL_STATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol">
  <TBL_COMPANY_LEGAL_STATUS>
    <COMPANY_LEGAL_STATUS_ID>1</COMPANY_LEGAL_STATUS_ID>
    <LAST_UPDATE_ON>2025-05-05T17:18:15.4436432+03:00</LAST_UPDATE_ON>
    <compLegalStatusBil>sample string 3</compLegalStatusBil>
    <compLegalStatusCode>sample string 6</compLegalStatusCode>
    <compLegalStatusEn>sample string 2</compLegalStatusEn>
    <isActive>sample string 4</isActive>
    <modifyFlag>true</modifyFlag>
    <uniqueIdentifier>sample string 7</uniqueIdentifier>
  </TBL_COMPANY_LEGAL_STATUS>
  <TBL_COMPANY_LEGAL_STATUS>
    <COMPANY_LEGAL_STATUS_ID>1</COMPANY_LEGAL_STATUS_ID>
    <LAST_UPDATE_ON>2025-05-05T17:18:15.4436432+03:00</LAST_UPDATE_ON>
    <compLegalStatusBil>sample string 3</compLegalStatusBil>
    <compLegalStatusCode>sample string 6</compLegalStatusCode>
    <compLegalStatusEn>sample string 2</compLegalStatusEn>
    <isActive>sample string 4</isActive>
    <modifyFlag>true</modifyFlag>
    <uniqueIdentifier>sample string 7</uniqueIdentifier>
  </TBL_COMPANY_LEGAL_STATUS>
</ArrayOfTBL_COMPANY_LEGAL_STATUS>