PUT api/Inquiries/UpdateInquiryConverted

Request Information

URI Parameters

None.

Body Parameters

ConvertInquiryModel
NameDescriptionTypeAdditional information
PAN

string

None.

AadhaarNo

string

None.

InquiryID

integer

None.

CustomerName

string

Required

Address

string

None.

ContactNo

string

Required

ProjectSiteID

integer

None.

PropertyType

string

None.

ApproxCosting

decimal number

None.

NextFollowUpDate

date

None.

NextFollowUpDays

decimal number

None.

FollowupsTaken

integer

None.

Converted

boolean

None.

Closed

boolean

None.

CloseReason

string

None.

PropertyAlloted

string

None.

AllotmentDate

date

None.

Description

string

None.

CreatedOn

date

None.

CreatedBy

integer

None.

UpdatedOn

date

None.

UpdatedBy

integer

None.

Status

string

None.

OpportunityStatus

string

None.

PropertyCost

decimal number

None.

GstAmount

decimal number

None.

GstPercent

decimal number

None.

StampDuty

decimal number

None.

RegistrationCharges

decimal number

None.

SocietyFormationCharges

decimal number

None.

ParkingCharges

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "PAN": "sample string 1",
  "AadhaarNo": "sample string 2",
  "InquiryID": 3,
  "CustomerName": "sample string 4",
  "Address": "sample string 5",
  "ContactNo": "sample string 6",
  "ProjectSiteID": 1,
  "PropertyType": "sample string 7",
  "ApproxCosting": 1.1,
  "NextFollowUpDate": "2026-05-20T11:57:28.2728827+05:30",
  "NextFollowUpDays": 1.1,
  "FollowupsTaken": 1,
  "Converted": true,
  "Closed": true,
  "CloseReason": "sample string 8",
  "PropertyAlloted": "sample string 9",
  "AllotmentDate": "2026-05-20T11:57:28.2728827+05:30",
  "Description": "sample string 10",
  "CreatedOn": "2026-05-20T11:57:28.2728827+05:30",
  "CreatedBy": 1,
  "UpdatedOn": "2026-05-20T11:57:28.2728827+05:30",
  "UpdatedBy": 1,
  "Status": "sample string 11",
  "OpportunityStatus": "sample string 12",
  "PropertyCost": 1.1,
  "GstAmount": 1.1,
  "GstPercent": 1.1,
  "StampDuty": 1.1,
  "RegistrationCharges": 1.1,
  "SocietyFormationCharges": 1.1,
  "ParkingCharges": 1.1
}

application/xml, text/xml

Sample:
<ConvertInquiryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConstructionERPWebApi.Models">
  <AadhaarNo>sample string 2</AadhaarNo>
  <Address>sample string 5</Address>
  <AllotmentDate>2026-05-20T11:57:28.2728827+05:30</AllotmentDate>
  <ApproxCosting>1.1</ApproxCosting>
  <CloseReason>sample string 8</CloseReason>
  <Closed>true</Closed>
  <ContactNo>sample string 6</ContactNo>
  <Converted>true</Converted>
  <CreatedBy>1</CreatedBy>
  <CreatedOn>2026-05-20T11:57:28.2728827+05:30</CreatedOn>
  <CustomerName>sample string 4</CustomerName>
  <Description>sample string 10</Description>
  <FollowupsTaken>1</FollowupsTaken>
  <GstAmount>1.1</GstAmount>
  <GstPercent>1.1</GstPercent>
  <InquiryID>3</InquiryID>
  <NextFollowUpDate>2026-05-20T11:57:28.2728827+05:30</NextFollowUpDate>
  <NextFollowUpDays>1.1</NextFollowUpDays>
  <OpportunityStatus>sample string 12</OpportunityStatus>
  <PAN>sample string 1</PAN>
  <ParkingCharges>1.1</ParkingCharges>
  <ProjectSiteID>1</ProjectSiteID>
  <PropertyAlloted>sample string 9</PropertyAlloted>
  <PropertyCost>1.1</PropertyCost>
  <PropertyType>sample string 7</PropertyType>
  <RegistrationCharges>1.1</RegistrationCharges>
  <SocietyFormationCharges>1.1</SocietyFormationCharges>
  <StampDuty>1.1</StampDuty>
  <Status>sample string 11</Status>
  <UpdatedBy>1</UpdatedBy>
  <UpdatedOn>2026-05-20T11:57:28.2728827+05:30</UpdatedOn>
</ConvertInquiryModel>

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.