POST api/Common/ManageActiveInactive
Request Information
URI Parameters
None.
Body Parameters
EL_ActiveInactive| Name | Description | Type | Additional information |
|---|---|---|---|
| ActiveInactiveFor | string |
None. |
|
| IsActive | boolean |
None. |
|
| UserID | integer |
None. |
|
| TranDate | date |
None. |
|
| ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ActiveInactiveFor": "sample string 1",
"IsActive": true,
"UserID": 3,
"TranDate": "2026-02-06T08:49:03.2686193+00:00",
"ID": 5
}
application/xml, text/xml
Sample:
<EL_ActiveInactive xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISS.General.Library.EL"> <ID>5</ID> <IsActive>true</IsActive> <TranDate>2026-02-06T08:49:03.2686193+00:00</TranDate> <UserID>3</UserID> <ActiveInactiveFor>sample string 1</ActiveInactiveFor> </EL_ActiveInactive>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
EL_CommonManageSQLReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | integer |
None. |
|
| Message | string |
None. |
|
| ID | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": 1,
"Message": "sample string 2",
"ID": 3
}
application/xml, text/xml
Sample:
<EL_CommonManageSQLReturn xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ISS.General.Library.EL"> <ID>3</ID> <Message>sample string 2</Message> <Status>1</Status> </EL_CommonManageSQLReturn>