POST api/Marketing/createProspect/{Proj_ID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Proj_ID | integer |
Required |
Body Parameters
ProspectModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Pros_Id | integer |
None. |
|
| Pros_Name | string |
None. |
|
| Pros_Village | string |
None. |
|
| Pros_Taluk | string |
None. |
|
| Pros_District | string |
None. |
|
| Pros_Contact_Pers_Name | string |
None. |
|
| Pros_Phone_No | integer |
None. |
|
| Pros_Owner | integer |
None. |
|
| Pros_OwnerName | string |
None. |
|
| Pros_Project_Id_Fk | integer |
None. |
|
| Tr_Pro_Title | string |
None. |
|
| Pros_Status | integer |
None. |
|
| Pros_Inactive | string |
None. |
|
| Pros_TS | string |
None. |
|
| Pros_CUser_Id | integer |
None. |
|
| Pros_LastEdited_TS | date |
None. |
|
| Pros_LastEdited_UserId | integer |
None. |
|
| PR_Note | string |
None. |
|
| PR_To_UserId | integer |
None. |
|
| PR_From_UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"Pros_Id": 1,
"Pros_Name": "sample string 2",
"Pros_Village": "sample string 3",
"Pros_Taluk": "sample string 4",
"Pros_District": "sample string 5",
"Pros_Contact_Pers_Name": "sample string 6",
"Pros_Phone_No": 7,
"Pros_Owner": 8,
"Pros_OwnerName": "sample string 9",
"Pros_Project_Id_Fk": 10,
"Tr_Pro_Title": "sample string 11",
"Pros_Status": 12,
"Pros_Inactive": "sample string 13",
"Pros_TS": "sample string 14",
"Pros_CUser_Id": 15,
"Pros_LastEdited_TS": "2025-12-07T15:01:40.3224019+05:30",
"Pros_LastEdited_UserId": 17,
"PR_Note": "sample string 18",
"PR_To_UserId": 19,
"PR_From_UserId": 20
}
application/xml, text/xml
Sample:
<ProspectModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <PR_From_UserId>20</PR_From_UserId> <PR_Note>sample string 18</PR_Note> <PR_To_UserId>19</PR_To_UserId> <Pros_CUser_Id>15</Pros_CUser_Id> <Pros_Contact_Pers_Name>sample string 6</Pros_Contact_Pers_Name> <Pros_District>sample string 5</Pros_District> <Pros_Id>1</Pros_Id> <Pros_Inactive>sample string 13</Pros_Inactive> <Pros_LastEdited_TS>2025-12-07T15:01:40.3224019+05:30</Pros_LastEdited_TS> <Pros_LastEdited_UserId>17</Pros_LastEdited_UserId> <Pros_Name>sample string 2</Pros_Name> <Pros_Owner>8</Pros_Owner> <Pros_OwnerName>sample string 9</Pros_OwnerName> <Pros_Phone_No>7</Pros_Phone_No> <Pros_Project_Id_Fk>10</Pros_Project_Id_Fk> <Pros_Status>12</Pros_Status> <Pros_TS>sample string 14</Pros_TS> <Pros_Taluk>sample string 4</Pros_Taluk> <Pros_Village>sample string 3</Pros_Village> <Tr_Pro_Title>sample string 11</Tr_Pro_Title> </ProspectModel>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.