Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/CRM/Phones |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : Phone
|
{
"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-24T05:09:52.0371238-07:00",
"UpdatedDateTime": "2025-04-24T05:09:52.0371238-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-24T05:09:52.0371238-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-24T05:09:52.0371238-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 | Auto-assigned | ||
CreatedDateTime | date | N | Auto-assigned | ||
CreateLocation | string | N | Auto-assigned | ||
DayEveningIndicator | string | N | |||
EditIndicator | boolean | ||||
Id | integer | N | Auto-assigned | ||
Inactive | boolean | ||||
PhoneFormatted | string | ||||
PhoneNumber | string | 32 | N | ||
PhoneSearch | string | ||||
PhoneType | PhoneTypeSummary | N | |||
UpdatedBy | string | N | Auto-assigned | ||
UpdatedDateTime | date | N | 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-24T05:09:52.0527518-07:00",
"UpdatedDateTime": "2025-04-24T05:09:52.0527518-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-24T05:09:52.0527518-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-24T05:09:52.0527518-07:00</UpdatedDateTime>
</Phone>
No entries in change log for this operation.