Zones Test
TXN/Zones
Create a new zone.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/Zones

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Zone

Request object type Zone has the following properties.
Property Name Data Type Length Required Readonly Notes
Abbreviation string 10 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string 30 N
EndTime string
Id integer N Auto-assigned
Rank integer Y
ShortDescription string 10 N
StartTime string
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
ZoneGroup ZoneGroupSummary Y
FK: TR_ZONE_GROUP.id   Resource: ZoneGroups
ZoneLegend string 3 N
ZoneMapId integer Y
FK: T_ZMAP.zmap_no   Resource: ZoneMaps
ZoneTime string
{
  "Abbreviation": "sample string 1",
  "Description": "sample string 2",
  "Rank": 3,
  "ShortDescription": "sample string 4",
  "ZoneGroup": {
    "Id": 1,
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Inactive": true,
    "Rank": 3
  },
  "ZoneTime": "sample string 5",
  "StartTime": "sample string 6",
  "EndTime": "sample string 7",
  "ZoneLegend": "sample string 8",
  "ZoneMapId": 9,
  "Id": 10,
  "CreatedDateTime": "2025-04-24T05:25:27.0151294-07:00",
  "CreateLocation": "sample string 11",
  "CreatedBy": "sample string 12",
  "UpdatedDateTime": "2025-04-24T05:25:27.0151294-07:00",
  "UpdatedBy": "sample string 13"
}
<Zone xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <CreateLocation>sample string 11</CreateLocation>
  <CreatedBy>sample string 12</CreatedBy>
  <CreatedDateTime>2025-04-24T05:25:27.0151294-07:00</CreatedDateTime>
  <Description>sample string 2</Description>
  <EndTime>sample string 7</EndTime>
  <Id>10</Id>
  <Rank>3</Rank>
  <ShortDescription>sample string 4</ShortDescription>
  <StartTime>sample string 6</StartTime>
  <UpdatedBy>sample string 13</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:25:27.0151294-07:00</UpdatedDateTime>
  <ZoneGroup>
    <AliasDescription>sample string 2</AliasDescription>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>3</Rank>
  </ZoneGroup>
  <ZoneLegend>sample string 8</ZoneLegend>
  <ZoneMapId>9</ZoneMapId>
  <ZoneTime>sample string 5</ZoneTime>
</Zone>

Response object type : Zone

Response object type Zone has the following properties.
Property Name Data Type Length Required Readonly Notes
Abbreviation string 10 N
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string 30 N
EndTime string
Id integer N Auto-assigned
Rank integer Y
ShortDescription string 10 N
StartTime string
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
ZoneGroup ZoneGroupSummary Y
FK: TR_ZONE_GROUP.id   Resource: ZoneGroups
ZoneLegend string 3 N
ZoneMapId integer Y
FK: T_ZMAP.zmap_no   Resource: ZoneMaps
ZoneTime string
{
  "Abbreviation": "sample string 1",
  "Description": "sample string 2",
  "Rank": 3,
  "ShortDescription": "sample string 4",
  "ZoneGroup": {
    "Id": 1,
    "Description": "sample string 1",
    "AliasDescription": "sample string 2",
    "Inactive": true,
    "Rank": 3
  },
  "ZoneTime": "sample string 5",
  "StartTime": "sample string 6",
  "EndTime": "sample string 7",
  "ZoneLegend": "sample string 8",
  "ZoneMapId": 9,
  "Id": 10,
  "CreatedDateTime": "2025-04-24T05:25:27.0151294-07:00",
  "CreateLocation": "sample string 11",
  "CreatedBy": "sample string 12",
  "UpdatedDateTime": "2025-04-24T05:25:27.0151294-07:00",
  "UpdatedBy": "sample string 13"
}
<Zone xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Abbreviation>sample string 1</Abbreviation>
  <CreateLocation>sample string 11</CreateLocation>
  <CreatedBy>sample string 12</CreatedBy>
  <CreatedDateTime>2025-04-24T05:25:27.0151294-07:00</CreatedDateTime>
  <Description>sample string 2</Description>
  <EndTime>sample string 7</EndTime>
  <Id>10</Id>
  <Rank>3</Rank>
  <ShortDescription>sample string 4</ShortDescription>
  <StartTime>sample string 6</StartTime>
  <UpdatedBy>sample string 13</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:25:27.0151294-07:00</UpdatedDateTime>
  <ZoneGroup>
    <AliasDescription>sample string 2</AliasDescription>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <Rank>3</Rank>
  </ZoneGroup>
  <ZoneLegend>sample string 8</ZoneLegend>
  <ZoneMapId>9</ZoneMapId>
  <ZoneTime>sample string 5</ZoneTime>
</Zone>

No entries in change log for this operation.