ContactPointPurposeMaps Test
CRM/ContactPointPurposeMaps/{contactPointPurposeMapId}
Update a contact point purpose.
Http Verb PUT
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/CRM/ContactPointPurposeMaps/{contactPointPurposeMapId}

URI Parameters

Parameter Name Data Type Required Notes
contactPointPurposeMapId integer Y

Request Body

Request object type : ContactPointPurposeMap

Request object type ContactPointPurposeMap has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPoint ContactPoint
ContactPointCategory ContactPointCategorySummary Y
FK: TR_CONTACT_POINT_CATEGORY.id   Resource: ContactPointCategories
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EditIndicator boolean
Id integer Y Non-updatable
Purpose ContactPointPurposeSummary Y
FK: TR_CONTACT_POINT_PURPOSE.id   Resource: ContactPointPurposes
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:01:03.1675282-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ContactPoint": {
    "Id": 1,
    "ConstituentId": 1,
    "ContactPointCategoryId": 2,
    "Type": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "Address": {
      "Id": 1,
      "Street1": "sample string 1",
      "Street2": "sample string 2",
      "Street3": "sample string 3",
      "City": "sample string 4",
      "StateCode": "sample string 5",
      "PostalCode": "sample string 6",
      "CountryId": 1,
      "Inactive": true
    },
    "Phone": {
      "Id": 1,
      "AddressId": 1,
      "PhoneNumber": "sample string 1"
    },
    "ElectronicAddress": {
      "Id": 1,
      "ElectronicAddress": "sample string 1",
      "Inactive": true
    }
  },
  "Id": 1,
  "EditIndicator": true,
  "UpdatedDateTime": "2025-04-24T05:01:03.1675282-07:00",
  "UpdatedBy": "sample string 4",
  "ContactPointCategory": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Purpose": {
    "Id": 1,
    "Description": "sample string 1",
    "PurposeCategory": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "Inactive": true
  }
}
<ContactPointPurposeMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContactPoint>
    <Address>
      <City>sample string 4</City>
      <CountryId>1</CountryId>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <PostalCode>sample string 6</PostalCode>
      <StateCode>sample string 5</StateCode>
      <Street1>sample string 1</Street1>
      <Street2>sample string 2</Street2>
      <Street3>sample string 3</Street3>
    </Address>
    <ConstituentId>1</ConstituentId>
    <ContactPointCategoryId>2</ContactPointCategoryId>
    <ElectronicAddress>
      <ElectronicAddress>sample string 1</ElectronicAddress>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ElectronicAddress>
    <Id>1</Id>
    <Phone>
      <AddressId>1</AddressId>
      <Id>1</Id>
      <PhoneNumber>sample string 1</PhoneNumber>
    </Phone>
    <Type>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </Type>
  </ContactPoint>
  <ContactPointCategory>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </ContactPointCategory>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:01:03.1675282-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Purpose>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PurposeCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </PurposeCategory>
  </Purpose>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:01:03.1675282-07:00</UpdatedDateTime>
</ContactPointPurposeMap>

Response object type : ContactPointPurposeMap

Response object type ContactPointPurposeMap has the following properties.
Property Name Data Type Length Required Readonly Notes
ContactPoint ContactPoint
ContactPointCategory ContactPointCategorySummary Y
FK: TR_CONTACT_POINT_CATEGORY.id   Resource: ContactPointCategories
CreatedBy string N Non-updatable
CreatedDateTime date N Non-updatable
CreateLocation string N Non-updatable
EditIndicator boolean
Id integer Y Non-updatable
Purpose ContactPointPurposeSummary Y
FK: TR_CONTACT_POINT_PURPOSE.id   Resource: ContactPointPurposes
UpdatedBy string N Auto-assigned
UpdatedDateTime date Y Auto-assigned
{
  "CreatedDateTime": "2025-04-24T05:01:03.1675282-07:00",
  "CreateLocation": "sample string 1",
  "CreatedBy": "sample string 2",
  "ContactPoint": {
    "Id": 1,
    "ConstituentId": 1,
    "ContactPointCategoryId": 2,
    "Type": {
      "Id": 1,
      "Description": "sample string 2"
    },
    "Address": {
      "Id": 1,
      "Street1": "sample string 1",
      "Street2": "sample string 2",
      "Street3": "sample string 3",
      "City": "sample string 4",
      "StateCode": "sample string 5",
      "PostalCode": "sample string 6",
      "CountryId": 1,
      "Inactive": true
    },
    "Phone": {
      "Id": 1,
      "AddressId": 1,
      "PhoneNumber": "sample string 1"
    },
    "ElectronicAddress": {
      "Id": 1,
      "ElectronicAddress": "sample string 1",
      "Inactive": true
    }
  },
  "Id": 1,
  "EditIndicator": true,
  "UpdatedDateTime": "2025-04-24T05:01:03.1675282-07:00",
  "UpdatedBy": "sample string 4",
  "ContactPointCategory": {
    "Id": 1,
    "Description": "sample string 1"
  },
  "Purpose": {
    "Id": 1,
    "Description": "sample string 1",
    "PurposeCategory": {
      "Id": 1,
      "Description": "sample string 1",
      "Inactive": true
    },
    "Inactive": true
  }
}
<ContactPointPurposeMap xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <ContactPoint>
    <Address>
      <City>sample string 4</City>
      <CountryId>1</CountryId>
      <Id>1</Id>
      <Inactive>true</Inactive>
      <PostalCode>sample string 6</PostalCode>
      <StateCode>sample string 5</StateCode>
      <Street1>sample string 1</Street1>
      <Street2>sample string 2</Street2>
      <Street3>sample string 3</Street3>
    </Address>
    <ConstituentId>1</ConstituentId>
    <ContactPointCategoryId>2</ContactPointCategoryId>
    <ElectronicAddress>
      <ElectronicAddress>sample string 1</ElectronicAddress>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </ElectronicAddress>
    <Id>1</Id>
    <Phone>
      <AddressId>1</AddressId>
      <Id>1</Id>
      <PhoneNumber>sample string 1</PhoneNumber>
    </Phone>
    <Type>
      <Description>sample string 2</Description>
      <Id>1</Id>
    </Type>
  </ContactPoint>
  <ContactPointCategory>
    <Description>sample string 1</Description>
    <Id>1</Id>
  </ContactPointCategory>
  <CreateLocation>sample string 1</CreateLocation>
  <CreatedBy>sample string 2</CreatedBy>
  <CreatedDateTime>2025-04-24T05:01:03.1675282-07:00</CreatedDateTime>
  <EditIndicator>true</EditIndicator>
  <Id>1</Id>
  <Purpose>
    <Description>sample string 1</Description>
    <Id>1</Id>
    <Inactive>true</Inactive>
    <PurposeCategory>
      <Description>sample string 1</Description>
      <Id>1</Id>
      <Inactive>true</Inactive>
    </PurposeCategory>
  </Purpose>
  <UpdatedBy>sample string 4</UpdatedBy>
  <UpdatedDateTime>2025-04-24T05:01:03.1675282-07:00</UpdatedDateTime>
</ContactPointPurposeMap>
Change Version Description Contract Old New
Parameter Changed 15.0.0 contactPointPurposeMapId has been marked as required. Required