POST api/Masters/GetNetworkWiseItemsWithStock

Request Information

URI Parameters

None.

Body Parameters

GetNetworkWiseItemsWithStock
NameDescriptionTypeAdditional information
HospitalLocationId

integer

None.

StoreId

integer

None.

ItemId

integer

None.

GenericId

integer

None.

UserId

integer

None.

FacilityId

integer

None.

SupplierId

integer

None.

ItemName

string

None.

WithStockOnly

integer

None.

ItemNo

string

None.

ItemSubCategoryId

integer

None.

Usedtype

string

None.

AllBrand

integer

None.

RegistratioNo

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "HospitalLocationId": 1,
  "StoreId": 2,
  "ItemId": 3,
  "GenericId": 4,
  "UserId": 5,
  "FacilityId": 6,
  "SupplierId": 7,
  "ItemName": "sample string 8",
  "WithStockOnly": 9,
  "ItemNo": "sample string 10",
  "ItemSubCategoryId": 11,
  "Usedtype": "sample string 12",
  "AllBrand": 13,
  "RegistratioNo": 14
}

application/xml, text/xml

Sample:
<GetNetworkWiseItemsWithStock xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMRAPI.Models">
  <AllBrand>13</AllBrand>
  <FacilityId>6</FacilityId>
  <GenericId>4</GenericId>
  <HospitalLocationId>1</HospitalLocationId>
  <ItemId>3</ItemId>
  <ItemName>sample string 8</ItemName>
  <ItemNo>sample string 10</ItemNo>
  <ItemSubCategoryId>11</ItemSubCategoryId>
  <RegistratioNo>14</RegistratioNo>
  <StoreId>2</StoreId>
  <SupplierId>7</SupplierId>
  <Usedtype>sample string 12</Usedtype>
  <UserId>5</UserId>
  <WithStockOnly>9</WithStockOnly>
</GetNetworkWiseItemsWithStock>

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 'GetNetworkWiseItemsWithStock'.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.