Constituencies Test
CRM/Constituencies
Create a new constituency.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Constituencies

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Constituency

Request object type Constituency has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituencyType ConstituencyTypeSummary Y
Constituent Entity Y
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean
EndDate date
Id integer N Auto-assigned
StartDate date
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "Id": 1,
  "ConstituencyType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ShortDescription": "sample string 2",
    "Rank": 3
  },
  "Constituent": {
    "Id": 1
  },
  "EndDate": "2025-04-24T05:28:01.1968322-07:00",
  "StartDate": "2025-04-24T05:28:01.1968322-07:00",
  "CreatedDateTime": "2025-04-24T05:28:01.1968322-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T05:28:01.1968322-07:00",
  "UpdatedBy": "sample string 3",
  "EditIndicator": true
}
<Constituency xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituencyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>3</Rank>
    <ShortDescription>sample string 2</ShortDescription>
  </ConstituencyType>
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:28:01.1968322-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <EndDate>2025-04-24T05:28:01.1968322-07:00</EndDate>
  <Id>1</Id>
  <StartDate>2025-04-24T05:28:01.1968322-07:00</StartDate>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:28:01.1968322-07:00</UpdatedDateTime>
</Constituency>

Response object type : Constituency

Response object type Constituency has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituencyType ConstituencyTypeSummary Y
Constituent Entity Y
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
EditIndicator boolean
EndDate date
Id integer N Auto-assigned
StartDate date
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "Id": 1,
  "ConstituencyType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true,
    "ShortDescription": "sample string 2",
    "Rank": 3
  },
  "Constituent": {
    "Id": 1
  },
  "EndDate": "2025-04-24T05:28:01.1968322-07:00",
  "StartDate": "2025-04-24T05:28:01.1968322-07:00",
  "CreatedDateTime": "2025-04-24T05:28:01.1968322-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "UpdatedDateTime": "2025-04-24T05:28:01.1968322-07:00",
  "UpdatedBy": "sample string 3",
  "EditIndicator": true
}
<Constituency xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ConstituencyType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>3</Rank>
    <ShortDescription>sample string 2</ShortDescription>
  </ConstituencyType>
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:28:01.1968322-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <EndDate>2025-04-24T05:28:01.1968322-07:00</EndDate>
  <Id>1</Id>
  <StartDate>2025-04-24T05:28:01.1968322-07:00</StartDate>
  <UpdatedBy>sample string 3</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:28:01.1968322-07:00</UpdatedDateTime>
</Constituency>

No entries in change log for this operation.