POST Login/SaveLogin
Request Information
URI Parameters
None.
Body Parameters
Login| Name | Description | Type | Additional 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": "71a492c9-ba1a-4965-9c91-42dfdfc021fb",
"Timestamp": "2025-12-15T04:26:57.7715865+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>71a492c9-ba1a-4965-9c91-42dfdfc021fb</LoginId>
<Timestamp>2025-12-15T04:26:57.7715865+00:00</Timestamp>
<UserName>sample string 3</UserName>
</Login>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.