POST api/SUB_Sector

Request Information

URI Parameters

None.

Body Parameters

TBL_SUB_SECTOR
NameDescriptionTypeAdditional information
SUB_SECTOR_ID

decimal number

None.

subSectorNameEn

string

None.

subSectorNameBil

string

None.

subSectorCode

string

None.

SECTOR_ID_FK

decimal number

None.

isActive

string

None.

LAST_UPDATE_ON

date

None.

uniqueIdentifier

string

None.

modifyFlag

boolean

None.

sectorCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "suB_SECTOR_ID": 1.0,
  "subSectorNameEn": "sample string 2",
  "subSectorNameBil": "sample string 3",
  "subSectorCode": "sample string 4",
  "sectoR_ID_FK": 5.0,
  "isActive": "sample string 6",
  "lasT_UPDATE_ON": "2025-05-05T17:31:06.3336279+03:00",
  "uniqueIdentifier": "sample string 8",
  "modifyFlag": true,
  "sectorCode": "sample string 10"
}

application/xml, text/xml

Sample:
<TBL_SUB_SECTOR 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:31:06.3336279+03:00</LAST_UPDATE_ON>
  <SECTOR_ID_FK>5</SECTOR_ID_FK>
  <SUB_SECTOR_ID>1</SUB_SECTOR_ID>
  <isActive>sample string 6</isActive>
  <modifyFlag>true</modifyFlag>
  <sectorCode>sample string 10</sectorCode>
  <subSectorCode>sample string 4</subSectorCode>
  <subSectorNameBil>sample string 3</subSectorNameBil>
  <subSectorNameEn>sample string 2</subSectorNameEn>
  <uniqueIdentifier>sample string 8</uniqueIdentifier>
</TBL_SUB_SECTOR>

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