POST LogUsage/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of LogUsage| Name | Description | Type | Additional information |
|---|---|---|---|
| UsageId | globally unique identifier |
None. |
|
| ActionId | integer |
None. |
|
| UserName | string |
None. |
|
| StartTime | date |
None. |
|
| StopTime | date |
None. |
|
| IsConnectedUser | boolean |
None. |
|
| HasInternet | boolean |
None. |
|
| Bandwidth | decimal number |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UsageId": "0140d590-61fd-4fd1-a5ce-809c1c88a649",
"ActionId": 2,
"UserName": "sample string 3",
"StartTime": "2025-12-17T11:26:34.9375782+00:00",
"StopTime": "2025-12-17T11:26:34.9375782+00:00",
"IsConnectedUser": true,
"HasInternet": true,
"Bandwidth": 1.1,
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfLogUsage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<LogUsage z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ActionId>2</ActionId>
<Bandwidth>1.1</Bandwidth>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<HasInternet>true</HasInternet>
<IsConnectedUser>true</IsConnectedUser>
<StartTime>2025-12-17T11:26:34.9375782+00:00</StartTime>
<StopTime>2025-12-17T11:26:34.9375782+00:00</StopTime>
<UsageId>0140d590-61fd-4fd1-a5ce-809c1c88a649</UsageId>
<UserName>sample string 3</UserName>
</LogUsage>
<LogUsage z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLogUsage>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of LogUsage| Name | Description | Type | Additional information |
|---|---|---|---|
| UsageId | globally unique identifier |
None. |
|
| ActionId | integer |
None. |
|
| UserName | string |
None. |
|
| StartTime | date |
None. |
|
| StopTime | date |
None. |
|
| IsConnectedUser | boolean |
None. |
|
| HasInternet | boolean |
None. |
|
| Bandwidth | decimal number |
None. |
|
| ChangeTracker | ObjectChangeTracker |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"UsageId": "470c4856-01d3-4516-9e39-8265505077c8",
"ActionId": 2,
"UserName": "sample string 3",
"StartTime": "2025-12-17T11:26:34.9531188+00:00",
"StopTime": "2025-12-17T11:26:34.9531188+00:00",
"IsConnectedUser": true,
"HasInternet": true,
"Bandwidth": 1.1,
"ChangeTracker": {
"$id": "2",
"State": 2,
"ObjectsRemovedFromCollectionProperties": {},
"OriginalValues": {},
"ExtendedProperties": {},
"ObjectsAddedToCollectionProperties": {}
}
},
{
"$ref": "1"
}
]
application/xml, text/xml
Sample:
<ArrayOfLogUsage xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
<LogUsage z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
<ActionId>2</ActionId>
<Bandwidth>1.1</Bandwidth>
<ChangeTracker z:Id="i2">
<ExtendedProperties />
<ObjectsAddedToCollectionProperties />
<ObjectsRemovedFromCollectionProperties />
<OriginalValues />
<State>Added</State>
</ChangeTracker>
<HasInternet>true</HasInternet>
<IsConnectedUser>true</IsConnectedUser>
<StartTime>2025-12-17T11:26:34.9531188+00:00</StartTime>
<StopTime>2025-12-17T11:26:34.9531188+00:00</StopTime>
<UsageId>470c4856-01d3-4516-9e39-8265505077c8</UsageId>
<UserName>sample string 3</UserName>
</LogUsage>
<LogUsage z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfLogUsage>