Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Rankings |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Ranking
|
{
"Id": 1,
"CreatedDateTime": "2025-04-24T05:09:51.5770961-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T05:09:51.5770961-07:00",
"UpdatedBy": "sample string 3",
"Constituent": {
"Id": 1
},
"RankType": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"ControlGroup": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
},
"Rank": 1,
"EditIndicator": true
}
<Ranking xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:09:51.5770961-07:00</CreatedDateTime>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Rank>1</Rank>
<RankType>
<ControlGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ControlGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</RankType>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:09:51.5770961-07:00</UpdatedDateTime>
</Ranking>
Response object type : Ranking
Response object type Ranking has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Constituent | Entity | Y | |||
CreatedBy | string | N | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
EditIndicator | boolean | ||||
Id | integer | N | Auto-assigned | ||
Rank | integer | N | |||
RankType | RankTypeSummary | Y | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | Auto-assigned |
{
"Id": 1,
"CreatedDateTime": "2025-04-24T05:09:51.5770961-07:00",
"CreateLocation": "sample string 1",
"CreatedBy": "sample string 2",
"UpdatedDateTime": "2025-04-24T05:09:51.5770961-07:00",
"UpdatedBy": "sample string 3",
"Constituent": {
"Id": 1
},
"RankType": {
"Id": 1,
"Description": "sample string 1",
"Inactive": true,
"ControlGroup": {
"Description": "sample string 1",
"Id": 1,
"Inactive": true
}
},
"Rank": 1,
"EditIndicator": true
}
<Ranking xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Constituent>
<Id>1</Id>
</Constituent>
<CreateLocation>sample string 1</CreateLocation>
<CreatedBy>sample string 2</CreatedBy>
<CreatedDateTime>2025-04-24T05:09:51.5770961-07:00</CreatedDateTime>
<EditIndicator>true</EditIndicator>
<Id>1</Id>
<Rank>1</Rank>
<RankType>
<ControlGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</ControlGroup>
<Description>sample string 1</Description>
<Id>1</Id>
<Inactive>true</Inactive>
</RankType>
<UpdatedBy>sample string 3</UpdatedBy>
<UpdatedDateTime>2025-04-24T05:09:51.5770961-07:00</UpdatedDateTime>
</Ranking>
No entries in change log for this operation.