PUT api/profiles/update

Request Information

URI Parameters

None.

Body Parameters

profile
NameDescriptionTypeAdditional information
Id

globally unique identifier

None.

CredentialId

globally unique identifier

None.

ClinicId

globally unique identifier

None.

DoctorId

globally unique identifier

None.

Speciality

string

None.

Description

string

None.

IsMobile

boolean

None.

IsDoctor

boolean

None.

IsClinic

boolean

None.

IsAvailable

boolean

None.

Followers

integer

None.

Following

integer

None.

Likes

integer

None.

Shared

integer

None.

Clients

integer

None.

Views

integer

None.

Notes

integer

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Active

boolean

None.

advices

Collection of advice

None.

clients1

Collection of client

None.

contacts

Collection of contact

None.

freeDates

Collection of freeDate

None.

hobbies

Collection of hobby

None.

jobExperiences

Collection of jobExperience

None.

locations

Collection of location

None.

schoolExperiences

Collection of schoolExperience

None.

services

Collection of service

None.

skills

Collection of skill

None.

socialNetworks

Collection of socialNetwork

None.

webSites

Collection of webSite

None.

appointments

Collection of appointment

None.

testimonials

Collection of testimonial

None.

specialities

Collection of speciality

None.

Request Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Profiless
NameDescriptionTypeAdditional information
CredentialId

globally unique identifier

None.

DoctorId

globally unique identifier

None.

ClinicId

globally unique identifier

None.

Speciality

string

None.

Description

string

None.

IsMobile

boolean

None.

IsClinic

boolean

None.

IsDoctor

boolean

None.

IsAvailable

boolean

None.

Followers

integer

None.

Following

integer

None.

Likes

integer

None.

Clients

integer

None.

Shared

integer

None.

Views

integer

None.

Notes

integer

None.

IsActive

boolean

None.

Id

globally unique identifier

None.

CreatedDate

date

None.

ModifiedDate

date

None.

DeletedDate

date

None.

Response Formats

application/json, text/json

Sample:
{
  "CredentialId": "fcae7537-2601-4365-93ed-31b33832cc2c",
  "DoctorId": "d6c30b3e-c5b0-4131-bc4b-c7a268b83ee4",
  "ClinicId": "16bc0686-1718-452d-97b5-83d2d62629a3",
  "Speciality": "sample string 2",
  "Description": "sample string 3",
  "IsMobile": true,
  "IsClinic": true,
  "IsDoctor": true,
  "IsAvailable": true,
  "Followers": 8,
  "Following": 9,
  "Likes": 10,
  "Clients": 11,
  "Shared": 12,
  "Views": 13,
  "Notes": 14,
  "IsActive": true,
  "Id": "3d559dbb-8f25-4d70-ae64-8081a396b449",
  "CreatedDate": "2025-12-05T20:26:15.5241895-08:00",
  "ModifiedDate": "2025-12-05T20:26:15.5241895-08:00",
  "DeletedDate": "2025-12-05T20:26:15.5241895-08:00"
}

application/xml, text/xml

Sample:
<Profiless xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <CreatedDate>2025-12-05T20:26:15.5241895-08:00</CreatedDate>
  <DeletedDate>2025-12-05T20:26:15.5241895-08:00</DeletedDate>
  <Id>3d559dbb-8f25-4d70-ae64-8081a396b449</Id>
  <ModifiedDate>2025-12-05T20:26:15.5241895-08:00</ModifiedDate>
  <Clients>11</Clients>
  <ClinicId>16bc0686-1718-452d-97b5-83d2d62629a3</ClinicId>
  <CredentialId>fcae7537-2601-4365-93ed-31b33832cc2c</CredentialId>
  <Description>sample string 3</Description>
  <DoctorId>d6c30b3e-c5b0-4131-bc4b-c7a268b83ee4</DoctorId>
  <Followers>8</Followers>
  <Following>9</Following>
  <IsActive>true</IsActive>
  <IsAvailable>true</IsAvailable>
  <IsClinic>true</IsClinic>
  <IsDoctor>true</IsDoctor>
  <IsMobile>true</IsMobile>
  <Likes>10</Likes>
  <Notes>14</Notes>
  <Shared>12</Shared>
  <Speciality>sample string 2</Speciality>
  <Views>13</Views>
</Profiless>