PUT api/ArchitecturalNote?VendorID={VendorID}&VendorPassword={VendorPassword}&APIGUID={APIGUID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
VendorID

string

Required

VendorPassword

string

Required

APIGUID

string

Required

Body Parameters

ArchitecturalNote
NameDescriptionTypeAdditional 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-09-19T12:20:33.4164513-05:00",
  "ArchitecturalKey": 3,
  "EmployeeKey": 4,
  "an_Note": "sample string 5",
  "an_Entered": "2024-09-19T12:20:33.4164513-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-09-19T12:20:33.4164513-05:00</an_Created>
  <an_Entered>2024-09-19T12:20:33.4164513-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:

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.