POST api/ResidentTelephone?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}
Post ResidentTelephone records
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
|
| VendorPassword | string |
Required |
|
| APIGUID | string |
Required |
Body Parameters
ResidentTelephone structure
ResidentTelephone| Name | Description | Type | Additional 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": "2025-10-27T12:15:03.9109504-07: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>2025-10-27T12:15:03.9109504-07: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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |