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
ArchitecturalNoteName | 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. |
Request Formats
application/json, text/json
Sample:
{ "ArchitecturalNoteKey": 1, "an_Created": "2024-12-18T11:49:05.1449-05:00", "ArchitecturalKey": 3, "EmployeeKey": 4, "an_Note": "sample string 5", "an_Entered": "2024-12-18T11:49:05.1449-05:00", "an_FileName": "sample string 7", "ImageBase64": "sample string 8" }
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>2024-12-18T11:49:05.1449-05:00</an_Created> <an_Entered>2024-12-18T11:49:05.1449-05:00</an_Entered> <an_FileName>sample string 7</an_FileName> <an_Note>sample string 5</an_Note> </ArchitecturalNote>
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. |