PUT PhoneChannel

Update Phone Channel object

Request Information

URI Parameters

None.

Body Parameters

PhoneChannel object to update

PhoneChannel
NameDescriptionTypeAdditional information
PhoneChannelID

integer

None.

PhoneID

integer

None.

VIPID

globally unique identifier

None.

PhoneNumber

string

None.

CountryCode

string

None.

PhoneChannelStatusTypeID

integer

None.

ShortCodeID

integer

None.

IsActive

boolean

None.

DateCreated

date

None.

DateModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "phoneChannelID": 1,
  "phoneID": 2,
  "vipid": "1c6ee9e6-ef5d-4b75-ac9a-8529090f6d51",
  "phoneNumber": "sample string 3",
  "countryCode": "sample string 4",
  "phoneChannelStatusTypeID": 5,
  "shortCodeID": 6,
  "isActive": true,
  "dateCreated": "2026-04-21T06:54:37.3652417-04:00",
  "dateModified": "2026-04-21T06:54:37.3652417-04:00"
}

text/html

Sample:
{"phoneChannelID":1,"phoneID":2,"vipid":"1c6ee9e6-ef5d-4b75-ac9a-8529090f6d51","phoneNumber":"sample string 3","countryCode":"sample string 4","phoneChannelStatusTypeID":5,"shortCodeID":6,"isActive":true,"dateCreated":"2026-04-21T06:54:37.3652417-04:00","dateModified":"2026-04-21T06:54:37.3652417-04:00"}

application/xml, text/xml

Sample:
<PhoneChannel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ContactService.Models">
  <CountryCode>sample string 4</CountryCode>
  <DateCreated>2026-04-21T06:54:37.3652417-04:00</DateCreated>
  <DateModified>2026-04-21T06:54:37.3652417-04:00</DateModified>
  <IsActive>true</IsActive>
  <PhoneChannelID>1</PhoneChannelID>
  <PhoneChannelStatusTypeID>5</PhoneChannelStatusTypeID>
  <PhoneID>2</PhoneID>
  <PhoneNumber>sample string 3</PhoneNumber>
  <ShortCodeID>6</ShortCodeID>
  <VIPID>1c6ee9e6-ef5d-4b75-ac9a-8529090f6d51</VIPID>
</PhoneChannel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

bool representing success or failure

boolean

Response Formats

application/json, text/json, text/html

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>