PUT api/EstRentAgreementClos/Update

Request Information

URI Parameters

None.

Body Parameters

EstRentAgreementClosUpdateVM
NameDescriptionTypeAdditional information
BookId

integer

Required

ClosingId

integer

Required

ClosingDate

string

Required

ClosingRefNo

string

Required

string length: inclusive between 0 and 20

AgreementId

integer

Required

Tenant

EstTenantLookupVM

Required

Property

EstRentPropertyLookupVM

None.

BookTypeId

integer

None.

Remarks

string

string length: inclusive between 0 and 1000

DueAmountStatus

string

Required

FinYearId

integer

Required

UpdateUser

integer

Required

UpdateIp

string

Required

string length: inclusive between 0 and 20

ConfirmStatus

string

Required

Matching regular expression pattern: Y|N

SecurityDeposit

decimal number

Required

Request Formats

application/json, text/json

Sample:
{
  "BookId": 1,
  "ClosingId": 2,
  "ClosingDate": "sample string 3",
  "ClosingRefNo": "sample string 4",
  "AgreementId": 5,
  "Tenant": {
    "TenantId": 1,
    "TenantName": "sample string 2",
    "Prefix": {
      "PrefixId": 1,
      "PrefixName": "sample string 2"
    }
  },
  "Property": {
    "PropertyId": 1,
    "PropertyName": "sample string 2"
  },
  "BookTypeId": 6,
  "Remarks": "sample string 7",
  "DueAmountStatus": "sample string 8",
  "FinYearId": 9,
  "UpdateUser": 10,
  "UpdateIp": "sample string 11",
  "ConfirmStatus": "sample string 12",
  "SecurityDeposit": 13.0
}

application/xml, text/xml

Sample:
<EstRentAgreementClosUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AgreementId>5</AgreementId>
  <BookId>1</BookId>
  <BookTypeId>6</BookTypeId>
  <ClosingDate>sample string 3</ClosingDate>
  <ClosingId>2</ClosingId>
  <ClosingRefNo>sample string 4</ClosingRefNo>
  <ConfirmStatus>sample string 12</ConfirmStatus>
  <DueAmountStatus>sample string 8</DueAmountStatus>
  <FinYearId>9</FinYearId>
  <Property>
    <PropertyId>1</PropertyId>
    <PropertyName>sample string 2</PropertyName>
  </Property>
  <Remarks>sample string 7</Remarks>
  <SecurityDeposit>13</SecurityDeposit>
  <Tenant>
    <Prefix>
      <PrefixId>1</PrefixId>
      <PrefixName>sample string 2</PrefixName>
    </Prefix>
    <TenantId>1</TenantId>
    <TenantName>sample string 2</TenantName>
  </Tenant>
  <UpdateIp>sample string 11</UpdateIp>
  <UpdateUser>10</UpdateUser>
</EstRentAgreementClosUpdateVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.