POST api/License_Status

Request Information

URI Parameters

None.

Body Parameters

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.

Request 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-05T17:05:45.8161978+03:00",
  "uniqueIdentifier": "sample string 7",
  "modifyFlag": true
}

application/xml, text/xml

Sample:
<TBL_LICENSE_STATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol">
  <LAST_UPDATE_ON>2025-05-05T17:05:45.8161978+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>

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/" />