Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Artists |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Artist
|
{
"Id": 1,
"CreatedDateTime": "2025-04-24T05:27:58.0032207-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T05:27:58.0032207-07:00",
"UpdatedBy": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"MiddleName": "sample string 6",
"VoiceId": 7,
"Bio": "sample string 8"
}
<Artist xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Bio>sample string 8</Bio>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:27:58.0032207-07:00</CreatedDateTime>
<FirstName>sample string 4</FirstName>
<Id>1</Id>
<LastName>sample string 5</LastName>
<MiddleName>sample string 6</MiddleName>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:27:58.0032207-07:00</UpdatedDateTime>
<VoiceId>7</VoiceId>
</Artist>
Response object type : Artist
Response object type Artist has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Bio | string | 16 | N | ||
CreatedBy | string | N | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
FirstName | string | 20 | N | ||
Id | integer | N | Auto-assigned | ||
LastName | string | 55 | N | ||
MiddleName | string | 20 | N | ||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | Auto-assigned | ||
VoiceId | integer | N |
{
"Id": 1,
"CreatedDateTime": "2025-04-24T05:27:58.0188513-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T05:27:58.0188513-07:00",
"UpdatedBy": "sample string 3",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"MiddleName": "sample string 6",
"VoiceId": 7,
"Bio": "sample string 8"
}
<Artist xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Bio>sample string 8</Bio>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:27:58.0188513-07:00</CreatedDateTime>
<FirstName>sample string 4</FirstName>
<Id>1</Id>
<LastName>sample string 5</LastName>
<MiddleName>sample string 6</MiddleName>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:27:58.0188513-07:00</UpdatedDateTime>
<VoiceId>7</VoiceId>
</Artist>
No entries in change log for this operation.