POST api/Admin/Register

Request Information

URI Parameters

None.

Body Parameters

AdministrationDto
NameDescriptionTypeAdditional information
AdministrationId

integer

None.

AdminType

byte

None.

Username

string

None.

Password

string

None.

Salutation

byte

None.

MobileNumber

string

None.

Status

byte

None.

Email

string

None.

FirstName

string

None.

LastName

string

None.

EmployeeId

string

None.

Organization

string

None.

CreatedDate

date

None.

BranchId

integer

None.

TenantId

integer

None.

DeptClinicId

integer

None.

SpecId

integer

None.

Qualification

string

None.

FileName

string

None.

FilePath

string

None.

ConsultationFeeDomestic

decimal number

None.

ConsultationFeeInternational

decimal number

None.

TwoLevelReview

integer

None.

IsJointMarking

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "AdministrationId": 1,
  "AdminType": 64,
  "Username": "sample string 3",
  "Password": "sample string 4",
  "Salutation": 64,
  "MobileNumber": "sample string 5",
  "Status": 64,
  "Email": "sample string 7",
  "FirstName": "sample string 8",
  "LastName": "sample string 9",
  "EmployeeId": "sample string 10",
  "Organization": "sample string 11",
  "CreatedDate": "2026-04-22T15:55:59.4263566+05:30",
  "BranchId": 1,
  "TenantId": 1,
  "DeptClinicId": 1,
  "SpecId": 1,
  "Qualification": "sample string 13",
  "FileName": "sample string 14",
  "FilePath": "sample string 15",
  "ConsultationFeeDomestic": 1.0,
  "ConsultationFeeInternational": 1.0,
  "TwoLevelReview": 1,
  "IsJointMarking": true
}

application/xml, text/xml

Sample:
<AdministrationDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Parihaar.Models">
  <AdminType>64</AdminType>
  <AdministrationId>1</AdministrationId>
  <BranchId>1</BranchId>
  <ConsultationFeeDomestic>1</ConsultationFeeDomestic>
  <ConsultationFeeInternational>1</ConsultationFeeInternational>
  <CreatedDate>2026-04-22T15:55:59.4263566+05:30</CreatedDate>
  <DeptClinicId>1</DeptClinicId>
  <Email>sample string 7</Email>
  <EmployeeId>sample string 10</EmployeeId>
  <FileName>sample string 14</FileName>
  <FilePath>sample string 15</FilePath>
  <FirstName>sample string 8</FirstName>
  <IsJointMarking>true</IsJointMarking>
  <LastName>sample string 9</LastName>
  <MobileNumber>sample string 5</MobileNumber>
  <Organization>sample string 11</Organization>
  <Password>sample string 4</Password>
  <Qualification>sample string 13</Qualification>
  <Salutation>64</Salutation>
  <SpecId>1</SpecId>
  <Status>64</Status>
  <TenantId>1</TenantId>
  <TwoLevelReview>1</TwoLevelReview>
  <Username>sample string 3</Username>
</AdministrationDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.