Colors Test
ReferenceData/Colors
Create a new color.
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/ReferenceData/Colors

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : Color

Request object type Color has the following properties.
Property Name Data Type Length Required Readonly Notes
ColorValue integer Y
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string Y
Id integer N Auto-assigned
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:07:48.7180226-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ColorValue": 3,
  "Description": "sample string 4",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:07:48.7180226-07:00",
  "UpdatedBy": "sample string 5"
}
<Color xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ColorValue>3</ColorValue>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:07:48.7180226-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:07:48.7180226-07:00</UpdatedDateTime>
</Color>

Response object type : Color

Response object type Color has the following properties.
Property Name Data Type Length Required Readonly Notes
ColorValue integer Y
CreatedBy string N Auto-assigned
CreatedDateTime date N Auto-assigned
CreateLocation string N Auto-assigned
Description string Y
Id integer N Auto-assigned
UpdatedBy string N Auto-assigned
UpdatedDateTime date N Auto-assigned
{
  "CreatedDateTime": "2025-04-24T04:07:48.7180226-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ColorValue": 3,
  "Description": "sample string 4",
  "Id": 1,
  "UpdatedDateTime": "2025-04-24T04:07:48.7180226-07:00",
  "UpdatedBy": "sample string 5"
}
<Color xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ColorValue>3</ColorValue>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T04:07:48.7180226-07:00</CreatedDateTime>
  <Description>sample string 4</Description>
  <Id>1</Id>
  <UpdatedBy>sample string 5</UpdatedBy>
  <UpdatedDateTime>2025-04-24T04:07:48.7180226-07:00</UpdatedDateTime>
</Color>

No entries in change log for this operation.