POST api/Doctor/SaveFavouriteOrder

Request Information

URI Parameters

None.

Body Parameters

SaveFavouriteOrder
NameDescriptionTypeAdditional information
DoctorId

integer

None.

ServiceId

integer

None.

UserId

integer

None.

ServiceDurationId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "DoctorId": 1,
  "ServiceId": 2,
  "UserId": 3,
  "ServiceDurationId": 4
}

application/xml, text/xml

Sample:
<SaveFavouriteOrder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <DoctorId>1</DoctorId>
  <ServiceDurationId>4</ServiceDurationId>
  <ServiceId>2</ServiceId>
  <UserId>3</UserId>
</SaveFavouriteOrder>

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.