POST api/Properties/RenewPropertyRentAgreement

Request Information

URI Parameters

None.

Body Parameters

RentalAgreemnentRenewModel
NameDescriptionTypeAdditional information
LocalTimeZone

string

None.

ROWID

globally unique identifier

None.

RentAgreementID

integer

None.

Pre_RentAgreementID

integer

None.

LocationID

integer

None.

HST_BidBatchID

integer

None.

HSTRentPropertyManagerID

integer

None.

Tenant_UserProfileID

integer

None.

RentPerMonth

decimal number

None.

Security

decimal number

None.

TenantMoveInDate

date

None.

RentInAdvance

boolean

None.

AdvanceRentPaymentDate

integer

None.

LateRentPenaltyPercentage

decimal number

None.

OtherDemands

string

None.

Rent_Agreement_Months

decimal number

None.

Breakup_Penalty

decimal number

None.

Agreement_StartDate

date

None.

Agreement_EndDate

date

None.

OffSetHours

integer

None.

OffSetMinutes

integer

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

RentPropertyManagerID

integer

None.

LogId

integer

None.

UserID

integer

None.

TermsAndConditionsArr

Collection of RentalAgreemetnRenewTermsAndConditionsModel

None.

Request Formats

application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Result
NameDescriptionTypeAdditional information
Status

ResultStatus

None.

Message

string

None.

Data

Object

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": 100,
  "Message": "sample string 1",
  "Data": {}
}

application/xml, text/xml

Sample:
<Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.Generics">
  <Data />
  <Message>sample string 1</Message>
  <Status>Success</Status>
</Result>