POST api/Company_Legal_Status
Request Information
URI Parameters
None.
Body Parameters
TBL_COMPANY_LEGAL_STATUS| Name | Description | Type | Additional information |
|---|---|---|---|
| COMPANY_LEGAL_STATUS_ID | decimal number |
None. |
|
| compLegalStatusEn | string |
None. |
|
| compLegalStatusBil | string |
None. |
|
| isActive | string |
None. |
|
| LAST_UPDATE_ON | date |
None. |
|
| compLegalStatusCode | string |
None. |
|
| uniqueIdentifier | string |
None. |
|
| modifyFlag | boolean |
None. |
Request Formats
application/json, text/json
Sample:
{
"companY_LEGAL_STATUS_ID": 1.0,
"compLegalStatusEn": "sample string 2",
"compLegalStatusBil": "sample string 3",
"isActive": "sample string 4",
"lasT_UPDATE_ON": "2025-10-27T20:51:45.4648187+03:00",
"compLegalStatusCode": "sample string 6",
"uniqueIdentifier": "sample string 7",
"modifyFlag": true
}
application/xml, text/xml
Sample:
<TBL_COMPANY_LEGAL_STATUS xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JSC_XBRL_integration_sol"> <COMPANY_LEGAL_STATUS_ID>1</COMPANY_LEGAL_STATUS_ID> <LAST_UPDATE_ON>2025-10-27T20:51:45.4648187+03:00</LAST_UPDATE_ON> <compLegalStatusBil>sample string 3</compLegalStatusBil> <compLegalStatusCode>sample string 6</compLegalStatusCode> <compLegalStatusEn>sample string 2</compLegalStatusEn> <isActive>sample string 4</isActive> <modifyFlag>true</modifyFlag> <uniqueIdentifier>sample string 7</uniqueIdentifier> </TBL_COMPANY_LEGAL_STATUS>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ObjectNone.
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/" />