POST api/authentication/signupdoctor

Request Information

URI Parameters

None.

Body Parameters

DoctorSignUpRequest
NameDescriptionTypeAdditional information
firstName

string

None.

lastName

string

None.

jobTitle

string

None.

workPlace

string

None.

specialty

string

None.

biography

string

None.

street

string

None.

city

string

None.

state

string

None.

country

string

None.

postalCode

string

None.

countryCode

string

None.

latitude

decimal number

None.

longitude

decimal number

None.

timeZone

string

None.

emailAddress

string

None.

password

string

None.

mobilePhone

string

None.

landlinePhone

string

None.

Request Formats

application/json, text/json

Sample:
{
  "firstName": "sample string 1",
  "lastName": "sample string 2",
  "jobTitle": "sample string 3",
  "workPlace": "sample string 4",
  "specialty": "sample string 5",
  "biography": "sample string 6",
  "street": "sample string 7",
  "city": "sample string 8",
  "state": "sample string 9",
  "country": "sample string 10",
  "postalCode": "sample string 11",
  "countryCode": "sample string 12",
  "latitude": 13.1,
  "longitude": 14.1,
  "timeZone": "sample string 15",
  "emailAddress": "sample string 16",
  "password": "sample string 17",
  "mobilePhone": "sample string 18",
  "landlinePhone": "sample string 19"
}

application/xml, text/xml

Sample:
<DoctorSignUpRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.ApiRequests">
  <biography>sample string 6</biography>
  <city>sample string 8</city>
  <country>sample string 10</country>
  <countryCode>sample string 12</countryCode>
  <emailAddress>sample string 16</emailAddress>
  <firstName>sample string 1</firstName>
  <jobTitle>sample string 3</jobTitle>
  <landlinePhone>sample string 19</landlinePhone>
  <lastName>sample string 2</lastName>
  <latitude>13.1</latitude>
  <longitude>14.1</longitude>
  <mobilePhone>sample string 18</mobilePhone>
  <password>sample string 17</password>
  <postalCode>sample string 11</postalCode>
  <specialty>sample string 5</specialty>
  <state>sample string 9</state>
  <street>sample string 7</street>
  <timeZone>sample string 15</timeZone>
  <workPlace>sample string 4</workPlace>
</DoctorSignUpRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Account
NameDescriptionTypeAdditional information
ProfileCard

Profiless

None.

ContactCard

Contacts

None.

LocationCard

Locations

None.

ClinicProfile

Clinics

None.

DoctorProfile

Doctors

None.

AccessBadge

Credentials

None.

Response Formats

application/json, text/json

