POST api/Company

Request Information

URI Parameters

None.

Body Parameters

TBL_COMPANY
NameDescriptionTypeAdditional information
COMPANY_ID

decimal number

None.

companyNameEn

string

None.

companyNameBil

string

None.

companyShortNameEn

string

None.

companyShortNameBil

string

None.

companyCode

string

None.

SECTOR_ID_FK

decimal number

None.

SUB_SECTOR_ID_FK

decimal number

None.

LISTING_STATUS_ID_FK

decimal number

None.

COMPANY_LEGAL_STATUS_ID_FK

decimal number

None.

companyEmailId

string

None.

companyURL

string

None.

REGISTRATIONDATE

date

None.

authCapital

decimal number

None.

paidUpCapital

decimal number

None.

inKindCapital

decimal number

None.

branchDetail

string

None.

signatureForm

string

None.

ISSUANCE_MANAGER_ID_FK

decimal number

None.

isActive

string

None.

LAST_UPDATE_ON

date

None.

isOTC

string

None.

otherInfoAttachment

string

None.

isGovernment

string

None.

isMember

string

None.

isRegister

string

None.

isIslamic

string

None.

isSpv

string

None.

finYrFormat

decimal number

None.

companyPhoneNo

string

None.

companySymbolCode

string

None.

companyCtrlRegNo

string

None.

aseCode

string

None.

issunaceMgrCode

string

None.

listingStatusCode

string

None.

sectorCode

string

None.

uniqueIdentifier

string

None.

compLegalStatusCode

string

None.

subSectorCode

string

None.

modifyFlag

boolean

None.

dateFormat

string

None.

registerDate

string

None.

Request Formats

application/json, text/json

Sample:
{
  "companY_ID": 1.0,
  "companyNameEn": "sample string 2",
  "companyNameBil": "sample string 3",
  "companyShortNameEn": "sample string 4",
  "companyShortNameBil": "sample string 5",
  "companyCode": "sample string 6",
  "sectoR_ID_FK": 7.0,
  "suB_SECTOR_ID_FK": 8.0,
  "listinG_STATUS_ID_FK": 1.0,
  "companY_LEGAL_STATUS_ID_FK": 9.0,
  "companyEmailId": "sample string 10",
  "companyURL": "sample string 11",
  "registrationdate": "2025-05-05T16:08:11.9022471+03:00",
  "authCapital": 1.0,
  "paidUpCapital": 1.0,
  "inKindCapital": 1.0,
  "branchDetail": "sample string 12",
  "signatureForm": "sample string 13",
  "issuancE_MANAGER_ID_FK": 1.0,
  "isActive": "sample string 14",
  "lasT_UPDATE_ON": "2025-05-05T16:08:11.9022471+03:00",
  "isOTC": "sample string 16",
  "otherInfoAttachment": "sample string 17",
  "isGovernment": "sample string 18",
  "isMember": "sample string 19",
  "isRegister": "sample string 20",
  "isIslamic": "sample string 21",
  "isSpv": "sample string 22",
  "finYrFormat": 1.0,
  "companyPhoneNo": "sample string 23",
  "companySymbolCode": "sample string 24",
  "companyCtrlRegNo": "sample string 25",
  "aseCode": "sample string 26",
  "issunaceMgrCode": "sample string 27",
  "listingStatusCode": "sample string 28",
  "sectorCode": "sample string 29",
  "uniqueIdentifier": "sample string 30",
  "compLegalStatusCode": "sample string 31",
  "subSectorCode": "sample string 32",
  "modifyFlag": true,
  "dateFormat": "sample string 34",
  "registerDate": "sample string 35"
}

application/xml, text/xml

Sample:
<TBL_COMPANY xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol">
  <COMPANY_ID>1</COMPANY_ID>
  <COMPANY_LEGAL_STATUS_ID_FK>9</COMPANY_LEGAL_STATUS_ID_FK>
  <ISSUANCE_MANAGER_ID_FK>1</ISSUANCE_MANAGER_ID_FK>
  <LAST_UPDATE_ON>2025-05-05T16:08:11.9022471+03:00</LAST_UPDATE_ON>
  <LISTING_STATUS_ID_FK>1</LISTING_STATUS_ID_FK>
  <REGISTRATIONDATE>2025-05-05T16:08:11.9022471+03:00</REGISTRATIONDATE>
  <SECTOR_ID_FK>7</SECTOR_ID_FK>
  <SUB_SECTOR_ID_FK>8</SUB_SECTOR_ID_FK>
  <aseCode>sample string 26</aseCode>
  <authCapital>1</authCapital>
  <branchDetail>sample string 12</branchDetail>
  <compLegalStatusCode>sample string 31</compLegalStatusCode>
  <companyCode>sample string 6</companyCode>
  <companyCtrlRegNo>sample string 25</companyCtrlRegNo>
  <companyEmailId>sample string 10</companyEmailId>
  <companyNameBil>sample string 3</companyNameBil>
  <companyNameEn>sample string 2</companyNameEn>
  <companyPhoneNo>sample string 23</companyPhoneNo>
  <companyShortNameBil>sample string 5</companyShortNameBil>
  <companyShortNameEn>sample string 4</companyShortNameEn>
  <companySymbolCode>sample string 24</companySymbolCode>
  <companyURL>sample string 11</companyURL>
  <dateFormat>sample string 34</dateFormat>
  <finYrFormat>1</finYrFormat>
  <inKindCapital>1</inKindCapital>
  <isActive>sample string 14</isActive>
  <isGovernment>sample string 18</isGovernment>
  <isIslamic>sample string 21</isIslamic>
  <isMember>sample string 19</isMember>
  <isOTC>sample string 16</isOTC>
  <isRegister>sample string 20</isRegister>
  <isSpv>sample string 22</isSpv>
  <issunaceMgrCode>sample string 27</issunaceMgrCode>
  <listingStatusCode>sample string 28</listingStatusCode>
  <modifyFlag>true</modifyFlag>
  <otherInfoAttachment>sample string 17</otherInfoAttachment>
  <paidUpCapital>1</paidUpCapital>
  <registerDate>sample string 35</registerDate>
  <sectorCode>sample string 29</sectorCode>
  <signatureForm>sample string 13</signatureForm>
  <subSectorCode>sample string 32</subSectorCode>
  <uniqueIdentifier>sample string 30</uniqueIdentifier>
</TBL_COMPANY>

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