ModeOfSaleCategories Test
TXN/ModeOfSaleCategories/{modeOfSaleCategoryId}
Update an existing mode of sale category.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/TXN/ModeOfSaleCategories/{modeOfSaleCategoryId}

URI Parameters

Parameter Name Data Type Required Notes
modeOfSaleCategoryId integer Y

Request Body

Request object type : ModeOfSaleCategory

Request object type ModeOfSaleCategory 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
Description string Y
Id integer Y Non-updatable
Inactive boolean Y
Sequence integer N
ShortDescription string 30 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Description": "sample string 1",
  "ShortDescription": "sample string 2",
  "Sequence": 3,
  "Id": 1,
  "Inactive": true,
  "CreatedDateTime": "2025-04-24T09:44:25.9363367-07:00",
  "CreateLocation": "sample string 4",
  "CreatedBy": "sample string 5",
  "UpdatedDateTime": "2025-04-24T09:44:25.9363367-07:00",
  "UpdatedBy": "sample string 6"
}
<ModeOfSaleCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 4</CreateLocation>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDateTime>2025-04-24T09:44:25.9363367-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <Sequence>3</Sequence>
  <ShortDescription>sample string 2</ShortDescription>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:44:25.9363367-07:00</UpdatedDateTime>
</ModeOfSaleCategory>

Response object type : ModeOfSaleCategory

Response object type ModeOfSaleCategory 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
Description string Y
Id integer Y Non-updatable
Inactive boolean Y
Sequence integer N
ShortDescription string 30 N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Description": "sample string 1",
  "ShortDescription": "sample string 2",
  "Sequence": 3,
  "Id": 1,
  "Inactive": true,
  "CreatedDateTime": "2025-04-24T09:44:25.9363367-07:00",
  "CreateLocation": "sample string 4",
  "CreatedBy": "sample string 5",
  "UpdatedDateTime": "2025-04-24T09:44:25.9363367-07:00",
  "UpdatedBy": "sample string 6"
}
<ModeOfSaleCategory xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <CreateLocation>sample string 4</CreateLocation>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDateTime>2025-04-24T09:44:25.9363367-07:00</CreatedDateTime>
  <Description>sample string 1</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <Sequence>3</Sequence>
  <ShortDescription>sample string 2</ShortDescription>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:44:25.9363367-07:00</UpdatedDateTime>
</ModeOfSaleCategory>
Change Version Description Contract Old New
Parameter Changed 15.0.0 modeOfSaleCategoryId has been marked as required. Required