POST api/DoctorProfile/UpsertDoctorExperience

Request Information

URI Parameters

None.

Body Parameters

DoctorExperienceModel
NameDescriptionTypeAdditional information
AccountKey

string

None.

DoctorExperienceId

integer

None.

EntityListingId

integer

None.

TitleEn

string

None.

TitleAr

string

None.

LocationEn

string

None.

LocationAr

string

None.

ExperienceFrom

date

None.

ExperienceTo

date

None.

IsCurrent

boolean

None.

IsDeleted

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AccountKey": "sample string 1",
  "DoctorExperienceId": 2,
  "EntityListingId": 1,
  "TitleEn": "sample string 3",
  "TitleAr": "sample string 4",
  "LocationEn": "sample string 5",
  "LocationAr": "sample string 6",
  "ExperienceFrom": "2025-12-11T15:10:46.2829097+02:00",
  "ExperienceTo": "2025-12-11T15:10:46.2829097+02:00",
  "IsCurrent": true,
  "IsDeleted": true
}

application/xml, text/xml

Sample:
<DoctorExperienceModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VezeetaCrmApi.Models">
  <AccountKey>sample string 1</AccountKey>
  <DoctorExperienceId>2</DoctorExperienceId>
  <EntityListingId>1</EntityListingId>
  <ExperienceFrom>2025-12-11T15:10:46.2829097+02:00</ExperienceFrom>
  <ExperienceTo>2025-12-11T15:10:46.2829097+02:00</ExperienceTo>
  <IsCurrent>true</IsCurrent>
  <IsDeleted>true</IsDeleted>
  <LocationAr>sample string 6</LocationAr>
  <LocationEn>sample string 5</LocationEn>
  <TitleAr>sample string 4</TitleAr>
  <TitleEn>sample string 3</TitleEn>
</DoctorExperienceModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.