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
ArchitecturalName | 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. |
Request Formats
application/json, text/json
Sample:
{ "ArchitecturalKey": 1, "a_Created": "2024-12-18T12:02:26.2016173-05:00", "UnitKey": 3, "EmployeeKey": 4, "a_Received": "2024-12-18T12:02:26.2016173-05:00", "a_Status": "sample string 6", "a_Modification": "sample string 7", "a_Condition": "sample string 8", "a_Closed": "2024-12-18T12:02:26.2016173-05:00", "a_Changed": true, "UnitAddress": "sample string 11", "ResidentName": "sample string 12" }
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> <ResidentName>sample string 12</ResidentName> <UnitAddress>sample string 11</UnitAddress> <UnitKey>3</UnitKey> <a_Changed>true</a_Changed> <a_Closed>2024-12-18T12:02:26.2016173-05:00</a_Closed> <a_Condition>sample string 8</a_Condition> <a_Created>2024-12-18T12:02:26.2016173-05:00</a_Created> <a_Modification>sample string 7</a_Modification> <a_Received>2024-12-18T12:02:26.2016173-05:00</a_Received> <a_Status>sample string 6</a_Status> </Architectural>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
HttpResponseMessageName | 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. |