POST api/EMRAPI/GetStoreToChangefromWard

Request Information

URI Parameters

None.

Body Parameters

GetStoreToChangefromWard
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

GroupId

integer

None.

FacilityId

integer

None.

DepartmentId

integer

None.

StoreId

integer

None.

DocumentType

string

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "GroupId": 2,
  "FacilityId": 3,
  "DepartmentId": 4,
  "StoreId": 5,
  "DocumentType": "sample string 6"
}

application/xml, text/xml

Sample:
<GetStoreToChangefromWard xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <DepartmentId>4</DepartmentId>
  <DocumentType>sample string 6</DocumentType>
  <FacilityId>3</FacilityId>
  <GroupId>2</GroupId>
  <HospitalLocationId>1</HospitalLocationId>
  <StoreId>5</StoreId>
</GetStoreToChangefromWard>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GetStoreToChangefromWard'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.