POST api/GetReferralDetails
Request Information
URI Parameters
None.
Body Parameters
ReferralRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| flat_name | string |
None. |
|
| referral_name | string |
None. |
|
| mobile | string |
None. |
|
| content | string |
None. |
|
| flat_id | integer |
None. |
|
| project_id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"flat_name": "sample string 1",
"referral_name": "sample string 2",
"mobile": "sample string 3",
"content": "sample string 4",
"flat_id": 5,
"project_id": 6
}
application/xml, text/xml
Sample:
<ReferralRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/dbKey2h.Models"> <content>sample string 4</content> <flat_id>5</flat_id> <flat_name>sample string 1</flat_name> <mobile>sample string 3</mobile> <project_id>6</project_id> <referral_name>sample string 2</referral_name> </ReferralRequest>
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.