Countries Test
ReferenceData/Countries/{id}
Update an existing country.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Countries/{id}

URI Parameters

Parameter Name Data Type Required Notes
id integer Y

Request Body

Request object type : Country

Request object type Country has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DecimalSeparator string Y
Description string Y
Id integer Y Non-updatable
Inactive boolean Y
IsoAlpha2Code string N
IsoAlpha3Code string N
PhoneCode string 5 N
PhoneEditstring string 40 N
PhoneMask string 40 N
PhoneValidLengths string 32 N
ReqCity boolean Y
ReqPcode boolean N
ShortDesc string 3 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
UseAvs string N
UseStateField string N
ZipEditstring string 15 N
ZipMask string 15 N
ZipValidLengths string 32 N
{
  "CreatedDateTime": "2025-04-24T08:52:15.6841191-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:52:15.6841191-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:52:15.6841191-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:52:15.6841191-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>

Response object type : Country

Response object type Country has the following properties.
Property Name Data Type Length Required Readonly Notes
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DecimalSeparator string Y
Description string Y
Id integer Y Non-updatable
Inactive boolean Y
IsoAlpha2Code string N
IsoAlpha3Code string N
PhoneCode string 5 N
PhoneEditstring string 40 N
PhoneMask string 40 N
PhoneValidLengths string 32 N
ReqCity boolean Y
ReqPcode boolean N
ShortDesc string 3 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
UseAvs string N
UseStateField string N
ZipEditstring string 15 N
ZipMask string 15 N
ZipValidLengths string 32 N
{
  "CreatedDateTime": "2025-04-24T08:52:15.6841191-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:52:15.6841191-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:52:15.6841191-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:52:15.6841191-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
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