PUT api/EstRentEnquiry/Update

Request Information

URI Parameters

None.

Body Parameters

EstRentEnquiryUpdateVM
NameDescriptionTypeAdditional information
BookId

integer

Required

EnquiryId

integer

Required

EnquiryDate

string

Required

Prefix

PrefixLookup

Required

IsTenant

string

None.

Tenant

EstTenantLookupVM

None.

TenantType

EstTenantTypeLookupVM

None.

PartyName

string

Required

String length: inclusive between 0 and 100

ShortName

string

String length: inclusive between 0 and 10

RentPurpose

string

String length: inclusive between 0 and 100

RentCategory

EstRentCategoryLookupVM

Required

RentProperty

EstRentPropertyLookupVM

None.

ExpStartDate

string

None.

ExpStartPeriod

string

String length: inclusive between 0 and 100

RentPeriodMonths

integer

None.

PhoneNo

string

String length: inclusive between 0 and 50

MobileNo

string

String length: inclusive between 0 and 50

Email

string

String length: inclusive between 0 and 100

Address1

string

String length: inclusive between 0 and 200

Address2

string

String length: inclusive between 0 and 200

Pincode

string

String length: inclusive between 0 and 50

Landmark

string

String length: inclusive between 0 and 200

PostOffice

PlaceLookup

None.

District

PlaceLookup

None.

State

PlaceLookup

None.

Country

PlaceLookup

None.

PanNumber

string

String length: inclusive between 0 and 30

AadharNumber

string

String length: inclusive between 0 and 50

Gstin

string

String length: inclusive between 0 and 20

Remarks

string

String length: inclusive between 0 and 1000

Status

EstRentEnquiryStatusLookupVM

Required

UpdateUser

integer

Required

UpdateIp

string

Required

String length: inclusive between 0 and 20

Request Formats

application/json, text/json

Sample:
{
  "BookId": 1,
  "EnquiryId": 2,
  "EnquiryDate": "sample string 3",
  "Prefix": {
    "PrefixId": 1,
    "PrefixName": "sample string 2"
  },
  "IsTenant": "sample string 4",
  "Tenant": {
    "TenantId": 1,
    "TenantName": "sample string 2",
    "Prefix": {
      "PrefixId": 1,
      "PrefixName": "sample string 2"
    }
  },
  "TenantType": {
    "TenantTypeId": 1,
    "TenantTypeName": "sample string 2"
  },
  "PartyName": "sample string 5",
  "ShortName": "sample string 6",
  "RentPurpose": "sample string 7",
  "RentCategory": {
    "RentCategoryId": 1,
    "RentCategoryName": "sample string 2"
  },
  "RentProperty": {
    "PropertyId": 1,
    "PropertyName": "sample string 2"
  },
  "ExpStartDate": "sample string 8",
  "ExpStartPeriod": "sample string 9",
  "RentPeriodMonths": 10,
  "PhoneNo": "sample string 11",
  "MobileNo": "sample string 12",
  "Email": "sample string 13",
  "Address1": "sample string 14",
  "Address2": "sample string 15",
  "Pincode": "sample string 16",
  "Landmark": "sample string 17",
  "PostOffice": {
    "PlaceId": 1,
    "PlaceName": "sample string 2"
  },
  "District": {
    "PlaceId": 1,
    "PlaceName": "sample string 2"
  },
  "State": {
    "PlaceId": 1,
    "PlaceName": "sample string 2"
  },
  "Country": {
    "PlaceId": 1,
    "PlaceName": "sample string 2"
  },
  "PanNumber": "sample string 18",
  "AadharNumber": "sample string 19",
  "Gstin": "sample string 20",
  "Remarks": "sample string 21",
  "Status": {
    "StatusId": "sample string 1",
    "StatusName": "sample string 2"
  },
  "UpdateUser": 22,
  "UpdateIp": "sample string 23"
}

application/xml, text/xml

Sample:
<EstRentEnquiryUpdateVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <AadharNumber>sample string 19</AadharNumber>
  <Address1>sample string 14</Address1>
  <Address2>sample string 15</Address2>
  <BookId>1</BookId>
  <Country>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </Country>
  <District>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </District>
  <Email>sample string 13</Email>
  <EnquiryDate>sample string 3</EnquiryDate>
  <EnquiryId>2</EnquiryId>
  <ExpStartDate>sample string 8</ExpStartDate>
  <ExpStartPeriod>sample string 9</ExpStartPeriod>
  <Gstin>sample string 20</Gstin>
  <IsTenant>sample string 4</IsTenant>
  <Landmark>sample string 17</Landmark>
  <MobileNo>sample string 12</MobileNo>
  <PanNumber>sample string 18</PanNumber>
  <PartyName>sample string 5</PartyName>
  <PhoneNo>sample string 11</PhoneNo>
  <Pincode>sample string 16</Pincode>
  <PostOffice>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </PostOffice>
  <Prefix>
    <PrefixId>1</PrefixId>
    <PrefixName>sample string 2</PrefixName>
  </Prefix>
  <Remarks>sample string 21</Remarks>
  <RentCategory>
    <RentCategoryId>1</RentCategoryId>
    <RentCategoryName>sample string 2</RentCategoryName>
  </RentCategory>
  <RentPeriodMonths>10</RentPeriodMonths>
  <RentProperty>
    <PropertyId>1</PropertyId>
    <PropertyName>sample string 2</PropertyName>
  </RentProperty>
  <RentPurpose>sample string 7</RentPurpose>
  <ShortName>sample string 6</ShortName>
  <State>
    <PlaceId>1</PlaceId>
    <PlaceName>sample string 2</PlaceName>
  </State>
  <Status>
    <StatusId>sample string 1</StatusId>
    <StatusName>sample string 2</StatusName>
  </Status>
  <Tenant>
    <Prefix>
      <PrefixId>1</PrefixId>
      <PrefixName>sample string 2</PrefixName>
    </Prefix>
    <TenantId>1</TenantId>
    <TenantName>sample string 2</TenantName>
  </Tenant>
  <TenantType>
    <TenantTypeId>1</TenantTypeId>
    <TenantTypeName>sample string 2</TenantTypeName>
  </TenantType>
  <UpdateIp>sample string 23</UpdateIp>
  <UpdateUser>22</UpdateUser>
</EstRentEnquiryUpdateVM>

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.