Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Finance/Workers |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Worker
|
{
"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:08:05.7179722-07:00",
"CreateLocation": "sample string 6",
"CreatedBy": "sample string 7",
"UpdatedDateTime": "2025-04-24T05:08:05.7179722-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:08:05.7179722-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:08:05.7179722-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
EditIndicator | boolean | ||||
FirstName | string | ||||
Id | integer | N | Auto-assigned | ||
Inactive | boolean | Y | |||
LastName | string | ||||
Prefix | PrefixSummary | ||||
ShortDisplayName | string | ||||
SortName | string | ||||
Suffix | SuffixSummary | ||||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | 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:08:05.7179722-07:00",
"CreateLocation": "sample string 6",
"CreatedBy": "sample string 7",
"UpdatedDateTime": "2025-04-24T05:08:05.7179722-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:08:05.7179722-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:08:05.7179722-07:00</UpdatedDateTime>
<WorkerType>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</WorkerType>
</Worker>
No entries in change log for this operation.