POST api/DoctorProfile/UpsertDoctorVideo
Request Information
URI Parameters
None.
Body Parameters
DoctorVideoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| DoctorVideoKey | globally unique identifier |
None. |
|
| AccountKey | string |
None. |
|
| TitleEn | string |
None. |
|
| TitleAr | string |
None. |
|
| DescriptionEn | string |
None. |
|
| DescriptionAr | string |
None. |
|
| VideoUrl | string |
None. |
|
| CreatedOn | date |
None. |
|
| EntityKey | string |
None. |
|
| RoomKey | string |
None. |
|
| RecordTypeId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"DoctorVideoKey": "86415309-a1af-4501-9a41-4358ed601d7a",
"AccountKey": "sample string 2",
"TitleEn": "sample string 3",
"TitleAr": "sample string 4",
"DescriptionEn": "sample string 5",
"DescriptionAr": "sample string 6",
"VideoUrl": "sample string 7",
"CreatedOn": "2025-12-11T15:12:23.1352831+02:00",
"EntityKey": "sample string 8",
"RoomKey": "sample string 9",
"RecordTypeId": "sample string 10"
}
application/xml, text/xml
Sample:
<DoctorVideoModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VezeetaCrmApi.Models"> <AccountKey>sample string 2</AccountKey> <CreatedOn>2025-12-11T15:12:23.1352831+02:00</CreatedOn> <DescriptionAr>sample string 6</DescriptionAr> <DescriptionEn>sample string 5</DescriptionEn> <DoctorVideoKey>86415309-a1af-4501-9a41-4358ed601d7a</DoctorVideoKey> <EntityKey>sample string 8</EntityKey> <RecordTypeId>sample string 10</RecordTypeId> <RoomKey>sample string 9</RoomKey> <TitleAr>sample string 4</TitleAr> <TitleEn>sample string 3</TitleEn> <VideoUrl>sample string 7</VideoUrl> </DoctorVideoModel>
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. |