POST api/Match/GetReceivedInterest
Request Information
URI Parameters
None.
Body Parameters
ProfileSearchRecord| Name | Description | Type | Additional information |
|---|---|---|---|
| UserId | integer |
None. |
|
| perPage | integer |
None. |
|
| pageNo | integer |
None. |
|
| ProfileId | string |
None. |
|
| MaritalStatus | string |
None. |
|
| MotherTongue | string |
None. |
|
| Religion | string |
None. |
|
| Caste | integer |
None. |
|
| SubCaste | integer |
None. |
|
| Star | string |
None. |
|
| Rasi | string |
None. |
|
| Nationality | string |
None. |
|
| AgeFrom | integer |
None. |
|
| AgeTo | integer |
None. |
|
| Education | integer |
None. |
|
| Income | integer |
None. |
|
| City | integer |
None. |
|
| State | integer |
None. |
|
| Occupation | string |
None. |
|
| PhysicalStatus | string |
None. |
|
| Dosham | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"UserId": 1,
"perPage": 2,
"pageNo": 3,
"ProfileId": "sample string 4",
"MaritalStatus": "sample string 5",
"MotherTongue": "sample string 6",
"Religion": "sample string 7",
"Caste": 8,
"SubCaste": 9,
"Star": "sample string 10",
"Rasi": "sample string 11",
"Nationality": "sample string 12",
"AgeFrom": 13,
"AgeTo": 14,
"Education": 15,
"Income": 16,
"City": 17,
"State": 18,
"Occupation": "sample string 19",
"PhysicalStatus": "sample string 20",
"Dosham": "sample string 21"
}
application/xml, text/xml
Sample:
<ProfileSearchRecord xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.Utility"> <AgeFrom>13</AgeFrom> <AgeTo>14</AgeTo> <Caste>8</Caste> <City>17</City> <Dosham>sample string 21</Dosham> <Education>15</Education> <Income>16</Income> <MaritalStatus>sample string 5</MaritalStatus> <MotherTongue>sample string 6</MotherTongue> <Nationality>sample string 12</Nationality> <Occupation>sample string 19</Occupation> <PhysicalStatus>sample string 20</PhysicalStatus> <ProfileId>sample string 4</ProfileId> <Rasi>sample string 11</Rasi> <Religion>sample string 7</Religion> <Star>sample string 10</Star> <State>18</State> <SubCaste>9</SubCaste> <UserId>1</UserId> <pageNo>3</pageNo> <perPage>2</perPage> </ProfileSearchRecord>
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.