POST api/DoctorProfile/UpsertDoctorEducation
Request Information
URI Parameters
None.
Body Parameters
DoctorEducationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EntityListingId | integer |
None. |
|
| EducationId | integer |
None. |
|
| DegreeId | integer |
None. |
|
| IsApproved | boolean |
None. |
|
| CertificateImageUrl | string |
None. |
|
| Year | date |
None. |
|
| EntityListingEducationKey | string |
None. |
|
| IsDeleted | boolean |
None. |
|
| AccountKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"EntityListingId": 2,
"EducationId": 3,
"DegreeId": 4,
"IsApproved": true,
"CertificateImageUrl": "sample string 6",
"Year": "2025-12-11T15:12:26.8024392+02:00",
"EntityListingEducationKey": "sample string 8",
"IsDeleted": true,
"AccountKey": "sample string 10"
}
application/xml, text/xml
Sample:
<DoctorEducationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VezeetaCrmApi.Models"> <AccountKey>sample string 10</AccountKey> <CertificateImageUrl>sample string 6</CertificateImageUrl> <DegreeId>4</DegreeId> <EducationId>3</EducationId> <EntityListingEducationKey>sample string 8</EntityListingEducationKey> <EntityListingId>2</EntityListingId> <Id>1</Id> <IsApproved>true</IsApproved> <IsDeleted>true</IsDeleted> <Year>2025-12-11T15:12:26.8024392+02:00</Year> </DoctorEducationModel>
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. |