Sample:
{
  "ProfileCard": {
    "CredentialId": "26443fb3-04a9-4d32-9222-2770fcf83148",
    "DoctorId": "2a11735c-4dd3-4a4e-9f1d-a50fa0f6b562",
    "ClinicId": "91acdf8b-5c0c-459e-bd66-d9e1b93196b6",
    "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": "4db5755a-995a-4abf-8c21-1118565bcfa2",
    "CreatedDate": "2025-12-05T20:26:29.7004418-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.7004418-08:00",
    "DeletedDate": "2025-12-05T20:26:29.7004418-08:00"
  },
  "ContactCard": {
    "ProfileId": "c1fa26c6-0f5c-4b60-8dea-e93e8ff4ca50",
    "MobilePhoneNumber": "sample string 2",
    "EmailAddress": "sample string 3",
    "FaxNumber": "sample string 4",
    "LandLinePhoneNumber": "sample string 5",
    "Id": "ac50ce51-66c6-4fc2-b36e-4075506df00e",
    "CreatedDate": "2025-12-05T20:26:29.7004418-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.7004418-08:00",
    "DeletedDate": "2025-12-05T20:26:29.7004418-08:00"
  },
  "LocationCard": {
    "ProfileId": "c90a1276-73f5-4154-938c-2db6b1d3eba6",
    "CountryCode": "sample string 2",
    "CountryName": "sample string 3",
    "State": "sample string 4",
    "Suite": "sample string 5",
    "Street": "sample string 6",
    "City": "sample string 7",
    "PostalCode": "sample string 8",
    "Latitude": 9.1,
    "Longitude": 10.1,
    "TimeZone": "sample string 11",
    "Id": "fafd6153-7121-490e-9190-7f0701ca9963",
    "CreatedDate": "2025-12-05T20:26:29.7004418-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.7004418-08:00",
    "DeletedDate": "2025-12-05T20:26:29.7004418-08:00"
  },
  "ClinicProfile": {
    "Name": "sample string 1",
    "Logo": "sample string 2",
    "OtherLogo": "sample string 3",
    "OpeningDay": "sample string 4",
    "OpeningHour": "sample string 5",
    "IsOpen": true,
    "CreationDate": "2025-12-05T20:26:29.7004418-08:00",
    "Id": "6ab0c159-e091-424e-96d9-12512cc1d485",
    "CreatedDate": "2025-12-05T20:26:29.7004418-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.7004418-08:00",
    "DeletedDate": "2025-12-05T20:26:29.7004418-08:00"
  },
  "DoctorProfile": {
    "FirstName": "sample string 1",
    "LastName": "sample string 2",
    "ProfilePicture": "sample string 3",
    "JobTitle": "sample string 4",
    "WorkPlace": "sample string 5",
    "Id": "c04e852e-1ccb-4cbe-9efb-1fce2484e29f",
    "CreatedDate": "2025-12-05T20:26:29.7004418-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.7004418-08:00",
    "DeletedDate": "2025-12-05T20:26:29.7004418-08:00"
  },
  "AccessBadge": {
    "FirstName": "sample string 1",
    "LastName": "sample string 2",
    "UserAddress": "sample string 3",
    "Password": "sample string 4",
    "LoggedIn": true,
    "AccountIsActive": true,
    "LastLoggingDate": "2025-12-05T20:26:29.7004418-08:00",
    "APIToken": "sample string 8",
    "ExpirationTokenDate": "2025-12-05T20:26:29.7004418-08:00",
    "AuthenticationCodeExpirationDate": "2025-12-05T20:26:29.7004418-08:00",
    "AuthenticationCode": "sample string 11",
    "MyTwoFactorAuthenticationEnabled": true,
    "Id": "08af701c-8752-4fbe-a4b4-c790c5204f8c",
    "CreatedDate": "2025-12-05T20:26:29.7004418-08:00",
    "ModifiedDate": "2025-12-05T20:26:29.7004418-08:00",
    "DeletedDate": "2025-12-05T20:26:29.7004418-08:00"
  }
}

application/xml, text/xml

