POST api/patients/patientsinsert
Request Information
URI Parameters
None.
Body Parameters
PatientsInsertRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientId | string |
None. |
|
| PatientName | string |
None. |
|
| PatientGender | string |
None. |
|
| PatientBirthDate | string |
None. |
|
| ParentName | string |
None. |
|
| ParentAge | string |
None. |
|
| ParentMobile | string |
None. |
|
| ParentEmail | string |
None. |
|
| ParentRelationship | string |
None. |
|
| ParentAddress | string |
None. |
|
| CreatedBy | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PatientId": "sample string 1",
"PatientName": "sample string 2",
"PatientGender": "sample string 3",
"PatientBirthDate": "sample string 4",
"ParentName": "sample string 5",
"ParentAge": "sample string 6",
"ParentMobile": "sample string 7",
"ParentEmail": "sample string 8",
"ParentRelationship": "sample string 9",
"ParentAddress": "sample string 10",
"CreatedBy": "sample string 11"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.