Workers Test
Finance/Workers/{workerId}
Update an existing worker.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Workers/{workerId}

URI Parameters

Parameter Name Data Type Required Notes
workerId integer Y

Request Body

Request object type : Worker

Request object type Worker has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer
ConstituentInactive ConstituentInactiveSummary
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EditIndicator boolean
FirstName string
Id integer Y Non-updatable
Inactive boolean Y
LastName string
Prefix PrefixSummary
ShortDisplayName string
SortName string
Suffix SuffixSummary
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
WorkerType WorkerTypeSummary Y
FK: TR_WORKER_TYPE.id   Resource: WorkerTypes
{
  "Id": 1,
  "Inactive": true,
  "WorkerType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "ConstituentId": 1,
  "SortName": "sample string 2",
  "ShortDisplayName": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "Prefix": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "Suffix": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "ConstituentInactive": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T05:03:17.0176021-07:00",
  "CreateLocation": "sample string 6",
  "CreatedBy": "sample string 7",
  "UpdatedDateTime": "2025-04-24T05:03:17.0176021-07:00",
  "UpdatedBy": "sample string 8",
  "EditIndicator": true
}
<Worker xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentId>1</ConstituentId>
  <ConstituentInactive>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ConstituentInactive>
  <CreateLocation>sample string 6</CreateLocation>
  <CreatedBy>sample string 7</CreatedBy>
  <CreatedDateTime>2025-04-24T05:03:17.0176021-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <FirstName>sample string 4</FirstName>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <LastName>sample string 5</LastName>
  <Prefix>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Prefix>
  <ShortDisplayName>sample string 3</ShortDisplayName>
  <SortName>sample string 2</SortName>
  <Suffix>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Suffix>
  <UpdatedBy>sample string 8</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:03:17.0176021-07:00</UpdatedDateTime>
  <WorkerType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </WorkerType>
</Worker>

Response object type : Worker

Response object type Worker has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer
ConstituentInactive ConstituentInactiveSummary
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EditIndicator boolean
FirstName string
Id integer Y Non-updatable
Inactive boolean Y
LastName string
Prefix PrefixSummary
ShortDisplayName string
SortName string
Suffix SuffixSummary
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
WorkerType WorkerTypeSummary Y
FK: TR_WORKER_TYPE.id   Resource: WorkerTypes
{
  "Id": 1,
  "Inactive": true,
  "WorkerType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "ConstituentId": 1,
  "SortName": "sample string 2",
  "ShortDisplayName": "sample string 3",
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "Prefix": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "Suffix": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "ConstituentInactive": {
    "Id": 1,
    "Description": "sample string 1",
    "Inactive": true
  },
  "CreatedDateTime": "2025-04-24T05:03:17.033238-07:00",
  "CreateLocation": "sample string 6",
  "CreatedBy": "sample string 7",
  "UpdatedDateTime": "2025-04-24T05:03:17.033238-07:00",
  "UpdatedBy": "sample string 8",
  "EditIndicator": true
}
<Worker xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituentId>1</ConstituentId>
  <ConstituentInactive>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </ConstituentInactive>
  <CreateLocation>sample string 6</CreateLocation>
  <CreatedBy>sample string 7</CreatedBy>
  <CreatedDateTime>2025-04-24T05:03:17.033238-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <FirstName>sample string 4</FirstName>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <LastName>sample string 5</LastName>
  <Prefix>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Prefix>
  <ShortDisplayName>sample string 3</ShortDisplayName>
  <SortName>sample string 2</SortName>
  <Suffix>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </Suffix>
  <UpdatedBy>sample string 8</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:03:17.033238-07:00</UpdatedDateTime>
  <WorkerType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </WorkerType>
</Worker>
Change Version Description Contract Old New
Parameter Changed 15.0.0 workerId has been marked as required. Required