POST Clinic/Doctor/ForgotPassword

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
doctor
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "doctorId": "sample string 1",
  "countryCode": "sample string 2",
  "phones": "sample string 3",
  "nameAr": "sample string 4",
  "nameEn": "sample string 5",
  "birthDate": "sample string 6",
  "phoneWzCC": "sample string 7",
  "password": "sample string 8",
  "sessionCount": "sample string 9",
  "firebaseId": "sample string 10"
}

application/xml, text/xml

Sample:
<modelParsingDoctor xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Clinics_System_Api.Models.Classes.Home">
  <birthDate>sample string 6</birthDate>
  <countryCode>sample string 2</countryCode>
  <doctorId>sample string 1</doctorId>
  <firebaseId>sample string 10</firebaseId>
  <nameAr>sample string 4</nameAr>
  <nameEn>sample string 5</nameEn>
  <password>sample string 8</password>
  <phoneWzCC>sample string 7</phoneWzCC>
  <phones>sample string 3</phones>
  <sessionCount>sample string 9</sessionCount>
</modelParsingDoctor>

application/x-www-form-urlencoded

Sample:

Sample not available.