Phones Test
CRM/Phones/{phoneId}
Update a phone.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Phones/{phoneId}

URI Parameters

Parameter Name Data Type Required Notes
phoneId integer Y

Request Body

Request object type : Phone

Request object type Phone has the following properties.
Property Name Data Type Length Required Readonly Notes
Address AddressSummary N
AllowTelemarketing boolean N
Constituent Entity N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DayEveningIndicator string N
EditIndicator boolean
Id integer Y Non-updatable
Inactive boolean
PhoneFormatted string
PhoneNumber string 32 N
PhoneSearch string
PhoneType PhoneTypeSummary N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Address": {
    "Id": 1,
    "AddressType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "AllowTelemarketing": true,
  "DayEveningIndicator": "sample string 1",
  "Constituent": {
    "Id": 1
  },
  "Id": 1,
  "Inactive": true,
  "PhoneNumber": "sample string 2",
  "PhoneFormatted": "sample string 3",
  "PhoneSearch": "sample string 4",
  "PhoneType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "CreatedBy": "sample string 5",
  "CreateLocation": "sample string 6",
  "CreatedDateTime": "2025-04-24T09:44:25.8559312-07:00",
  "UpdatedDateTime": "2025-04-24T09:44:25.8559312-07:00",
  "UpdatedBy": "sample string 7",
  "EditIndicator": true
}
<Phone xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Address>
    <AddressType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </AddressType>
    <Id>1</Id>
  </Address>
  <AllowTelemarketing>true</AllowTelemarketing>
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 6</CreateLocation>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDateTime>2025-04-24T09:44:25.8559312-07:00</CreatedDateTime>
  <DayEveningIndicator>sample string 1</DayEveningIndicator>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <PhoneFormatted>sample string 3</PhoneFormatted>
  <PhoneNumber>sample string 2</PhoneNumber>
  <PhoneSearch>sample string 4</PhoneSearch>
  <PhoneType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </PhoneType>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:44:25.8559312-07:00</UpdatedDateTime>
</Phone>

Response object type : Phone

Response object type Phone has the following properties.
Property Name Data Type Length Required Readonly Notes
Address AddressSummary N
AllowTelemarketing boolean N
Constituent Entity N
FK: T_CUSTOMER.customer_no   Resource: Constituents
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
DayEveningIndicator string N
EditIndicator boolean
Id integer Y Non-updatable
Inactive boolean
PhoneFormatted string
PhoneNumber string 32 N
PhoneSearch string
PhoneType PhoneTypeSummary N
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "Address": {
    "Id": 1,
    "AddressType": {
      "Description": "sample string 1",
      "Id": 1,
      "Inactive": true
    }
  },
  "AllowTelemarketing": true,
  "DayEveningIndicator": "sample string 1",
  "Constituent": {
    "Id": 1
  },
  "Id": 1,
  "Inactive": true,
  "PhoneNumber": "sample string 2",
  "PhoneFormatted": "sample string 3",
  "PhoneSearch": "sample string 4",
  "PhoneType": {
    "Description": "sample string 1",
    "Id": 1,
    "Inactive": true
  },
  "CreatedBy": "sample string 5",
  "CreateLocation": "sample string 6",
  "CreatedDateTime": "2025-04-24T09:44:25.8559312-07:00",
  "UpdatedDateTime": "2025-04-24T09:44:25.8559312-07:00",
  "UpdatedBy": "sample string 7",
  "EditIndicator": true
}
<Phone xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <Address>
    <AddressType>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </AddressType>
    <Id>1</Id>
  </Address>
  <AllowTelemarketing>true</AllowTelemarketing>
  <Constituent>
    <Id>1</Id>
  </Constituent>
  <CreateLocation>sample string 6</CreateLocation>
  <CreatedBy>sample string 5</CreatedBy>
  <CreatedDateTime>2025-04-24T09:44:25.8559312-07:00</CreatedDateTime>
  <DayEveningIndicator>sample string 1</DayEveningIndicator>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Inactive>true</Inactive>
  <PhoneFormatted>sample string 3</PhoneFormatted>
  <PhoneNumber>sample string 2</PhoneNumber>
  <PhoneSearch>sample string 4</PhoneSearch>
  <PhoneType>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
  </PhoneType>
  <UpdatedBy>sample string 7</UpdatedBy>
  <UpdatedDateTime>2025-04-24T09:44:25.8559312-07:00</UpdatedDateTime>
</Phone>
Change Version Description Contract Old New
Parameter Changed 15.0.0 phoneId has been marked as required. Required