POST api/Profile/SaveProfileGeneral
Request Information
URI Parameters
None.
Body Parameters
ProfileGeneral| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| ProfileBasicId | integer |
None. |
|
| Education | integer |
None. |
|
| AddEducation | string |
None. |
|
| Employement | string |
None. |
|
| Income | integer |
None. |
|
| Occupation | string |
None. |
|
| Height | integer |
None. |
|
| Weight | integer |
None. |
|
| BodyType | string |
None. |
|
| PhysicalStatus | string |
None. |
|
| Complexion | string |
None. |
|
| FoodHabits | string |
None. |
|
| Smoke | string |
None. |
|
| Drink | string |
None. |
|
| FamilyStatus | string |
None. |
|
| FamilyType | string |
None. |
|
| FamilyValue | string |
None. |
|
| FatherName | string |
None. |
|
| MotherName | string |
None. |
|
| FatherStatus | string |
None. |
|
| MotherStatus | string |
None. |
|
| BornAs | integer |
None. |
|
| NoOfBrothers | integer |
None. |
|
| NoOfSisters | integer |
None. |
|
| BrothersMarried | integer |
None. |
|
| SistersMarried | integer |
None. |
|
| Star | string |
None. |
|
| Rasi | string |
None. |
|
| Laknam | string |
None. |
|
| Gothram | string |
None. |
|
| HoroscopeFile | string |
None. |
|
| Dosham | string |
None. |
|
| FatherSector | string |
None. |
|
| MotherSector | string |
None. |
|
| FatherNative | string |
None. |
|
| MotherNative | string |
None. |
|
| AnnualIncome | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"ProfileBasicId": 2,
"Education": 3,
"AddEducation": "sample string 4",
"Employement": "sample string 5",
"Income": 6,
"Occupation": "sample string 7",
"Height": 8,
"Weight": 9,
"BodyType": "sample string 10",
"PhysicalStatus": "sample string 11",
"Complexion": "sample string 12",
"FoodHabits": "sample string 13",
"Smoke": "sample string 14",
"Drink": "sample string 15",
"FamilyStatus": "sample string 16",
"FamilyType": "sample string 17",
"FamilyValue": "sample string 18",
"FatherName": "sample string 19",
"MotherName": "sample string 20",
"FatherStatus": "sample string 21",
"MotherStatus": "sample string 22",
"BornAs": 23,
"NoOfBrothers": 24,
"NoOfSisters": 25,
"BrothersMarried": 26,
"SistersMarried": 27,
"Star": "sample string 28",
"Rasi": "sample string 29",
"Laknam": "sample string 30",
"Gothram": "sample string 31",
"HoroscopeFile": "sample string 32",
"Dosham": "sample string 33",
"FatherSector": "sample string 34",
"MotherSector": "sample string 35",
"FatherNative": "sample string 36",
"MotherNative": "sample string 37",
"AnnualIncome": "sample string 38"
}
application/xml, text/xml
Sample:
<ProfileGeneral xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MatrimonyApi.Models"> <AddEducation>sample string 4</AddEducation> <AnnualIncome>sample string 38</AnnualIncome> <BodyType>sample string 10</BodyType> <BornAs>23</BornAs> <BrothersMarried>26</BrothersMarried> <Complexion>sample string 12</Complexion> <Dosham>sample string 33</Dosham> <Drink>sample string 15</Drink> <Education>3</Education> <Employement>sample string 5</Employement> <FamilyStatus>sample string 16</FamilyStatus> <FamilyType>sample string 17</FamilyType> <FamilyValue>sample string 18</FamilyValue> <FatherName>sample string 19</FatherName> <FatherNative>sample string 36</FatherNative> <FatherSector>sample string 34</FatherSector> <FatherStatus>sample string 21</FatherStatus> <FoodHabits>sample string 13</FoodHabits> <Gothram>sample string 31</Gothram> <Height>8</Height> <HoroscopeFile>sample string 32</HoroscopeFile> <Id>1</Id> <Income>6</Income> <Laknam>sample string 30</Laknam> <MotherName>sample string 20</MotherName> <MotherNative>sample string 37</MotherNative> <MotherSector>sample string 35</MotherSector> <MotherStatus>sample string 22</MotherStatus> <NoOfBrothers>24</NoOfBrothers> <NoOfSisters>25</NoOfSisters> <Occupation>sample string 7</Occupation> <PhysicalStatus>sample string 11</PhysicalStatus> <ProfileBasicId>2</ProfileBasicId> <Rasi>sample string 29</Rasi> <SistersMarried>27</SistersMarried> <Smoke>sample string 14</Smoke> <Star>sample string 28</Star> <Weight>9</Weight> </ProfileGeneral>
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.