PUT api/Inquiries/UpdateInquiry
Request Information
URI Parameters
None.
Body Parameters
InquiriesBindingModel| Name | Description | Type | Additional information |
|---|---|---|---|
| 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. |
|
| string |
None. |
||
| InquirySource | string |
None. |
|
| QuotedRate | decimal number |
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. |
|
| ProjectSites | ProjectSitesBindingModel |
None. |
|
| DateStr | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"InquiryID": 1,
"CustomerName": "sample string 2",
"Address": "sample string 3",
"ContactNo": "sample string 4",
"ProjectSiteID": 1,
"PropertyType": "sample string 5",
"ApproxCosting": 1.1,
"NextFollowUpDate": "2026-05-20T11:57:27.9066518+05:30",
"NextFollowUpDays": 1.1,
"FollowupsTaken": 1,
"Converted": true,
"Closed": true,
"CloseReason": "sample string 6",
"PropertyAlloted": "sample string 7",
"AllotmentDate": "2026-05-20T11:57:27.9066518+05:30",
"Description": "sample string 8",
"CreatedOn": "2026-05-20T11:57:27.9066518+05:30",
"CreatedBy": 1,
"UpdatedOn": "2026-05-20T11:57:27.9066518+05:30",
"UpdatedBy": 1,
"Status": "sample string 9",
"OpportunityStatus": "sample string 10",
"Email": "sample string 11",
"InquirySource": "sample string 12",
"QuotedRate": 1.1,
"PropertyCost": 1.1,
"GstAmount": 1.1,
"GstPercent": 1.1,
"StampDuty": 1.1,
"RegistrationCharges": 1.1,
"SocietyFormationCharges": 1.1,
"ParkingCharges": 1.1,
"ProjectSites": {
"ProjectSiteID": 1,
"SiteName": "sample string 2",
"SiteAddress": "sample string 3",
"SiteContactNo": "sample string 4",
"SiteClosed": true,
"Latitude": 1.1,
"Longitude": 1.1
},
"DateStr": "sample string 13"
}
application/xml, text/xml
Sample:
<InquiriesBindingModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ConstructionERPWebApi.Models">
<Address>sample string 3</Address>
<AllotmentDate>2026-05-20T11:57:27.9066518+05:30</AllotmentDate>
<ApproxCosting>1.1</ApproxCosting>
<CloseReason>sample string 6</CloseReason>
<Closed>true</Closed>
<ContactNo>sample string 4</ContactNo>
<Converted>true</Converted>
<CreatedBy>1</CreatedBy>
<CreatedOn>2026-05-20T11:57:27.9066518+05:30</CreatedOn>
<CustomerName>sample string 2</CustomerName>
<DateStr>sample string 13</DateStr>
<Description>sample string 8</Description>
<Email>sample string 11</Email>
<FollowupsTaken>1</FollowupsTaken>
<GstAmount>1.1</GstAmount>
<GstPercent>1.1</GstPercent>
<InquiryID>1</InquiryID>
<InquirySource>sample string 12</InquirySource>
<NextFollowUpDate>2026-05-20T11:57:27.9066518+05:30</NextFollowUpDate>
<NextFollowUpDays>1.1</NextFollowUpDays>
<OpportunityStatus>sample string 10</OpportunityStatus>
<ParkingCharges>1.1</ParkingCharges>
<ProjectSiteID>1</ProjectSiteID>
<ProjectSites>
<Latitude>1.1</Latitude>
<Longitude>1.1</Longitude>
<ProjectSiteID>1</ProjectSiteID>
<SiteAddress>sample string 3</SiteAddress>
<SiteClosed>true</SiteClosed>
<SiteContactNo>sample string 4</SiteContactNo>
<SiteName>sample string 2</SiteName>
</ProjectSites>
<PropertyAlloted>sample string 7</PropertyAlloted>
<PropertyCost>1.1</PropertyCost>
<PropertyType>sample string 5</PropertyType>
<QuotedRate>1.1</QuotedRate>
<RegistrationCharges>1.1</RegistrationCharges>
<SocietyFormationCharges>1.1</SocietyFormationCharges>
<StampDuty>1.1</StampDuty>
<Status>sample string 9</Status>
<UpdatedBy>1</UpdatedBy>
<UpdatedOn>2026-05-20T11:57:27.9066518+05:30</UpdatedOn>
</InquiriesBindingModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.