Sample:
<Account xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/QuicDoctor.Data.Data">
  <AccessBadge>
    <CreatedDate>2025-12-05T20:26:29.7004418-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.7004418-08:00</DeletedDate>
    <Id>08af701c-8752-4fbe-a4b4-c790c5204f8c</Id>
    <ModifiedDate>2025-12-05T20:26:29.7004418-08:00</ModifiedDate>
    <APIToken>sample string 8</APIToken>
    <AccountIsActive>true</AccountIsActive>
    <AuthenticationCode>sample string 11</AuthenticationCode>
    <AuthenticationCodeExpirationDate>2025-12-05T20:26:29.7004418-08:00</AuthenticationCodeExpirationDate>
    <ExpirationTokenDate>2025-12-05T20:26:29.7004418-08:00</ExpirationTokenDate>
    <FirstName>sample string 1</FirstName>
    <LastLoggingDate>2025-12-05T20:26:29.7004418-08:00</LastLoggingDate>
    <LastName>sample string 2</LastName>
    <LoggedIn>true</LoggedIn>
    <MyTwoFactorAuthenticationEnabled>true</MyTwoFactorAuthenticationEnabled>
    <Password>sample string 4</Password>
    <UserAddress>sample string 3</UserAddress>
  </AccessBadge>
  <ClinicProfile>
    <CreatedDate>2025-12-05T20:26:29.7004418-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.7004418-08:00</DeletedDate>
    <Id>6ab0c159-e091-424e-96d9-12512cc1d485</Id>
    <ModifiedDate>2025-12-05T20:26:29.7004418-08:00</ModifiedDate>
    <CreationDate>2025-12-05T20:26:29.7004418-08:00</CreationDate>
    <IsOpen>true</IsOpen>
    <Logo>sample string 2</Logo>
    <Name>sample string 1</Name>
    <OpeningDay>sample string 4</OpeningDay>
    <OpeningHour>sample string 5</OpeningHour>
    <OtherLogo>sample string 3</OtherLogo>
  </ClinicProfile>
  <ContactCard>
    <CreatedDate>2025-12-05T20:26:29.7004418-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.7004418-08:00</DeletedDate>
    <Id>ac50ce51-66c6-4fc2-b36e-4075506df00e</Id>
    <ModifiedDate>2025-12-05T20:26:29.7004418-08:00</ModifiedDate>
    <EmailAddress>sample string 3</EmailAddress>
    <FaxNumber>sample string 4</FaxNumber>
    <LandLinePhoneNumber>sample string 5</LandLinePhoneNumber>
    <MobilePhoneNumber>sample string 2</MobilePhoneNumber>
    <ProfileId>c1fa26c6-0f5c-4b60-8dea-e93e8ff4ca50</ProfileId>
  </ContactCard>
  <DoctorProfile>
    <CreatedDate>2025-12-05T20:26:29.7004418-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.7004418-08:00</DeletedDate>
    <Id>c04e852e-1ccb-4cbe-9efb-1fce2484e29f</Id>
    <ModifiedDate>2025-12-05T20:26:29.7004418-08:00</ModifiedDate>
    <FirstName>sample string 1</FirstName>
    <JobTitle>sample string 4</JobTitle>
    <LastName>sample string 2</LastName>
    <ProfilePicture>sample string 3</ProfilePicture>
    <WorkPlace>sample string 5</WorkPlace>
  </DoctorProfile>
  <LocationCard>
    <CreatedDate>2025-12-05T20:26:29.7004418-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.7004418-08:00</DeletedDate>
    <Id>fafd6153-7121-490e-9190-7f0701ca9963</Id>
    <ModifiedDate>2025-12-05T20:26:29.7004418-08:00</ModifiedDate>
    <City>sample string 7</City>
    <CountryCode>sample string 2</CountryCode>
    <CountryName>sample string 3</CountryName>
    <Latitude>9.1</Latitude>
    <Longitude>10.1</Longitude>
    <PostalCode>sample string 8</PostalCode>
    <ProfileId>c90a1276-73f5-4154-938c-2db6b1d3eba6</ProfileId>
    <State>sample string 4</State>
    <Street>sample string 6</Street>
    <Suite>sample string 5</Suite>
    <TimeZone>sample string 11</TimeZone>
  </LocationCard>
  <ProfileCard>
    <CreatedDate>2025-12-05T20:26:29.7004418-08:00</CreatedDate>
    <DeletedDate>2025-12-05T20:26:29.7004418-08:00</DeletedDate>
    <Id>4db5755a-995a-4abf-8c21-1118565bcfa2</Id>
    <ModifiedDate>2025-12-05T20:26:29.7004418-08:00</ModifiedDate>
    <Clients>11</Clients>
    <ClinicId>91acdf8b-5c0c-459e-bd66-d9e1b93196b6</ClinicId>
    <CredentialId>26443fb3-04a9-4d32-9222-2770fcf83148</CredentialId>
    <Description>sample string 3</Description>
    <DoctorId>2a11735c-4dd3-4a4e-9f1d-a50fa0f6b562</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>
  </ProfileCard>
</Account>