PUT api/Compliance?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
ComplianceName | Description | Type | Additional information |
---|---|---|---|
ComplianceKey | integer |
None. |
|
CompanyKey | integer |
None. |
|
CommunityKey | integer |
None. |
|
UnitKey | integer |
None. |
|
CompanyRuleKey | integer |
None. |
|
com_InspectionEmployeeKey | integer |
None. |
|
com_EntryEmployeeKey | integer |
None. |
|
com_Type | string |
None. |
|
com_InspectionOccured | date |
None. |
|
com_ReportedBy | string |
None. |
|
com_Violation | string |
None. |
|
com_Closed | date |
None. |
|
com_NextProcess | date |
None. |
|
com_NextSequence | integer |
None. |
|
com_NextNote | string |
None. |
|
com_NextActionDate | date |
None. |
|
com_TenantIssue | boolean |
None. |
|
com_AtAttorney | date |
None. |
|
UnitAddress | string |
None. |
|
ResidentName | string |
None. |
|
ResidentKey | integer |
None. |
|
com_LastSequence | integer |
None. |
Request Formats
application/json, text/json
Sample:
{ "ComplianceKey": 1, "CompanyKey": 2, "CommunityKey": 3, "UnitKey": 4, "CompanyRuleKey": 5, "com_InspectionEmployeeKey": 6, "com_EntryEmployeeKey": 7, "com_Type": "sample string 8", "com_InspectionOccured": "2024-12-18T11:46:50.777848-05:00", "com_ReportedBy": "sample string 10", "com_Violation": "sample string 11", "com_Closed": "2024-12-18T11:46:50.777848-05:00", "com_NextProcess": "2024-12-18T11:46:50.777848-05:00", "com_NextSequence": 14, "com_NextNote": "sample string 15", "com_NextActionDate": "2024-12-18T11:46:50.777848-05:00", "com_TenantIssue": true, "com_AtAttorney": "2024-12-18T11:46:50.777848-05:00", "UnitAddress": "sample string 19", "ResidentName": "sample string 20", "ResidentKey": 21, "com_LastSequence": 22 }
application/xml, text/xml
Sample:
<Compliance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VMSRXChange.DataClassesCompliance"> <CommunityKey>3</CommunityKey> <CompanyKey>2</CompanyKey> <CompanyRuleKey>5</CompanyRuleKey> <ComplianceKey>1</ComplianceKey> <ResidentKey>21</ResidentKey> <ResidentName>sample string 20</ResidentName> <UnitAddress>sample string 19</UnitAddress> <UnitKey>4</UnitKey> <com_AtAttorney>2024-12-18T11:46:50.777848-05:00</com_AtAttorney> <com_Closed>2024-12-18T11:46:50.777848-05:00</com_Closed> <com_EntryEmployeeKey>7</com_EntryEmployeeKey> <com_InspectionEmployeeKey>6</com_InspectionEmployeeKey> <com_InspectionOccured>2024-12-18T11:46:50.777848-05:00</com_InspectionOccured> <com_LastSequence>22</com_LastSequence> <com_NextActionDate>2024-12-18T11:46:50.777848-05:00</com_NextActionDate> <com_NextNote>sample string 15</com_NextNote> <com_NextProcess>2024-12-18T11:46:50.777848-05:00</com_NextProcess> <com_NextSequence>14</com_NextSequence> <com_ReportedBy>sample string 10</com_ReportedBy> <com_TenantIssue>true</com_TenantIssue> <com_Type>sample string 8</com_Type> <com_Violation>sample string 11</com_Violation> </Compliance>
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. |