POST Login/SaveLogin

Request Information

URI Parameters

None.

Body Parameters

Login
NameDescriptionTypeAdditional information
LoginId

globally unique identifier

None.

Timestamp

date

None.

UserName

string

None.

ImpersonatedUserName

string

None.

ApplicationName

string

None.

ChangeTracker

ObjectChangeTracker

None.

Request Formats

application/json, text/json

Sample:
{
  "LoginId": "f73854ca-82cc-4824-a785-600683166ff2",
  "Timestamp": "2024-09-12T12:41:16.4566996+00:00",
  "UserName": "sample string 3",
  "ImpersonatedUserName": "sample string 4",
  "ApplicationName": "sample string 5",
  "ChangeTracker": {
    "$id": "2",
    "State": 2,
    "ObjectsRemovedFromCollectionProperties": {},
    "OriginalValues": {},
    "ExtendedProperties": {},
    "ObjectsAddedToCollectionProperties": {}
  }
}

application/xml, text/xml

Sample:
<Login xmlns:i="http://www.w3.org/2001/XMLSchema-instance" z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <ApplicationName>sample string 5</ApplicationName>
  <ChangeTracker z:Id="i2">
    <ExtendedProperties />
    <ObjectsAddedToCollectionProperties />
    <ObjectsRemovedFromCollectionProperties />
    <OriginalValues />
    <State>Added</State>
  </ChangeTracker>
  <ImpersonatedUserName>sample string 4</ImpersonatedUserName>
  <LoginId>f73854ca-82cc-4824-a785-600683166ff2</LoginId>
  <Timestamp>2024-09-12T12:41:16.4566996+00:00</Timestamp>
  <UserName>sample string 3</UserName>
</Login>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.