POST api/Sector

Request Information

URI Parameters

None.

Body Parameters

TBL_SECTOR
NameDescriptionTypeAdditional information
SECTOR_ID

decimal number

None.

sectorNameEn

string

None.

sectorNameBil

string

None.

sectorCode

string

None.

isActive

string

None.

LAST_UPDATE_ON

date

None.

uniqueIdentifier

string

None.

modifyFlag

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "sectoR_ID": 1.0,
  "sectorNameEn": "sample string 2",
  "sectorNameBil": "sample string 3",
  "sectorCode": "sample string 4",
  "isActive": "sample string 5",
  "lasT_UPDATE_ON": "2025-05-05T16:09:33.5543447+03:00",
  "uniqueIdentifier": "sample string 7",
  "modifyFlag": true
}

application/xml, text/xml

Sample:
<TBL_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-05T16:09:33.5543447+03:00</LAST_UPDATE_ON>
  <SECTOR_ID>1</SECTOR_ID>
  <isActive>sample string 5</isActive>
  <modifyFlag>true</modifyFlag>
  <sectorCode>sample string 4</sectorCode>
  <sectorNameBil>sample string 3</sectorNameBil>
  <sectorNameEn>sample string 2</sectorNameEn>
  <uniqueIdentifier>sample string 7</uniqueIdentifier>
</TBL_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/" />