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
Compliance| Name | 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_NextFine | decimal number |
None. |
|
| com_NextFrequency | integer |
None. |
|
| com_TenantIssue | boolean |
None. |
|
| com_AtAttorney | date |
None. |
|
| UnitAddress | string |
None. |
|
| ResidentName | string |
None. |
|
| ResidentKey | integer |
None. |
|
| com_LastSequence | integer |
None. |
|
| NextSequence | string |
None. |
|
| LastSequence | string |
None. |
|
| CompanyRule | string |
None. |
|
| com_UserNextProcess | date |
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": "2025-10-27T12:16:04.0299942-07:00",
"com_ReportedBy": "sample string 10",
"com_Violation": "sample string 11",
"com_Closed": "2025-10-27T12:16:04.0299942-07:00",
"com_NextProcess": "2025-10-27T12:16:04.0299942-07:00",
"com_NextSequence": 14,
"com_NextNote": "sample string 15",
"com_NextActionDate": "2025-10-27T12:16:04.0299942-07:00",
"com_NextFine": 17.0,
"com_NextFrequency": 18,
"com_TenantIssue": true,
"com_AtAttorney": "2025-10-27T12:16:04.0299942-07:00",
"UnitAddress": "sample string 21",
"ResidentName": "sample string 22",
"ResidentKey": 23,
"com_LastSequence": 24,
"NextSequence": "sample string 25",
"LastSequence": "sample string 26",
"CompanyRule": "sample string 27",
"com_UserNextProcess": "2025-10-27T12:16:04.0299942-07:00"
}
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> <CompanyRule>sample string 27</CompanyRule> <CompanyRuleKey>5</CompanyRuleKey> <ComplianceKey>1</ComplianceKey> <LastSequence>sample string 26</LastSequence> <NextSequence>sample string 25</NextSequence> <ResidentKey>23</ResidentKey> <ResidentName>sample string 22</ResidentName> <UnitAddress>sample string 21</UnitAddress> <UnitKey>4</UnitKey> <com_AtAttorney>2025-10-27T12:16:04.0299942-07:00</com_AtAttorney> <com_Closed>2025-10-27T12:16:04.0299942-07:00</com_Closed> <com_EntryEmployeeKey>7</com_EntryEmployeeKey> <com_InspectionEmployeeKey>6</com_InspectionEmployeeKey> <com_InspectionOccured>2025-10-27T12:16:04.0299942-07:00</com_InspectionOccured> <com_LastSequence>24</com_LastSequence> <com_NextActionDate>2025-10-27T12:16:04.0299942-07:00</com_NextActionDate> <com_NextFine>17</com_NextFine> <com_NextFrequency>18</com_NextFrequency> <com_NextNote>sample string 15</com_NextNote> <com_NextProcess>2025-10-27T12:16:04.0299942-07: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_UserNextProcess>2025-10-27T12:16:04.0299942-07:00</com_UserNextProcess> <com_Violation>sample string 11</com_Violation> </Compliance>
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. |