POST api/ArchitecturalNote?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
ArchitecturalNote| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchitecturalNoteKey | integer |
None. |
|
| an_Created | date |
None. |
|
| ArchitecturalKey | integer |
None. |
|
| EmployeeKey | integer |
None. |
|
| an_Note | string |
None. |
|
| an_Entered | date |
None. |
|
| an_FileName | string |
None. |
|
| ImageBase64 | string |
None. |
|
| downloadFileName | string |
None. |
|
| downloadImageBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArchitecturalNoteKey": 1,
"an_Created": "2025-10-27T12:15:00.426236-07:00",
"ArchitecturalKey": 3,
"EmployeeKey": 4,
"an_Note": "sample string 5",
"an_Entered": "2025-10-27T12:15:00.426236-07:00",
"an_FileName": "sample string 7",
"ImageBase64": "sample string 8",
"downloadFileName": "sample string 9",
"downloadImageBase64": "sample string 10"
}
application/xml, text/xml
Sample:
<ArchitecturalNote xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesArchitectural"> <ArchitecturalKey>3</ArchitecturalKey> <ArchitecturalNoteKey>1</ArchitecturalNoteKey> <EmployeeKey>4</EmployeeKey> <ImageBase64>sample string 8</ImageBase64> <an_Created>2025-10-27T12:15:00.426236-07:00</an_Created> <an_Entered>2025-10-27T12:15:00.426236-07:00</an_Entered> <an_FileName>sample string 7</an_FileName> <an_Note>sample string 5</an_Note> <downloadFileName>sample string 9</downloadFileName> <downloadImageBase64>sample string 10</downloadImageBase64> </ArchitecturalNote>
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. |