POST api/Company_License_Map

Request Information

URI Parameters

None.

Body Parameters

TBL_COMPANY_LICENSE_MAP
NameDescriptionTypeAdditional 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.

Request 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-05-05T16:15:18.6604059+03:00",
  "companyCode": "sample string 6",
  "modifyFlag": true,
  "licenseTypeCode": [
    "sample string 1",
    "sample string 2"
  ]
}

application/xml, text/xml

Sample:
<TBL_COMPANY_LICENSE_MAP xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol">
  <COMPANY_ID_FK>2</COMPANY_ID_FK>
  <COMP_LISE_MAP_ID>1</COMP_LISE_MAP_ID>
  <LAST_UPDATE_ON>2025-05-05T16:15:18.6604059+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:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </licenseTypeCode>
  <modifyFlag>true</modifyFlag>
</TBL_COMPANY_LICENSE_MAP>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />