Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/NScanAccessAreas/{id} |
URI Parameters
|
The updated resource to be saved Request BodyRequest object type : NScanAccessArea
|
{
"AreaCode": "sample string 1",
"ConstituencyIds": "sample string 2",
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
},
"CreatedDateTime": "2025-04-24T04:29:46.4797279-07:00",
"CreateLocation": "sample string 3",
"CreatedBy": "sample string 4",
"Description": "sample string 5",
"EndDateTime": "2025-04-24T04:29:46.4797279-07:00",
"Id": 1,
"Inactive": true,
"KeywordId": 1,
"KeywordValue": "sample string 7",
"UpdatedDateTime": "2025-04-24T04:29:46.4797279-07:00",
"UpdatedBy": "sample string 8",
"ListId": 1,
"MaxEntries": 1,
"MembershipLevelIds": "sample string 9",
"PerformanceIds": "sample string 10",
"PriceTypeIds": "sample string 11",
"PriceZoneIds": "sample string 12",
"PromptQuantity": true,
"StartDateTime": "2025-04-24T04:29:46.4797279-07:00"
}
<NScanAccessArea xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AreaCode>sample string 1</AreaCode>
<ConstituencyIds>sample string 2</ConstituencyIds>
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 3</CreateLocation>
<CreatedBy>sample string 4</CreatedBy>
<CreatedDateTime>2025-04-24T04:29:46.4797279-07:00</CreatedDateTime>
<Description>sample string 5</Description>
<EndDateTime>2025-04-24T04:29:46.4797279-07:00</EndDateTime>
<Id>1</Id>
<Inactive>true</Inactive>
<KeywordId>1</KeywordId>
<KeywordValue>sample string 7</KeywordValue>
<ListId>1</ListId>
<MaxEntries>1</MaxEntries>
<MembershipLevelIds>sample string 9</MembershipLevelIds>
<PerformanceIds>sample string 10</PerformanceIds>
<PriceTypeIds>sample string 11</PriceTypeIds>
<PriceZoneIds>sample string 12</PriceZoneIds>
<PromptQuantity>true</PromptQuantity>
<StartDateTime>2025-04-24T04:29:46.4797279-07:00</StartDateTime>
<UpdatedBy>sample string 8</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:29:46.4797279-07:00</UpdatedDateTime>
</NScanAccessArea>
Response object type : NScanAccessArea
Response object type NScanAccessArea has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
AreaCode | string | 20 | Y | ||
ConstituencyIds | string | 255 | N | ||
ControlGroup | ControlGroupSummary | Y | |||
CreatedBy | string | N | Non-updatable | ||
CreatedDateTime | date | N | Non-updatable | ||
CreateLocation | string | N | Non-updatable | ||
Description | string | 30 | N | ||
EndDateTime | date | N | |||
Id | integer | Y | Non-updatable | ||
Inactive | boolean | Y | |||
KeywordId | integer | N | |||
KeywordValue | string | 30 | N | ||
ListId | integer | N | |||
MaxEntries | integer | N | |||
MembershipLevelIds | string | 255 | N | ||
PerformanceIds | string | 255 | N | ||
PriceTypeIds | string | 255 | N | ||
PriceZoneIds | string | 255 | N | ||
PromptQuantity | boolean | 1 | N | ||
StartDateTime | date | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | Y | Auto-assigned |
{
"AreaCode": "sample string 1",
"ConstituencyIds": "sample string 2",
"ControlGroup": {
"Description": "sample string 1",
"Id": 2,
"Inactive": true
},
"CreatedDateTime": "2025-04-24T04:29:46.4797279-07:00",
"CreateLocation": "sample string 3",
"CreatedBy": "sample string 4",
"Description": "sample string 5",
"EndDateTime": "2025-04-24T04:29:46.4797279-07:00",
"Id": 1,
"Inactive": true,
"KeywordId": 1,
"KeywordValue": "sample string 7",
"UpdatedDateTime": "2025-04-24T04:29:46.4797279-07:00",
"UpdatedBy": "sample string 8",
"ListId": 1,
"MaxEntries": 1,
"MembershipLevelIds": "sample string 9",
"PerformanceIds": "sample string 10",
"PriceTypeIds": "sample string 11",
"PriceZoneIds": "sample string 12",
"PromptQuantity": true,
"StartDateTime": "2025-04-24T04:29:46.4797279-07:00"
}
<NScanAccessArea xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AreaCode>sample string 1</AreaCode>
<ConstituencyIds>sample string 2</ConstituencyIds>
<ControlGroup>
<Description>sample string 1</Description>
<Id>2</Id>
<Inactive>true</Inactive>
</ControlGroup>
<CreateLocation>sample string 3</CreateLocation>
<CreatedBy>sample string 4</CreatedBy>
<CreatedDateTime>2025-04-24T04:29:46.4797279-07:00</CreatedDateTime>
<Description>sample string 5</Description>
<EndDateTime>2025-04-24T04:29:46.4797279-07:00</EndDateTime>
<Id>1</Id>
<Inactive>true</Inactive>
<KeywordId>1</KeywordId>
<KeywordValue>sample string 7</KeywordValue>
<ListId>1</ListId>
<MaxEntries>1</MaxEntries>
<MembershipLevelIds>sample string 9</MembershipLevelIds>
<PerformanceIds>sample string 10</PerformanceIds>
<PriceTypeIds>sample string 11</PriceTypeIds>
<PriceZoneIds>sample string 12</PriceZoneIds>
<PromptQuantity>true</PromptQuantity>
<StartDateTime>2025-04-24T04:29:46.4797279-07:00</StartDateTime>
<UpdatedBy>sample string 8</UpdatedBy>
<UpdatedDateTime>2025-04-24T04:29:46.4797279-07:00</UpdatedDateTime>
</NScanAccessArea>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Parameter Changed | 15.0.0 | id has been marked as required. | Required |