POST api/Properties/Signed_RentalLeaseAgreement_Document

Request Information

URI Parameters

None.

Body Parameters

Signed_RentalLease_AgreementDocument
NameDescriptionTypeAdditional information
DocVersion

integer

None.

DocumentURL

string

None.

DocVersionID

integer

None.

RentAgreementID

integer

None.

DocSignatureID

integer

None.

SignedBy

integer

None.

Signed_TimeStamp

string

None.

IsActive

boolean

None.

IsDeleted

boolean

None.

CreatedBy

integer

None.

UpdatedBy

integer

None.

UserID

integer

None.

ReturnType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "DocVersion": 1,
  "DocumentURL": "sample string 2",
  "DocVersionID": 1,
  "RentAgreementID": 3,
  "DocSignatureID": 1,
  "SignedBy": 4,
  "Signed_TimeStamp": "sample string 5",
  "IsActive": true,
  "IsDeleted": true,
  "CreatedBy": 8,
  "UpdatedBy": 9,
  "UserID": 10,
  "ReturnType": "sample string 11"
}

application/xml, text/xml

Sample:
<Signed_RentalLease_AgreementDocument xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessAccessLayer.ViewModel.PropertieViews">
  <CreatedBy>8</CreatedBy>
  <DocSignatureID>1</DocSignatureID>
  <DocVersion>1</DocVersion>
  <DocVersionID>1</DocVersionID>
  <DocumentURL>sample string 2</DocumentURL>
  <IsActive>true</IsActive>
  <IsDeleted>true</IsDeleted>
  <RentAgreementID>3</RentAgreementID>
  <ReturnType>sample string 11</ReturnType>
  <SignedBy>4</SignedBy>
  <Signed_TimeStamp>sample string 5</Signed_TimeStamp>
  <UpdatedBy>9</UpdatedBy>
  <UserID>10</UserID>
</Signed_RentalLease_AgreementDocument>

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>