POST api/Doctor?Filepath={Filepath}&content={content}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Filepath | string |
Required |
|
| content | string |
Required |
Body Parameters
Patient| Name | Description | Type | Additional information |
|---|---|---|---|
| PatientRefID | string |
None. |
|
| FirstName | string |
None. |
|
| LastName | string |
None. |
|
| SecretPin | integer |
None. |
|
| Gender | string |
None. |
|
| DOB | date |
None. |
|
| MobileNo | string |
None. |
|
| string |
None. |
||
| Password | string |
None. |
|
| ProfileImg | string |
None. |
|
| ProfileImgGUID | string |
None. |
|
| State | string |
None. |
|
| Country | string |
None. |
|
| City | string |
None. |
|
| SpecifyDrugs | string |
None. |
|
| IsTermsAgree | boolean |
None. |
|
| Type | string |
None. |
|
| ConnectionId | string |
None. |
|
| ChatHistoryKey | string |
None. |
|
| OnlineStatus | string |
None. |
|
| ParentPatientId | integer |
None. |
|
| PatientCategory | string |
None. |
|
| Relationship | string |
None. |
|
| FamilyMembers | Collection of Patient |
None. |
|
| UnreadMessageCount | integer |
None. |
|
| IsVisibleUnreadMessageCount | boolean |
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
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>