GET v1/insomniaconline/{facilityId}/staticleasevariables?onlineSettingsId={onlineSettingsId}

Gets the static lease variables.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
facilityId

The facility identifier.

globally unique identifier

Required

onlineSettingsId

The online settings identifier.

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

GetStaticLeaseVariables
NameDescriptionTypeAdditional information
MinLeaseTerm

integer

None.

FeeB

string

None.

FeeC

string

None.

FeeCDayOfMonth

string

None.

FeeCDayAfterDueDate

string

None.

FeeD

string

None.

FeeDDayOfMonth

string

None.

FeeDDayAfterDueDate

string

None.

FeeE

string

None.

FeeF

string

None.

FeeG

string

None.

FeeH

string

None.

FeeI

string

None.

FeeJ

string

None.

FeeK

string

None.

FeeL

string

None.

FeeM

string

None.

FeeN

string

None.

FeeO

string

None.

AllowCashPayments

boolean

None.

AllowCheckPayments

boolean

None.

AllowCreditCardPayments

boolean

None.

VehicleTrailerAddendum

boolean

None.

BoatAddendum

boolean

None.

OtherAddendum

boolean

None.

OtherAddendumDated

string

None.

SupplementalRules

boolean

None.

SupplementalRulesDated

string

None.

InsuranceApplication

boolean

None.

MoveOutNotice

boolean

None.

ChangeTenantContactForm

boolean

None.

SpanishCopyOfLease

boolean

None.

Other

boolean

None.

NameOfOtherAddendum

string

None.

Errors

Collection of Exception

None.

IsSuccess

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "MinLeaseTerm": 1,
  "FeeB": "sample string 2",
  "FeeC": "sample string 3",
  "FeeCDayOfMonth": "sample string 4",
  "FeeCDayAfterDueDate": "sample string 5",
  "FeeD": "sample string 6",
  "FeeDDayOfMonth": "sample string 7",
  "FeeDDayAfterDueDate": "sample string 8",
  "FeeE": "sample string 9",
  "FeeF": "sample string 10",
  "FeeG": "sample string 11",
  "FeeH": "sample string 12",
  "FeeI": "sample string 13",
  "FeeJ": "sample string 14",
  "FeeK": "sample string 15",
  "FeeL": "sample string 16",
  "FeeM": "sample string 17",
  "FeeN": "sample string 18",
  "FeeO": "sample string 19",
  "AllowCashPayments": true,
  "AllowCheckPayments": true,
  "AllowCreditCardPayments": true,
  "VehicleTrailerAddendum": true,
  "BoatAddendum": true,
  "OtherAddendum": true,
  "OtherAddendumDated": "sample string 26",
  "SupplementalRules": true,
  "SupplementalRulesDated": "sample string 28",
  "InsuranceApplication": true,
  "MoveOutNotice": true,
  "ChangeTenantContactForm": true,
  "SpanishCopyOfLease": true,
  "Other": true,
  "NameOfOtherAddendum": "sample string 34",
  "Errors": [
    {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    },
    {
      "ClassName": "System.Exception",
      "Message": null,
      "Data": null,
      "InnerException": null,
      "HelpURL": "sample string 1",
      "StackTraceString": null,
      "RemoteStackTraceString": null,
      "RemoteStackIndex": 0,
      "ExceptionMethod": null,
      "HResult": 3,
      "Source": "sample string 2",
      "WatsonBuckets": null
    }
  ],
  "IsSuccess": true
}

application/xml, text/xml

Sample:
<GetStaticLeaseVariables xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models">
  <Errors xmlns:d2p1="http://schemas.datacontract.org/2004/07/System" xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models.BindingModels">
    <d2p1:Exception>
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </d2p1:Exception>
    <d2p1:Exception>
      <ClassName xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">System.Exception</ClassName>
      <Message i:nil="true" xmlns="" />
      <Data i:nil="true" xmlns="" />
      <InnerException i:nil="true" xmlns="" />
      <HelpURL xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 1</HelpURL>
      <StackTraceString i:nil="true" xmlns="" />
      <RemoteStackTraceString i:nil="true" xmlns="" />
      <RemoteStackIndex xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">0</RemoteStackIndex>
      <ExceptionMethod i:nil="true" xmlns="" />
      <HResult xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:int" xmlns="">3</HResult>
      <Source xmlns:d4p1="http://www.w3.org/2001/XMLSchema" i:type="d4p1:string" xmlns="">sample string 2</Source>
      <WatsonBuckets i:nil="true" xmlns="" />
    </d2p1:Exception>
  </Errors>
  <IsSuccess xmlns="http://schemas.datacontract.org/2004/07/OpenTech.IssnWebApi.Web.Models.BindingModels">true</IsSuccess>
  <AllowCashPayments>true</AllowCashPayments>
  <AllowCheckPayments>true</AllowCheckPayments>
  <AllowCreditCardPayments>true</AllowCreditCardPayments>
  <BoatAddendum>true</BoatAddendum>
  <ChangeTenantContactForm>true</ChangeTenantContactForm>
  <FeeB>sample string 2</FeeB>
  <FeeC>sample string 3</FeeC>
  <FeeCDayAfterDueDate>sample string 5</FeeCDayAfterDueDate>
  <FeeCDayOfMonth>sample string 4</FeeCDayOfMonth>
  <FeeD>sample string 6</FeeD>
  <FeeDDayAfterDueDate>sample string 8</FeeDDayAfterDueDate>
  <FeeDDayOfMonth>sample string 7</FeeDDayOfMonth>
  <FeeE>sample string 9</FeeE>
  <FeeF>sample string 10</FeeF>
  <FeeG>sample string 11</FeeG>
  <FeeH>sample string 12</FeeH>
  <FeeI>sample string 13</FeeI>
  <FeeJ>sample string 14</FeeJ>
  <FeeK>sample string 15</FeeK>
  <FeeL>sample string 16</FeeL>
  <FeeM>sample string 17</FeeM>
  <FeeN>sample string 18</FeeN>
  <FeeO>sample string 19</FeeO>
  <InsuranceApplication>true</InsuranceApplication>
  <MinLeaseTerm>1</MinLeaseTerm>
  <MoveOutNotice>true</MoveOutNotice>
  <NameOfOtherAddendum>sample string 34</NameOfOtherAddendum>
  <Other>true</Other>
  <OtherAddendum>true</OtherAddendum>
  <OtherAddendumDated>sample string 26</OtherAddendumDated>
  <SpanishCopyOfLease>true</SpanishCopyOfLease>
  <SupplementalRules>true</SupplementalRules>
  <SupplementalRulesDated>sample string 28</SupplementalRulesDated>
  <VehicleTrailerAddendum>true</VehicleTrailerAddendum>
</GetStaticLeaseVariables>