POST /api/Doctor/register

Body

  • firstName string | null
  • lastName string | null
  • city string | null
  • governorate string | null
  • gender boolean
  • specialization string | null
  • phoneNumber string | null
  • password string | null
  • hospitalId string(uuid)
  • Additional properties are NOT allowed

Body

  • firstName string | null
  • lastName string | null
  • city string | null
  • governorate string | null
  • gender boolean
  • specialization string | null
  • phoneNumber string | null
  • password string | null
  • hospitalId string(uuid)
  • Additional properties are NOT allowed

Body

  • firstName string | null
  • lastName string | null
  • city string | null
  • governorate string | null
  • gender boolean
  • specialization string | null
  • phoneNumber string | null
  • password string | null
  • hospitalId string(uuid)
  • Additional properties are NOT allowed

Responses

  • 200

    Success

POST /api/Doctor/register
curl \
 --request POST 'http://mamaguide.runasp.net/api/Doctor/register' \
 --header "Content-Type: application/json" \
 --data '{"firstName":"string","lastName":"string","city":"string","governorate":"string","gender":true,"specialization":"string","phoneNumber":"string","password":"string","hospitalId":"string"}'
curl \
 --request POST 'http://mamaguide.runasp.net/api/Doctor/register' \
 --header "Content-Type: text/json"
curl \
 --request POST 'http://mamaguide.runasp.net/api/Doctor/register' \
 --header "Content-Type: application/*+json"
Request examples
{
  "firstName": "string",
  "lastName": "string",
  "city": "string",
  "governorate": "string",
  "gender": true,
  "specialization": "string",
  "phoneNumber": "string",
  "password": "string",
  "hospitalId": "string"
}
Request examples
{
  "firstName": "string",
  "lastName": "string",
  "city": "string",
  "governorate": "string",
  "gender": true,
  "specialization": "string",
  "phoneNumber": "string",
  "password": "string",
  "hospitalId": "string"
}
Request examples
{
  "firstName": "string",
  "lastName": "string",
  "city": "string",
  "governorate": "string",
  "gender": true,
  "specialization": "string",
  "phoneNumber": "string",
  "password": "string",
  "hospitalId": "string"
}