POST api/ResidentContactDevice?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}

Post Device ID

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

ResidentDevice structure

ResidentDevice
NameDescriptionTypeAdditional information
ResidentTelephoneKey

integer

None.

ResidentContactKey

integer

None.

rt_DeviceType

string

None.

rt_DeviceID

string

None.

rt_DeviceName

string

None.

rt_PushToken

string

None.

rt_LastModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ResidentTelephoneKey": 1,
  "ResidentContactKey": 2,
  "rt_DeviceType": "sample string 3",
  "rt_DeviceID": "sample string 4",
  "rt_DeviceName": "sample string 5",
  "rt_PushToken": "sample string 6",
  "rt_LastModified": "2024-09-19T12:17:57.931853-05:00"
}

application/xml, text/xml

Sample:
<ResidentDevice xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesResident">
  <ResidentContactKey>2</ResidentContactKey>
  <ResidentTelephoneKey>1</ResidentTelephoneKey>
  <rt_DeviceID>sample string 4</rt_DeviceID>
  <rt_DeviceName>sample string 5</rt_DeviceName>
  <rt_DeviceType>sample string 3</rt_DeviceType>
  <rt_LastModified>2024-09-19T12:17:57.931853-05:00</rt_LastModified>
  <rt_PushToken>sample string 6</rt_PushToken>
</ResidentDevice>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.