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

URI Parameters

Parameter Name Data Type Required Notes
id integer Y The id of the resource to be updated.

The updated resource to be saved

Request Body

Request object type : BillingType

Request object type BillingType has the following properties.
Property Name Data Type Length Required Readonly Notes
AutoBillingIndicator string
CreatedBy string
CreatedDateTime date
CreateLocation string
Description string
Id integer
Inactive boolean
UpdatedBy string
UpdatedDateTime date
{
  "AutoBillingIndicator": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:25:48.6087989-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T04:25:48.6087989-07:00",
  "UpdatedBy": "sample string 6"
}
<BillingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AutoBillingIndicator>sample string 1</AutoBillingIndicator>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:25:48.6087989-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:25:48.6087989-07:00</UpdatedDateTime>
</BillingType>

Response object type : BillingType

Response object type BillingType has the following properties.
Property Name Data Type Length Required Readonly Notes
AutoBillingIndicator string
CreatedBy string
CreatedDateTime date
CreateLocation string
Description string
Id integer
Inactive boolean
UpdatedBy string
UpdatedDateTime date
{
  "AutoBillingIndicator": "sample string 1",
  "CreatedDateTime": "2025-04-24T04:25:48.6087989-07:00",
  "CreateLocation": "sample string 2",
  "CreatedBy": "sample string 3",
  "Description": "sample string 4",
  "Id": 1,
  "Inactive": true,
  "UpdatedDateTime": "2025-04-24T04:25:48.6087989-07:00",
  "UpdatedBy": "sample string 6"
}
<BillingType xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AutoBillingIndicator>sample string 1</AutoBillingIndicator>
  <CreateLocation>sample string 2</CreateLocation>
  <CreatedBy>sample string 3</CreatedBy>
  <CreatedDateTime>2025-04-24T04:25:48.6087989-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <UpdatedBy>sample string 6</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:25:48.6087989-07:00</UpdatedDateTime>
</BillingType>
Change Version Description Contract Old New
Parameter Changed 15.0.0 id has been marked as required. Required