POST Triage/InsertLoginAudit

Request Information

URI Parameters

None.

Body Parameters

USERS_LOGINAUDIT
NameDescriptionTypeAdditional information
USER_LOIGIN_ID

integer

None.

USER_ID

integer

None.

LOGINDATE

date

None.

LOGOUTDATE

date

None.

SESSION_ID

string

None.

USER_IP_ADDRESS

string

None.

USER_MACHINENAME

string

None.

ORG_ID

integer

None.

TRANSFER_FLAG

string

None.

CENTER_ID

integer

None.

VERSION

string

None.

Request Formats

application/json, text/json

Sample:
{
  "USER_LOIGIN_ID": 1,
  "USER_ID": 1,
  "LOGINDATE": "2025-12-17T15:40:43.4891646+05:30",
  "LOGOUTDATE": "2025-12-17T15:40:43.4891646+05:30",
  "SESSION_ID": "sample string 2",
  "USER_IP_ADDRESS": "sample string 3",
  "USER_MACHINENAME": "sample string 4",
  "ORG_ID": 1,
  "TRANSFER_FLAG": "sample string 5",
  "CENTER_ID": 1,
  "VERSION": "sample string 6"
}

text/html

Sample:
{"USER_LOIGIN_ID":1,"USER_ID":1,"LOGINDATE":"2025-12-17T15:40:43.4891646+05:30","LOGOUTDATE":"2025-12-17T15:40:43.4891646+05:30","SESSION_ID":"sample string 2","USER_IP_ADDRESS":"sample string 3","USER_MACHINENAME":"sample string 4","ORG_ID":1,"TRANSFER_FLAG":"sample string 5","CENTER_ID":1,"VERSION":"sample string 6"}

application/xml, text/xml

Sample:
<USERS_LOGINAUDIT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tm.WebAPI.Models">
  <CENTER_ID>1</CENTER_ID>
  <LOGINDATE>2025-12-17T15:40:43.4891646+05:30</LOGINDATE>
  <LOGOUTDATE>2025-12-17T15:40:43.4891646+05:30</LOGOUTDATE>
  <ORG_ID>1</ORG_ID>
  <SESSION_ID>sample string 2</SESSION_ID>
  <TRANSFER_FLAG>sample string 5</TRANSFER_FLAG>
  <USER_ID>1</USER_ID>
  <USER_IP_ADDRESS>sample string 3</USER_IP_ADDRESS>
  <USER_LOIGIN_ID>1</USER_LOIGIN_ID>
  <USER_MACHINENAME>sample string 4</USER_MACHINENAME>
  <VERSION>sample string 6</VERSION>
</USERS_LOGINAUDIT>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

integer

Response Formats

application/json, text/json, text/html

Sample:
1

application/xml, text/xml

Sample:
<long xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</long>