POST api/Profile/UpdateProfilePreference

Request Information

URI Parameters

None.

Body Parameters

ProfilePreference
NameDescriptionTypeAdditional information
Id

integer

None.

ProfileBasicId

integer

None.

AgeFrom

integer

None.

AgeTo

integer

None.

Gender

integer

None.

MaritalStatus

string

None.

MotherTongue

string

None.

Religion

string

None.

Caste

integer

None.

Subcaste

integer

None.

Star

string

None.

Rasi

string

None.

Laknam

string

None.

Gothram

string

None.

Education

integer

None.

Income

integer

None.

PhysicalStatus

string

None.

Dosham

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ProfileBasicId": 2,
  "AgeFrom": 3,
  "AgeTo": 4,
  "Gender": 5,
  "MaritalStatus": "sample string 6",
  "MotherTongue": "sample string 7",
  "Religion": "sample string 8",
  "Caste": 9,
  "Subcaste": 10,
  "Star": "sample string 11",
  "Rasi": "sample string 12",
  "Laknam": "sample string 13",
  "Gothram": "sample string 14",
  "Education": 15,
  "Income": 16,
  "PhysicalStatus": "sample string 17",
  "Dosham": "sample string 18"
}

application/xml, text/xml

Sample:
<ProfilePreference xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.Models">
  <AgeFrom>3</AgeFrom>
  <AgeTo>4</AgeTo>
  <Caste>9</Caste>
  <Dosham>sample string 18</Dosham>
  <Education>15</Education>
  <Gender>5</Gender>
  <Gothram>sample string 14</Gothram>
  <Id>1</Id>
  <Income>16</Income>
  <Laknam>sample string 13</Laknam>
  <MaritalStatus>sample string 6</MaritalStatus>
  <MotherTongue>sample string 7</MotherTongue>
  <PhysicalStatus>sample string 17</PhysicalStatus>
  <ProfileBasicId>2</ProfileBasicId>
  <Rasi>sample string 12</Rasi>
  <Religion>sample string 8</Religion>
  <Star>sample string 11</Star>
  <Subcaste>10</Subcaste>
</ProfilePreference>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.