POST api/Marketing/CreateProspectResponse/{Pros_Id}/{PR_Id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Pros_Id | integer |
Required |
|
| PR_Id | integer |
Required |
Body Parameters
ProspectResponseModel| Name | Description | Type | Additional information |
|---|---|---|---|
| PR_Id | integer |
None. |
|
| PR_Pros_Id_Fk | integer |
None. |
|
| PR_Note | string |
None. |
|
| PR_Visited_Datetime | date |
None. |
|
| PR_Upload_Doc | string |
None. |
|
| PR_Visit_Call | string |
None. |
|
| Pros_Status | integer |
None. |
|
| PR_Appt_Datetime | date |
None. |
|
| PR_From_UserId | integer |
None. |
|
| PR_To_UserId | integer |
None. |
|
| PR_Inactive | string |
None. |
|
| PR_TS | date |
None. |
|
| PR_CUser_Id | integer |
None. |
|
| PR_LastEdited_TS | date |
None. |
|
| PR_LastEdited_UserId | integer |
None. |
|
| PR_UserName | string |
None. |
|
| PR_ToUserName | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PR_Id": 1,
"PR_Pros_Id_Fk": 2,
"PR_Note": "sample string 3",
"PR_Visited_Datetime": "2025-12-07T15:03:42.0859903+05:30",
"PR_Upload_Doc": "sample string 4",
"PR_Visit_Call": "sample string 5",
"Pros_Status": 6,
"PR_Appt_Datetime": "2025-12-07T15:03:42.0859903+05:30",
"PR_From_UserId": 7,
"PR_To_UserId": 8,
"PR_Inactive": "sample string 9",
"PR_TS": "2025-12-07T15:03:42.0859903+05:30",
"PR_CUser_Id": 10,
"PR_LastEdited_TS": "2025-12-07T15:03:42.0859903+05:30",
"PR_LastEdited_UserId": 12,
"PR_UserName": "sample string 13",
"PR_ToUserName": "sample string 14"
}
application/xml, text/xml
Sample:
<ProspectResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/KHBWebApi.Models"> <PR_Appt_Datetime>2025-12-07T15:03:42.0859903+05:30</PR_Appt_Datetime> <PR_CUser_Id>10</PR_CUser_Id> <PR_From_UserId>7</PR_From_UserId> <PR_Id>1</PR_Id> <PR_Inactive>sample string 9</PR_Inactive> <PR_LastEdited_TS>2025-12-07T15:03:42.0859903+05:30</PR_LastEdited_TS> <PR_LastEdited_UserId>12</PR_LastEdited_UserId> <PR_Note>sample string 3</PR_Note> <PR_Pros_Id_Fk>2</PR_Pros_Id_Fk> <PR_TS>2025-12-07T15:03:42.0859903+05:30</PR_TS> <PR_ToUserName>sample string 14</PR_ToUserName> <PR_To_UserId>8</PR_To_UserId> <PR_Upload_Doc>sample string 4</PR_Upload_Doc> <PR_UserName>sample string 13</PR_UserName> <PR_Visit_Call>sample string 5</PR_Visit_Call> <PR_Visited_Datetime>2025-12-07T15:03:42.0859903+05:30</PR_Visited_Datetime> <Pros_Status>6</Pros_Status> </ProspectResponseModel>
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.