POST UserPreferenceSettings/Base/SaveAll
Request Information
URI Parameters
None.
Body Parameters
Collection of UserPreferenceSettings| Name | Description | Type | Additional information | 
|---|---|---|---|
| UserName | string | None. | |
| Type | string | None. | |
| Value | string | None. | |
| LastMaintenanceName | string | None. | |
| LastMaintenanceDate | date | None. | |
| ChangeTracker | ObjectChangeTracker | None. | 
Request Formats
application/json, text/json
            Sample:
        
[
  {
    "$id": "1",
    "UserName": "sample string 1",
    "Type": "sample string 2",
    "Value": "sample string 3",
    "LastMaintenanceName": "sample string 4",
    "LastMaintenanceDate": "2025-10-30T07:32:24.3508567+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]
        application/xml, text/xml
            Sample:
        
<ArrayOfUserPreferenceSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <UserPreferenceSettings z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <LastMaintenanceDate>2025-10-30T07:32:24.3508567+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 4</LastMaintenanceName>
    <Type>sample string 2</Type>
    <UserName>sample string 1</UserName>
    <Value>sample string 3</Value>
  </UserPreferenceSettings>
  <UserPreferenceSettings z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfUserPreferenceSettings>
        application/x-www-form-urlencoded
            Sample:
    
Sample not available.
Response Information
Resource Description
Collection of UserPreferenceSettings| Name | Description | Type | Additional information | 
|---|---|---|---|
| UserName | string | None. | |
| Type | string | None. | |
| Value | string | None. | |
| LastMaintenanceName | string | None. | |
| LastMaintenanceDate | date | None. | |
| ChangeTracker | ObjectChangeTracker | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "$id": "1",
    "UserName": "sample string 1",
    "Type": "sample string 2",
    "Value": "sample string 3",
    "LastMaintenanceName": "sample string 4",
    "LastMaintenanceDate": "2025-10-30T07:32:24.3508567+00:00",
    "ChangeTracker": {
      "$id": "2",
      "State": 2,
      "ObjectsRemovedFromCollectionProperties": {},
      "OriginalValues": {},
      "ExtendedProperties": {},
      "ObjectsAddedToCollectionProperties": {}
    }
  },
  {
    "$ref": "1"
  }
]
        application/xml, text/xml
            Sample:
<ArrayOfUserPreferenceSettings xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Pioneer.Trials.Domain.Model">
  <UserPreferenceSettings z:Id="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/">
    <ChangeTracker z:Id="i2">
      <ExtendedProperties />
      <ObjectsAddedToCollectionProperties />
      <ObjectsRemovedFromCollectionProperties />
      <OriginalValues />
      <State>Added</State>
    </ChangeTracker>
    <LastMaintenanceDate>2025-10-30T07:32:24.3508567+00:00</LastMaintenanceDate>
    <LastMaintenanceName>sample string 4</LastMaintenanceName>
    <Type>sample string 2</Type>
    <UserName>sample string 1</UserName>
    <Value>sample string 3</Value>
  </UserPreferenceSettings>
  <UserPreferenceSettings z:Ref="i1" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />
</ArrayOfUserPreferenceSettings>