POST api/Education/DeleteDoctorEducation
Request Information
URI Parameters
None.
Body Parameters
DoctorEducationModel| Name | Description | Type | Additional information |
|---|---|---|---|
| EntityListingId | integer |
None. |
|
| EducationKey | string |
None. |
|
| DegreeKey | string |
None. |
|
| Year | date |
None. |
|
| CertificateBase64String | string |
None. |
|
| DoctorEducationKey | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"EntityListingId": 1,
"EducationKey": "sample string 2",
"DegreeKey": "sample string 3",
"Year": "2025-12-06T06:27:52.521491+02:00",
"CertificateBase64String": "sample string 5",
"DoctorEducationKey": "sample string 6"
}
application/xml, text/xml
Sample:
<DoctorEducationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VDoctorsApp.Models"> <CertificateBase64String>sample string 5</CertificateBase64String> <DegreeKey>sample string 3</DegreeKey> <DoctorEducationKey>sample string 6</DoctorEducationKey> <EducationKey>sample string 2</EducationKey> <EntityListingId>1</EntityListingId> <Year>2025-12-06T06:27:52.521491+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. |