PUT api/Requirement/Edit?userId={userId}&requirementId={requirementId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| userId | integer |
Required |
|
| requirementId | integer |
Required |
Body Parameters
tbl_requirement_EditDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| user_id | integer |
None. |
|
| type | string |
None. |
|
| category | string |
None. |
|
| bhk_type | string |
None. |
|
| furnish_type | string |
None. |
|
| amount | decimal number |
None. |
|
| location | string |
None. |
|
| lat | decimal number |
None. |
|
| lon | decimal number |
None. |
|
| project_name | string |
None. |
|
| lead_type | string |
None. |
|
| description | string |
None. |
|
| posted_by | string |
None. |
|
| mobile | string |
None. |
|
| updated_at | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"user_id": 1,
"type": "sample string 1",
"category": "sample string 2",
"bhk_type": "sample string 3",
"furnish_type": "sample string 4",
"amount": 1.0,
"location": "sample string 5",
"lat": 1.1,
"lon": 1.1,
"project_name": "sample string 6",
"lead_type": "sample string 7",
"description": "sample string 8",
"posted_by": "sample string 9",
"mobile": "sample string 10",
"updated_at": "2025-11-08T14:54:23.4441571+05:30"
}
application/xml, text/xml
Sample:
<tbl_requirement_EditDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatchDealsWebAPI_New.Models"> <amount>1</amount> <bhk_type>sample string 3</bhk_type> <category>sample string 2</category> <description>sample string 8</description> <furnish_type>sample string 4</furnish_type> <lat>1.1</lat> <lead_type>sample string 7</lead_type> <location>sample string 5</location> <lon>1.1</lon> <mobile>sample string 10</mobile> <posted_by>sample string 9</posted_by> <project_name>sample string 6</project_name> <type>sample string 1</type> <updated_at>2025-11-08T14:54:23.4441571+05:30</updated_at> <user_id>1</user_id> </tbl_requirement_EditDTO>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |