POST registerfamilymemberdtls
Request Information
URI Parameters
None.
Body Parameters
FamilyDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| MemberID | integer |
None. |
|
| FamilyID | integer |
None. |
|
| SI_No_of_the_Family | integer |
None. |
|
| SI_No_in_the_Family | integer |
None. |
|
| Category | string |
None. |
|
| Location | string |
None. |
|
| Religion | string |
None. |
|
| IsMinority | integer |
None. |
|
| Date_of_first_listing | date |
None. |
|
| Date_last_updated | date |
None. |
|
| Aadhar | string |
None. |
|
| Name_of_the_headofthe_family | string |
None. |
|
| Name_of_Family_Member | string |
None. |
|
| RelationshipWithHeadofFamily | string |
None. |
|
| Sex | string |
None. |
|
| Current_Marital_Status | string |
None. |
|
| DOB | string |
None. |
|
| Mobile | string |
None. |
|
| AgeInmonths | integer |
None. |
|
| Mother_Name | string |
None. |
|
| Target_code | string |
None. |
|
| IsHeadOftheFamily | integer |
None. |
|
| Resident_of_this_AWC_area | integer |
None. |
|
| Date_of_Inmigration | string |
None. |
|
| Date_of_outmigration | string |
None. |
|
| Date_of_death | string |
None. |
|
| ICDS_servicesYeNo | integer |
None. |
|
| Type_of_Service | string |
None. |
|
| Type_of_Disability | string |
None. |
|
| IsActive | integer |
None. |
|
| AWC_ID | integer |
None. |
|
| Sector_ID | integer |
None. |
|
| Project_ID | integer |
None. |
|
| District_ID | integer |
None. |
|
| HasSameSNo | integer |
None. |
|
| Benf_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"MemberID": 1,
"FamilyID": 2,
"SI_No_of_the_Family": 3,
"SI_No_in_the_Family": 4,
"Category": "sample string 5",
"Location": "sample string 6",
"Religion": "sample string 7",
"IsMinority": 8,
"Date_of_first_listing": "2026-03-04T22:36:10.338967+05:30",
"Date_last_updated": "2026-03-04T22:36:10.338967+05:30",
"Aadhar": "sample string 11",
"Name_of_the_headofthe_family": "sample string 12",
"Name_of_Family_Member": "sample string 13",
"RelationshipWithHeadofFamily": "sample string 14",
"Sex": "sample string 15",
"Current_Marital_Status": "sample string 16",
"DOB": "sample string 17",
"Mobile": "sample string 18",
"AgeInmonths": 19,
"Mother_Name": "sample string 20",
"Target_code": "sample string 21",
"IsHeadOftheFamily": 22,
"Resident_of_this_AWC_area": 23,
"Date_of_Inmigration": "sample string 24",
"Date_of_outmigration": "sample string 25",
"Date_of_death": "sample string 26",
"ICDS_servicesYeNo": 27,
"Type_of_Service": "sample string 28",
"Type_of_Disability": "sample string 29",
"IsActive": 30,
"AWC_ID": 31,
"Sector_ID": 32,
"Project_ID": 33,
"District_ID": 34,
"HasSameSNo": 35,
"Benf_ID": 36
}
application/xml, text/xml
Sample:
<FamilyDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/commonlib.DataAccess"> <AWC_ID>31</AWC_ID> <Aadhar>sample string 11</Aadhar> <AgeInmonths>19</AgeInmonths> <Benf_ID>36</Benf_ID> <Category>sample string 5</Category> <Current_Marital_Status>sample string 16</Current_Marital_Status> <DOB>sample string 17</DOB> <Date_last_updated>2026-03-04T22:36:10.338967+05:30</Date_last_updated> <Date_of_Inmigration>sample string 24</Date_of_Inmigration> <Date_of_death>sample string 26</Date_of_death> <Date_of_first_listing>2026-03-04T22:36:10.338967+05:30</Date_of_first_listing> <Date_of_outmigration>sample string 25</Date_of_outmigration> <District_ID>34</District_ID> <FamilyID>2</FamilyID> <HasSameSNo>35</HasSameSNo> <ICDS_servicesYeNo>27</ICDS_servicesYeNo> <IsActive>30</IsActive> <IsHeadOftheFamily>22</IsHeadOftheFamily> <IsMinority>8</IsMinority> <Location>sample string 6</Location> <MemberID>1</MemberID> <Mobile>sample string 18</Mobile> <Mother_Name>sample string 20</Mother_Name> <Name_of_Family_Member>sample string 13</Name_of_Family_Member> <Name_of_the_headofthe_family>sample string 12</Name_of_the_headofthe_family> <Project_ID>33</Project_ID> <RelationshipWithHeadofFamily>sample string 14</RelationshipWithHeadofFamily> <Religion>sample string 7</Religion> <Resident_of_this_AWC_area>23</Resident_of_this_AWC_area> <SI_No_in_the_Family>4</SI_No_in_the_Family> <SI_No_of_the_Family>3</SI_No_of_the_Family> <Sector_ID>32</Sector_ID> <Sex>sample string 15</Sex> <Target_code>sample string 21</Target_code> <Type_of_Disability>sample string 29</Type_of_Disability> <Type_of_Service>sample string 28</Type_of_Service> </FamilyDTO>
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.