UserPreferences Test
Security/UserPreferences/Batch
Save a batch of user preferences.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Security/UserPreferences/Batch

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Collection of UserPreference

Request object type Collection of UserPreference has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
Key string 30 Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
Value string 8000 N
[
  {
    "Key": "sample string 1",
    "Id": 1,
    "Value": "sample string 2",
    "CreatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "UpdatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "UpdatedBy": "sample string 5"
  },
  {
    "Key": "sample string 1",
    "Id": 1,
    "Value": "sample string 2",
    "CreatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "UpdatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "UpdatedBy": "sample string 5"
  }
]
<UserPreferences xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <UserPreference>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T08:31:37.9994912-07:00</CreatedDateTime>
    <Id>1</Id>
    <Key>sample string 1</Key>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T08:31:37.9994912-07:00</UpdatedDateTime>
    <Value>sample string 2</Value>
  </UserPreference>
  <UserPreference>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T08:31:37.9994912-07:00</CreatedDateTime>
    <Id>1</Id>
    <Key>sample string 1</Key>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T08:31:37.9994912-07:00</UpdatedDateTime>
    <Value>sample string 2</Value>
  </UserPreference>
</UserPreferences>

Response object type : Collection of UserPreference

Response object type Collection of UserPreference has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Id integer N Auto-assigned
Key string 30 Y
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
Value string 8000 N
[
  {
    "Key": "sample string 1",
    "Id": 1,
    "Value": "sample string 2",
    "CreatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "UpdatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "UpdatedBy": "sample string 5"
  },
  {
    "Key": "sample string 1",
    "Id": 1,
    "Value": "sample string 2",
    "CreatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "CreateLocation": "sample string 3",
    "CreatedBy": "sample string 4",
    "UpdatedDateTime": "2025-04-24T08:31:37.9994912-07:00",
    "UpdatedBy": "sample string 5"
  }
]
<UserPreferences xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <UserPreference>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T08:31:37.9994912-07:00</CreatedDateTime>
    <Id>1</Id>
    <Key>sample string 1</Key>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T08:31:37.9994912-07:00</UpdatedDateTime>
    <Value>sample string 2</Value>
  </UserPreference>
  <UserPreference>
    <CreateLocation>sample string 3</CreateLocation>
    <CreatedBy>sample string 4</CreatedBy>
    <CreatedDateTime>2025-04-24T08:31:37.9994912-07:00</CreatedDateTime>
    <Id>1</Id>
    <Key>sample string 1</Key>
    <UpdatedBy>sample string 5</UpdatedBy>
    <UpdatedDateTime>2025-04-24T08:31:37.9994912-07:00</UpdatedDateTime>
    <Value>sample string 2</Value>
  </UserPreference>
</UserPreferences>
Change Version Description Contract Old New
Operation Added 15.1.0 SaveBatch has been added. SaveBatch