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

Post ResidentTelephone records

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

ResidentTelephone structure

ResidentTelephone
NameDescriptionTypeAdditional information
ResidentTelephoneKey

integer

None.

ResidentContactKey

integer

None.

rt_Type

string

None.

rt_Telephone

string

None.

rt_CollectionResidentTelephoneKey

integer

None.

rt_LastModified

date

None.

Request Formats

application/json, text/json

Sample:
{
  "ResidentTelephoneKey": 1,
  "ResidentContactKey": 2,
  "rt_Type": "sample string 3",
  "rt_Telephone": "sample string 4",
  "rt_CollectionResidentTelephoneKey": 5,
  "rt_LastModified": "2024-09-19T12:32:23.6206637-05:00"
}

application/xml, text/xml

Sample:
<ResidentTelephone 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_CollectionResidentTelephoneKey>5</rt_CollectionResidentTelephoneKey>
  <rt_LastModified>2024-09-19T12:32:23.6206637-05:00</rt_LastModified>
  <rt_Telephone>sample string 4</rt_Telephone>
  <rt_Type>sample string 3</rt_Type>
</ResidentTelephone>

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.