PUT api/CentralStation/contactMethod

Request Information

URI Parameters

None.

Body Parameters

UpdateCentralStationContactMethodRequest
NameDescriptionTypeAdditional information
CSID

integer

None.

ContactID

integer

None.

ContactMethodID

integer

None.

ContactMethodValue

string

None.

UpdateContactMethodValue

boolean

None.

Type

integer

None.

UpdateType

boolean

None.

SessionNum

integer

None.

SessionPassword

Collection of byte

None.

ApplicationCode

string

None.

StagesURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "CSID": 1,
  "ContactID": 2,
  "ContactMethodID": 3,
  "ContactMethodValue": "sample string 4",
  "UpdateContactMethodValue": true,
  "Type": 6,
  "UpdateType": true,
  "SessionNum": 8,
  "SessionPassword": "QEA=",
  "ApplicationCode": "sample string 9",
  "StagesURL": "sample string 10"
}

application/xml, text/xml

Sample:
<UpdateCentralStationContactMethodRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <StagesURL>sample string 10</StagesURL>
  <ApplicationCode>sample string 9</ApplicationCode>
  <SessionNum>8</SessionNum>
  <SessionPassword>QEA=</SessionPassword>
  <CSID>1</CSID>
  <ContactID>2</ContactID>
  <ContactMethodID>3</ContactMethodID>
  <ContactMethodValue>sample string 4</ContactMethodValue>
  <Type>6</Type>
  <UpdateContactMethodValue>true</UpdateContactMethodValue>
  <UpdateType>true</UpdateType>
</UpdateCentralStationContactMethodRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CentralStationResult
NameDescriptionTypeAdditional information
Success

boolean

None.

ErrorMessage

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Success": true,
  "ErrorMessage": "sample string 2"
}

application/xml, text/xml

Sample:
<CentralStationResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <ErrorMessage>sample string 2</ErrorMessage>
  <Success>true</Success>
</CentralStationResult>