POST api/Patient/SavePatientFamilyMemberInfo
Request Information
URI Parameters
None.
Body Parameters
FamilyMember| Name | Description | Type | Additional information |
|---|---|---|---|
| Member_RefID | string |
None. |
|
| Member_Name | string |
None. |
|
| Member_DOB | date |
None. |
|
| Member_RelationShip | string |
None. |
|
| Member_Gender | string |
None. |
|
| Member_ProfileImg | string |
None. |
|
| PatientRefID | string |
None. |
|
| PatientID | integer |
None. |
|
| Type | string |
None. |
|
| Id | integer |
None. |
|
| CreatedBy | string |
None. |
|
| CreatedOn | date |
None. |
|
| ModifiedBy | string |
None. |
|
| ModifiedOn | date |
None. |
|
| IsActive | boolean |
None. |
|
| IsDeleted | boolean |
None. |
|
| TotalCount | integer |
None. |
|
| StartRow | integer |
None. |
|
| EndRow | integer |
None. |
|
| PageNo | integer |
None. |
|
| SystemIp | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Member_RefID": "sample string 1",
"Member_Name": "sample string 2",
"Member_DOB": "2026-01-12T14:49:14.45183+08:00",
"Member_RelationShip": "sample string 4",
"Member_Gender": "sample string 5",
"Member_ProfileImg": "sample string 6",
"PatientRefID": "sample string 7",
"PatientID": 8,
"Type": "sample string 9",
"Id": 10,
"CreatedBy": "sample string 11",
"CreatedOn": "2026-01-12T14:49:14.45183+08:00",
"ModifiedBy": "sample string 13",
"ModifiedOn": "2026-01-12T14:49:14.45183+08:00",
"IsActive": true,
"IsDeleted": true,
"TotalCount": 17,
"StartRow": 18,
"EndRow": 19,
"PageNo": 20,
"SystemIp": "sample string 21"
}
application/xml, text/xml
Sample:
<FamilyMember xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doktors.Domain"> <CreatedBy>sample string 11</CreatedBy> <CreatedOn>2026-01-12T14:49:14.45183+08:00</CreatedOn> <EndRow>19</EndRow> <Id>10</Id> <IsActive>true</IsActive> <IsDeleted>true</IsDeleted> <ModifiedBy>sample string 13</ModifiedBy> <ModifiedOn>2026-01-12T14:49:14.45183+08:00</ModifiedOn> <PageNo>20</PageNo> <StartRow>18</StartRow> <SystemIp>sample string 21</SystemIp> <TotalCount>17</TotalCount> <Member_DOB>2026-01-12T14:49:14.45183+08:00</Member_DOB> <Member_Gender>sample string 5</Member_Gender> <Member_Name>sample string 2</Member_Name> <Member_ProfileImg>sample string 6</Member_ProfileImg> <Member_RefID>sample string 1</Member_RefID> <Member_RelationShip>sample string 4</Member_RelationShip> <PatientID>8</PatientID> <PatientRefID>sample string 7</PatientRefID> <Type>sample string 9</Type> </FamilyMember>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResponseObj| Name | Description | Type | Additional information |
|---|---|---|---|
| status_code | integer |
None. |
|
| status_text | string |
None. |
|
| data | Object |
None. |
|
| http_status | integer |
None. |
|
| reason_pharse | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"status_code": 1,
"status_text": "sample string 2",
"data": {},
"http_status": 4,
"reason_pharse": "sample string 5"
}
application/xml, text/xml
Sample:
<ResponseObj xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Doktors.Domain"> <data /> <http_status>4</http_status> <reason_pharse>sample string 5</reason_pharse> <status_code>1</status_code> <status_text>sample string 2</status_text> </ResponseObj>