Countries Test
ReferenceData/Countries/{id}?maintenanceMode={maintenanceMode}
Get the details of a country by id.
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Countries/{id}?maintenanceMode={maintenanceMode}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y
maintenanceMode boolean N Ignore control grouping (default: false).

Request Body

None.

No request body.

Response object type : Country

Response object type Country has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N
CreatedDateTime date N
CreateLocation string N
DecimalSeparator string N
Description string N
Id integer N
Inactive boolean N
IsoAlpha2Code string N
IsoAlpha3Code string N
PhoneCode string N
PhoneEditstring string N
PhoneMask string N
PhoneValidLengths string N
ReqCity boolean N
ReqPcode boolean N
ShortDesc string N
UpdatedBy string N
UpdatedDateTime date N
UseAvs string N
UseStateField string N
ZipEditstring string N
ZipMask string N
ZipValidLengths string N
{
  "CreatedDateTime": "2025-04-24T08:29:05.9618722-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "DecimalSeparator": "sample string 3",
  "Description": "sample string 4",
  "Id": 1,
  "Inactive": true,
  "IsoAlpha3Code": "sample string 5",
  "IsoAlpha2Code": "sample string 6",
  "UpdatedDateTime": "2025-04-24T08:29:05.9618722-07:00",
  "UpdatedBy": "sample string 7",
  "PhoneCode": "sample string 8",
  "PhoneEditstring": "sample string 9",
  "PhoneMask": "sample string 10",
  "PhoneValidLengths": "sample string 11",
  "ReqCity": true,
  "ReqPcode": true,
  "ShortDesc": "sample string 13",
  "UseAvs": "sample string 14",
  "UseStateField": "sample string 15",
  "ZipEditstring": "sample string 16",
  "ZipMask": "sample string 17",
  "ZipValidLengths": "sample string 18"
}
<Country xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T08:29:05.9618722-07:00</CreatedDateTime>
  <DecimalSeparator>sample string 3</DecimalSeparator>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <IsoAlpha2Code>sample string 6</IsoAlpha2Code>
  <IsoAlpha3Code>sample string 5</IsoAlpha3Code>
  <PhoneCode>sample string 8</PhoneCode>
  <PhoneEditstring>sample string 9</PhoneEditstring>
  <PhoneMask>sample string 10</PhoneMask>
  <PhoneValidLengths>sample string 11</PhoneValidLengths>
  <ReqCity>true</ReqCity>
  <ReqPcode>true</ReqPcode>
  <ShortDesc>sample string 13</ShortDesc>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T08:29:05.9618722-07:00</UpdatedDateTime>
  <UseAvs>sample string 14</UseAvs>
  <UseStateField>sample string 15</UseStateField>
  <ZipEditstring>sample string 16</ZipEditstring>
  <ZipMask>sample string 17</ZipMask>
  <ZipValidLengths>sample string 18</ZipValidLengths>
</Country>
Change Version Description Contract Old New
Property Added 15.2.34 IsoAlpha2Code has been added to Country Country Country.IsoAlpha2Code
Parameter Changed 15.0.0 id has been marked as required. Required