POST Entity/SaveCommunication

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "PBEntityPhoneKey": 1,
  "PBEntityKey": 2,
  "CommunicationTypeValueId": 3,
  "CommunicationTypeDesc": "sample string 4",
  "PhoneNumber": "sample string 5",
  "EmailAddress": "sample string 6",
  "Extension": "sample string 7",
  "WhoLastChanged": "sample string 8",
  "WhenLastChanged": "2026-02-03T07:28:41.7746419-06:00",
  "PhoneNumberFormatted": "sample string 5",
  "LastChanged": "sample string 8 - 02/03/2026",
  "OriginalHash": 10
}

application/xml, text/xml

Sample:
<CommunicationType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VHCSAPIModels.Models">
  <OriginalHash>10</OriginalHash>
  <CommunicationTypeDesc>sample string 4</CommunicationTypeDesc>
  <CommunicationTypeValueId>3</CommunicationTypeValueId>
  <EmailAddress>sample string 6</EmailAddress>
  <Extension>sample string 7</Extension>
  <PBEntityKey>2</PBEntityKey>
  <PBEntityPhoneKey>1</PBEntityPhoneKey>
  <PhoneNumber>sample string 5</PhoneNumber>
  <WhenLastChanged>2026-02-03T07:28:41.7746419-06:00</WhenLastChanged>
  <WhoLastChanged>sample string 8</WhoLastChanged>
</CommunicationType>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.