POST api/doctors

Request Information

URI Parameters

None.

Body Parameters

MastersSearchViewModel
NameDescriptionTypeAdditional information
Id

integer

None.

ChildId

integer

None.

Name

string

None.

Description

string

None.

MinDesired

string

None.

MaxDesired

string

None.

IsActive

boolean

None.

PageCount

integer

None.

PageSize

integer

None.

TopSearch

string

None.

ChildName

string

None.

From

date

None.

To

date

None.

Request Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "ChildId": 1,
  "Name": "sample string 1",
  "Description": "sample string 2",
  "MinDesired": "sample string 3",
  "MaxDesired": "sample string 4",
  "IsActive": true,
  "PageCount": 1,
  "PageSize": 1,
  "TopSearch": "sample string 5",
  "ChildName": "sample string 6",
  "From": "2025-12-10T10:42:38.8566429-08:00",
  "To": "2025-12-10T10:42:38.8566429-08:00"
}

application/xml, text/xml

Sample:
<MastersSearchViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PMS.ViewModel">
  <ChildId>1</ChildId>
  <ChildName>sample string 6</ChildName>
  <Description>sample string 2</Description>
  <From>2025-12-10T10:42:38.8566429-08:00</From>
  <Id>1</Id>
  <IsActive>true</IsActive>
  <MaxDesired>sample string 4</MaxDesired>
  <MinDesired>sample string 3</MinDesired>
  <Name>sample string 1</Name>
  <PageCount>1</PageCount>
  <PageSize>1</PageSize>
  <To>2025-12-10T10:42:38.8566429-08:00</To>
  <TopSearch>sample string 5</TopSearch>
</MastersSearchViewModel>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.