POST api/DoctorProfile/SaveBasicInfo
Request Information
URI Parameters
None.
Body Parameters
BasicInfoViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| FirstNameArabic | string |
None. |
|
| FirstNameEnglish | string |
None. |
|
| LastNameArabic | string |
None. |
|
| LastNameEnglish | string |
None. |
|
| Gender | boolean |
None. |
|
| ProfessionalTitleId | integer |
None. |
|
| PrefixTitleId | integer |
None. |
|
| BirthDate | date |
None. |
|
| LicenseImageBase64String | string |
None. |
|
| TitleImageBase64String | string |
None. |
|
| TitleDescriptionEnglish | string |
None. |
|
| TitleDescriptionArabic | string |
None. |
|
| AccountKey | string |
None. |
|
| ExaminationRoomKey | string |
None. |
|
| NotFromDoctorsApp | boolean |
None. |
|
| BirthDateField | string |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |