PUT api/LoginTrack/Delete

Request Information

URI Parameters

None.

Body Parameters

LoginTrackModel
NameDescriptionTypeAdditional information
Track_ID

integer

None.

UserID

integer

None.

IPAddress

string

None.

ActionTime

date

None.

Action

string

None.

MacAddress

string

None.

latitudeLongitude

string

None.

DeviceType

string

None.

DeviceName

string

None.

AuthenticationType

byte

None.

CreatedDate

date

None.

CreatedBy_ID

integer

None.

ModifiedDate

date

None.

ModifiedBy_ID

integer

None.

SchoolID

integer

None.

GroupID

integer

None.

ISDeleted

boolean

None.

Sessionyear

integer

None.

ASGMapping_Id

integer

None.

sgmapping_id

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "track_id": 1,
  "userid": 1,
  "ipaddress": "sample string 2",
  "actiontime": "2026-02-09T18:41:58.5409532+05:30",
  "action": "sample string 3",
  "macaddress": "sample string 4",
  "latitudelongitude": "sample string 5",
  "devicetype": "sample string 6",
  "devicename": "sample string 7",
  "authenticationtype": 64,
  "createddate": "2026-02-09T18:41:58.5409532+05:30",
  "createdby_id": 9,
  "modifieddate": "2026-02-09T18:41:58.5409532+05:30",
  "modifiedby_id": 1,
  "schoolid": 1,
  "groupid": 1,
  "isdeleted": true,
  "sessionyear": 1,
  "asgmapping_id": 10,
  "sgmapping_id": 11
}

application/xml, text/xml

Sample:
<LoginTrackModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Model.Admin">
  <ASGMapping_Id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">10</ASGMapping_Id>
  <CreatedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">9</CreatedBy_ID>
  <CreatedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2026-02-09T18:41:58.5409532+05:30</CreatedDate>
  <GroupID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</GroupID>
  <ISDeleted xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">true</ISDeleted>
  <ModifiedBy_ID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</ModifiedBy_ID>
  <ModifiedDate xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">2026-02-09T18:41:58.5409532+05:30</ModifiedDate>
  <SchoolID xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</SchoolID>
  <Sessionyear xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">1</Sessionyear>
  <sgmapping_id xmlns="http://schemas.datacontract.org/2004/07/GEE.Business.Models">11</sgmapping_id>
  <Action>sample string 3</Action>
  <ActionTime>2026-02-09T18:41:58.5409532+05:30</ActionTime>
  <AuthenticationType>64</AuthenticationType>
  <DeviceName>sample string 7</DeviceName>
  <DeviceType>sample string 6</DeviceType>
  <IPAddress>sample string 2</IPAddress>
  <MacAddress>sample string 4</MacAddress>
  <Track_ID>1</Track_ID>
  <UserID>1</UserID>
  <latitudeLongitude>sample string 5</latitudeLongitude>
</LoginTrackModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.