POST api/Profile/SaveProfileBasics

Request Information

URI Parameters

None.

Body Parameters

ProfileBasic
NameDescriptionTypeAdditional information
Id

integer

None.

CreatedBy

string

None.

ProfileFor

string

None.

ProfileID

string

None.

FirstName

string

None.

LastName

string

None.

DOB

date

None.

Age

integer

None.

Gender

string

None.

Religion

string

None.

MotherTongue

string

None.

Caste

integer

None.

SubCaste

integer

None.

DoorStreet

string

None.

Area

string

None.

City

integer

None.

State

integer

None.

Pincode

integer

None.

Country

string

None.

Nationality

string

None.

Flag

integer

None.

DeletedBy

string

None.

DeletedAt

date

None.

Reason

string

None.

CreatedAt

date

None.

UpdatedAt

date

None.

UpdatedBy

string

None.

MaritalStatus

string

None.

BirthPlace

string

None.

LivingPlace

string

None.

WorkingPlace

string

None.

ProfilePhoto

string

None.

StateName

string

None.

CityName

string

None.

CasteName

string

None.

SubCasteName

string

None.

UserName

string

None.

DelName

string

None.

MobileNumber

string

None.

Email

string

None.

ProfileViewed

integer

None.

SentInterest

integer

None.

ReceivedInterest

integer

None.

UpdatedByName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "CreatedBy": "sample string 2",
  "ProfileFor": "sample string 3",
  "ProfileID": "sample string 4",
  "FirstName": "sample string 5",
  "LastName": "sample string 6",
  "DOB": "2026-01-15T11:22:32.4094205-06:00",
  "Age": 7,
  "Gender": "sample string 8",
  "Religion": "sample string 9",
  "MotherTongue": "sample string 10",
  "Caste": 11,
  "SubCaste": 12,
  "DoorStreet": "sample string 13",
  "Area": "sample string 14",
  "City": 15,
  "State": 16,
  "Pincode": 17,
  "Country": "sample string 18",
  "Nationality": "sample string 19",
  "Flag": 20,
  "DeletedBy": "sample string 21",
  "DeletedAt": "2026-01-15T11:22:32.4094205-06:00",
  "Reason": "sample string 22",
  "CreatedAt": "2026-01-15T11:22:32.4094205-06:00",
  "UpdatedAt": "2026-01-15T11:22:32.4094205-06:00",
  "UpdatedBy": "sample string 23",
  "MaritalStatus": "sample string 24",
  "BirthPlace": "sample string 25",
  "LivingPlace": "sample string 26",
  "WorkingPlace": "sample string 27",
  "ProfilePhoto": "sample string 28",
  "StateName": "sample string 29",
  "CityName": "sample string 30",
  "CasteName": "sample string 31",
  "SubCasteName": "sample string 32",
  "UserName": "sample string 33",
  "DelName": "sample string 34",
  "MobileNumber": "sample string 35",
  "Email": "sample string 36",
  "ProfileViewed": 37,
  "SentInterest": 38,
  "ReceivedInterest": 39,
  "UpdatedByName": "sample string 40"
}

application/xml, text/xml

Sample:
<ProfileBasic xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.Models">
  <Age>7</Age>
  <Area>sample string 14</Area>
  <BirthPlace>sample string 25</BirthPlace>
  <Caste>11</Caste>
  <CasteName>sample string 31</CasteName>
  <City>15</City>
  <CityName>sample string 30</CityName>
  <Country>sample string 18</Country>
  <CreatedAt>2026-01-15T11:22:32.4094205-06:00</CreatedAt>
  <CreatedBy>sample string 2</CreatedBy>
  <DOB>2026-01-15T11:22:32.4094205-06:00</DOB>
  <DelName>sample string 34</DelName>
  <DeletedAt>2026-01-15T11:22:32.4094205-06:00</DeletedAt>
  <DeletedBy>sample string 21</DeletedBy>
  <DoorStreet>sample string 13</DoorStreet>
  <Email>sample string 36</Email>
  <FirstName>sample string 5</FirstName>
  <Flag>20</Flag>
  <Gender>sample string 8</Gender>
  <Id>1</Id>
  <LastName>sample string 6</LastName>
  <LivingPlace>sample string 26</LivingPlace>
  <MaritalStatus>sample string 24</MaritalStatus>
  <MobileNumber>sample string 35</MobileNumber>
  <MotherTongue>sample string 10</MotherTongue>
  <Nationality>sample string 19</Nationality>
  <Pincode>17</Pincode>
  <ProfileFor>sample string 3</ProfileFor>
  <ProfileID>sample string 4</ProfileID>
  <ProfilePhoto>sample string 28</ProfilePhoto>
  <ProfileViewed>37</ProfileViewed>
  <Reason>sample string 22</Reason>
  <ReceivedInterest>39</ReceivedInterest>
  <Religion>sample string 9</Religion>
  <SentInterest>38</SentInterest>
  <State>16</State>
  <StateName>sample string 29</StateName>
  <SubCaste>12</SubCaste>
  <SubCasteName>sample string 32</SubCasteName>
  <UpdatedAt>2026-01-15T11:22:32.4094205-06:00</UpdatedAt>
  <UpdatedBy>sample string 23</UpdatedBy>
  <UpdatedByName>sample string 40</UpdatedByName>
  <UserName>sample string 33</UserName>
  <WorkingPlace>sample string 27</WorkingPlace>
</ProfileBasic>

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.