GET api/Company_License_Map
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TBL_COMPANY_LICENSE_MAP| Name | Description | Type | Additional information |
|---|---|---|---|
| COMP_LISE_MAP_ID | decimal number |
None. |
|
| COMPANY_ID_FK | decimal number |
None. |
|
| LICENSE_TYPE_STATUS_ID_FK | decimal number |
None. |
|
| isActive | string |
None. |
|
| LAST_UPDATE_ON | date |
None. |
|
| companyCode | string |
None. |
|
| modifyFlag | boolean |
None. |
|
| licenseTypeCode | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"comP_LISE_MAP_ID": 1.0,
"companY_ID_FK": 2.0,
"licensE_TYPE_STATUS_ID_FK": 3.0,
"isActive": "sample string 4",
"lasT_UPDATE_ON": "2025-10-27T20:49:53.3234647+03:00",
"companyCode": "sample string 6",
"modifyFlag": true,
"licenseTypeCode": [
"sample string 1",
"sample string 2"
]
},
{
"comP_LISE_MAP_ID": 1.0,
"companY_ID_FK": 2.0,
"licensE_TYPE_STATUS_ID_FK": 3.0,
"isActive": "sample string 4",
"lasT_UPDATE_ON": "2025-10-27T20:49:53.3234647+03:00",
"companyCode": "sample string 6",
"modifyFlag": true,
"licenseTypeCode": [
"sample string 1",
"sample string 2"
]
}
]
application/xml, text/xml
Sample:
<ArrayOfTBL_COMPANY_LICENSE_MAP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol">
<TBL_COMPANY_LICENSE_MAP>
<COMPANY_ID_FK>2</COMPANY_ID_FK>
<COMP_LISE_MAP_ID>1</COMP_LISE_MAP_ID>
<LAST_UPDATE_ON>2025-10-27T20:49:53.3234647+03:00</LAST_UPDATE_ON>
<LICENSE_TYPE_STATUS_ID_FK>3</LICENSE_TYPE_STATUS_ID_FK>
<companyCode>sample string 6</companyCode>
<isActive>sample string 4</isActive>
<licenseTypeCode xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</licenseTypeCode>
<modifyFlag>true</modifyFlag>
</TBL_COMPANY_LICENSE_MAP>
<TBL_COMPANY_LICENSE_MAP>
<COMPANY_ID_FK>2</COMPANY_ID_FK>
<COMP_LISE_MAP_ID>1</COMP_LISE_MAP_ID>
<LAST_UPDATE_ON>2025-10-27T20:49:53.3234647+03:00</LAST_UPDATE_ON>
<LICENSE_TYPE_STATUS_ID_FK>3</LICENSE_TYPE_STATUS_ID_FK>
<companyCode>sample string 6</companyCode>
<isActive>sample string 4</isActive>
<licenseTypeCode xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</licenseTypeCode>
<modifyFlag>true</modifyFlag>
</TBL_COMPANY_LICENSE_MAP>
</ArrayOfTBL_COMPANY_LICENSE_MAP>