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

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

Architectural
NameDescriptionTypeAdditional 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": "2024-09-19T12:30:22.5686519-05:00",
  "UnitKey": 3,
  "EmployeeKey": 4,
  "a_Received": "2024-09-19T12:30:22.5686519-05:00",
  "a_Status": "sample string 6",
  "a_Modification": "sample string 7",
  "a_Condition": "sample string 8",
  "a_Closed": "2024-09-19T12:30:22.5686519-05: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>2024-09-19T12:30:22.5686519-05:00</a_Closed>
  <a_Condition>sample string 8</a_Condition>
  <a_Created>2024-09-19T12:30:22.5686519-05:00</a_Created>
  <a_Modification>sample string 7</a_Modification>
  <a_Received>2024-09-19T12:30:22.5686519-05: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
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.