POST api/Doctor/Deleteserviceorder

Request Information

URI Parameters

None.

Body Parameters

deleteorder
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

FacilityId

integer

None.

ServiceId

integer

None.

OrderId

integer

None.

ServiceOrderId

integer

None.

ServiceOrderDtlAmtId

integer

None.

Remarks

string

None.

EncodedBy

integer

None.

ErrorStatus

string

None.

ServiceCancelReason

string

None.

xmlOrderDetail

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "FacilityId": 2,
  "ServiceId": 3,
  "OrderId": 4,
  "ServiceOrderId": 5,
  "ServiceOrderDtlAmtId": 6,
  "Remarks": "sample string 7",
  "EncodedBy": 8,
  "ErrorStatus": "sample string 9",
  "ServiceCancelReason": "sample string 10",
  "xmlOrderDetail": "sample string 11"
}

application/xml, text/xml

Sample:
<deleteorder xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FindDoctorService">
  <EncodedBy>8</EncodedBy>
  <ErrorStatus>sample string 9</ErrorStatus>
  <FacilityId>2</FacilityId>
  <HospitalLocationId>1</HospitalLocationId>
  <OrderId>4</OrderId>
  <Remarks>sample string 7</Remarks>
  <ServiceCancelReason>sample string 10</ServiceCancelReason>
  <ServiceId>3</ServiceId>
  <ServiceOrderDtlAmtId>6</ServiceOrderDtlAmtId>
  <ServiceOrderId>5</ServiceOrderId>
  <xmlOrderDetail>sample string 11</xmlOrderDetail>
</deleteorder>

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.