POST api/Device/DevicePhoneUpdateFull

Request Information

URI Parameters

None.

Body Parameters

DevicePhoneFullDetailRequest
NameDescriptionTypeAdditional information
SeqNum

integer

None.

ChangeFlagSeqNum

boolean

None.

Phone

string

None.

ChangeFlagPhone

boolean

None.

PhoneType

string

None.

ChangeFlagPhoneType

boolean

None.

Comment

string

None.

ChangeFlagComment

boolean

None.

AutoNotifyFlag

boolean

None.

ChangeFlagAutoNotifyFlag

boolean

None.

Extension

string

None.

ChangeFlagExtension

boolean

None.

KeyNum

integer

None.

SessionNum

integer

None.

SessionPassword

Collection of byte

None.

ApplicationCode

string

None.

StagesURL

string

None.

Request Formats

application/json, text/json

Sample:
{
  "SeqNum": 1,
  "ChangeFlagSeqNum": true,
  "Phone": "sample string 1",
  "ChangeFlagPhone": true,
  "PhoneType": "sample string 2",
  "ChangeFlagPhoneType": true,
  "Comment": "sample string 3",
  "ChangeFlagComment": true,
  "AutoNotifyFlag": true,
  "ChangeFlagAutoNotifyFlag": true,
  "Extension": "sample string 4",
  "ChangeFlagExtension": true,
  "KeyNum": 1,
  "SessionNum": 5,
  "SessionPassword": "QEA=",
  "ApplicationCode": "sample string 6",
  "StagesURL": "sample string 7"
}

application/xml, text/xml

Sample:
<DevicePhoneFullDetailRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/RapidAPI.Models">
  <StagesURL>sample string 7</StagesURL>
  <ApplicationCode>sample string 6</ApplicationCode>
  <SessionNum>5</SessionNum>
  <SessionPassword>QEA=</SessionPassword>
  <KeyNum>1</KeyNum>
  <AutoNotifyFlag>true</AutoNotifyFlag>
  <ChangeFlagAutoNotifyFlag>true</ChangeFlagAutoNotifyFlag>
  <ChangeFlagComment>true</ChangeFlagComment>
  <ChangeFlagExtension>true</ChangeFlagExtension>
  <ChangeFlagPhone>true</ChangeFlagPhone>
  <ChangeFlagPhoneType>true</ChangeFlagPhoneType>
  <ChangeFlagSeqNum>true</ChangeFlagSeqNum>
  <Comment>sample string 3</Comment>
  <Extension>sample string 4</Extension>
  <Phone>sample string 1</Phone>
  <PhoneType>sample string 2</PhoneType>
  <SeqNum>1</SeqNum>
</DevicePhoneFullDetailRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

DevicePhoneUpdateQueryResult
NameDescriptionTypeAdditional information
ExcludeColumnList

Collection of string

None.

ResultSet

Collection of DevicePhoneUpdateResult

None.

Success

boolean

None.

UserErrorMessage

string

None.

ErrorTypeNum

integer

None.

SqlConnectionLost

boolean

None.

ClientVersion

string

None.

Response Formats

application/json, text/json

Sample:
{
  "ExcludeColumnList": [
    "sample string 1",
    "sample string 2"
  ],
  "ResultSet": [
    {
      "Comment": "sample string 1",
      "DataChangeNotifyFlag": true,
      "KeyNum": 1,
      "Phone": "sample string 2",
      "SeqNum": 1,
      "SitePhoneFlag": true,
      "ActionAutoEvalDescription": "sample string 3",
      "ActionAutoEvalNum": 1,
      "ConfirmedAlarmFlag": true,
      "AutoNotifyFlag": true,
      "DayTimeFlag": true,
      "Extension": "sample string 4",
      "PhoneType": "sample string 5",
      "PhoneTypeDescription": "sample string 6",
      "RefreshContactListsFlag": true
    },
    {
      "Comment": "sample string 1",
      "DataChangeNotifyFlag": true,
      "KeyNum": 1,
      "Phone": "sample string 2",
      "SeqNum": 1,
      "SitePhoneFlag": true,
      "ActionAutoEvalDescription": "sample string 3",
      "ActionAutoEvalNum": 1,
      "ConfirmedAlarmFlag": true,
      "AutoNotifyFlag": true,
      "DayTimeFlag": true,
      "Extension": "sample string 4",
      "PhoneType": "sample string 5",
      "PhoneTypeDescription": "sample string 6",
      "RefreshContactListsFlag": true
    }
  ],
  "Success": true,
  "UserErrorMessage": "sample string 2",
  "ErrorTypeNum": 3,
  "SqlConnectionLost": true,
  "ClientVersion": "sample string 5"
}

application/xml, text/xml

Sample:
<DevicePhoneUpdateQueryResult xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Stages">
  <ClientVersion>sample string 5</ClientVersion>
  <ErrorTypeNum>3</ErrorTypeNum>
  <SqlConnectionLost>true</SqlConnectionLost>
  <Success>true</Success>
  <UserErrorMessage>sample string 2</UserErrorMessage>
  <ExcludeColumnList xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
    <d2p1:string>sample string 1</d2p1:string>
    <d2p1:string>sample string 2</d2p1:string>
  </ExcludeColumnList>
  <ResultSet>
    <DevicePhoneUpdateResult>
      <ActionAutoEvalDescription>sample string 3</ActionAutoEvalDescription>
      <ActionAutoEvalNum>1</ActionAutoEvalNum>
      <AutoNotifyFlag>true</AutoNotifyFlag>
      <Comment>sample string 1</Comment>
      <ConfirmedAlarmFlag>true</ConfirmedAlarmFlag>
      <DataChangeNotifyFlag>true</DataChangeNotifyFlag>
      <DayTimeFlag>true</DayTimeFlag>
      <Extension>sample string 4</Extension>
      <KeyNum>1</KeyNum>
      <Phone>sample string 2</Phone>
      <PhoneType>sample string 5</PhoneType>
      <PhoneTypeDescription>sample string 6</PhoneTypeDescription>
      <RefreshContactListsFlag>true</RefreshContactListsFlag>
      <SeqNum>1</SeqNum>
      <SitePhoneFlag>true</SitePhoneFlag>
    </DevicePhoneUpdateResult>
    <DevicePhoneUpdateResult>
      <ActionAutoEvalDescription>sample string 3</ActionAutoEvalDescription>
      <ActionAutoEvalNum>1</ActionAutoEvalNum>
      <AutoNotifyFlag>true</AutoNotifyFlag>
      <Comment>sample string 1</Comment>
      <ConfirmedAlarmFlag>true</ConfirmedAlarmFlag>
      <DataChangeNotifyFlag>true</DataChangeNotifyFlag>
      <DayTimeFlag>true</DayTimeFlag>
      <Extension>sample string 4</Extension>
      <KeyNum>1</KeyNum>
      <Phone>sample string 2</Phone>
      <PhoneType>sample string 5</PhoneType>
      <PhoneTypeDescription>sample string 6</PhoneTypeDescription>
      <RefreshContactListsFlag>true</RefreshContactListsFlag>
      <SeqNum>1</SeqNum>
      <SitePhoneFlag>true</SitePhoneFlag>
    </DevicePhoneUpdateResult>
  </ResultSet>
</DevicePhoneUpdateQueryResult>