POST api/ArchitecturalTask?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
ArchitecturalTask| Name | Description | Type | Additional information |
|---|---|---|---|
| ArchitecturalTaskKey | integer |
None. |
|
| ArchitecturalKey | integer |
None. |
|
| CommitteeKey | integer |
None. |
|
| at_Task | date |
None. |
|
| at_Completed | date |
None. |
|
| at_Assigned | date |
None. |
|
| at_AssignedFromEmployeeKey | integer |
None. |
|
| at_AssignedToEmployeeKey | integer |
None. |
|
| at_Note | string |
None. |
|
| at_FileName | string |
None. |
|
| ImageBase64 | string |
None. |
|
| downloadFileName | string |
None. |
|
| downloadImageBase64 | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"ArchitecturalTaskKey": 1,
"ArchitecturalKey": 2,
"CommitteeKey": 3,
"at_Task": "2025-10-27T12:13:27.2188673-07:00",
"at_Completed": "2025-10-27T12:13:27.2188673-07:00",
"at_Assigned": "2025-10-27T12:13:27.2188673-07:00",
"at_AssignedFromEmployeeKey": 7,
"at_AssignedToEmployeeKey": 8,
"at_Note": "sample string 9",
"at_FileName": "sample string 10",
"ImageBase64": "sample string 11",
"downloadFileName": "sample string 12",
"downloadImageBase64": "sample string 13"
}
application/xml, text/xml
Sample:
<ArchitecturalTask xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesArchitectural"> <ArchitecturalKey>2</ArchitecturalKey> <ArchitecturalTaskKey>1</ArchitecturalTaskKey> <CommitteeKey>3</CommitteeKey> <ImageBase64>sample string 11</ImageBase64> <at_Assigned>2025-10-27T12:13:27.2188673-07:00</at_Assigned> <at_AssignedFromEmployeeKey>7</at_AssignedFromEmployeeKey> <at_AssignedToEmployeeKey>8</at_AssignedToEmployeeKey> <at_Completed>2025-10-27T12:13:27.2188673-07:00</at_Completed> <at_FileName>sample string 10</at_FileName> <at_Note>sample string 9</at_Note> <at_Task>2025-10-27T12:13:27.2188673-07:00</at_Task> <downloadFileName>sample string 12</downloadFileName> <downloadImageBase64>sample string 13</downloadImageBase64> </ArchitecturalTask>
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. |