POST api/Architectural?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| VendorID | string |
Required |
|
| VendorPassword | string |
Required |
|
| APIGUID | string |
Required |
Body Parameters
Architectural| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchitecturalKey | integer |
None. |
|
| a_Created | date |
None. |
|
| UnitKey | integer |
None. |
|
| EmployeeKey | integer |
None. |
|
| a_Received | date |
None. |
|
| a_Status | string |
None. |
|
| a_Modification | string |
None. |
|
| a_Condition | string |
None. |
|
| a_Closed | date |
None. |
|
| a_Changed | boolean |
None. |
|
| UnitAddress | string |
None. |
|
| ResidentName | string |
None. |
|
| ResidentKey | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArchitecturalKey": 1,
"a_Created": "2025-10-27T12:15:28.1202439-07:00",
"UnitKey": 3,
"EmployeeKey": 4,
"a_Received": "2025-10-27T12:15:28.1202439-07:00",
"a_Status": "sample string 6",
"a_Modification": "sample string 7",
"a_Condition": "sample string 8",
"a_Closed": "2025-10-27T12:15:28.1202439-07:00",
"a_Changed": true,
"UnitAddress": "sample string 11",
"ResidentName": "sample string 12",
"ResidentKey": 13
}
application/xml, text/xml
Sample:
<Architectural xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesArchitectural"> <ArchitecturalKey>1</ArchitecturalKey> <EmployeeKey>4</EmployeeKey> <ResidentKey>13</ResidentKey> <ResidentName>sample string 12</ResidentName> <UnitAddress>sample string 11</UnitAddress> <UnitKey>3</UnitKey> <a_Changed>true</a_Changed> <a_Closed>2025-10-27T12:15:28.1202439-07:00</a_Closed> <a_Condition>sample string 8</a_Condition> <a_Created>2025-10-27T12:15:28.1202439-07:00</a_Created> <a_Modification>sample string 7</a_Modification> <a_Received>2025-10-27T12:15:28.1202439-07:00</a_Received> <a_Status>sample string 6</a_Status> </Architectural>
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. |