POST api/stateRegisterMobile/searchStateRegisterByCriteriaActiveInt

Request Information

URI Parameters

None.

Body Parameters

SearchMobileCriteriaActiveInt
NameDescriptionTypeAdditional information
regNumber

string

None.

tradeName

string

None.

mnn

string

None.

atc

string

None.

active

integer

None.

producer

string

None.

country

string

None.

chosefilter

string

None.

isGMP

boolean

None.

isTrademark

boolean

None.

isPatent

boolean

None.

isGeneric

boolean

None.

isRecipe

boolean

None.

isControlled

boolean

None.

countRecord

integer

None.

beginRecord

integer

None.

isGetCountTotal

boolean

None.

hascert

boolean

None.

hascost

boolean

None.

hasgobmp

boolean

None.

hasalo

boolean

None.

hasknf

boolean

None.

newquery

integer

None.

regioncode

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "regNumber": "sample string 1",
  "tradeName": "sample string 2",
  "mnn": "sample string 3",
  "atc": "sample string 4",
  "active": 5,
  "producer": "sample string 6",
  "country": "sample string 7",
  "chosefilter": "sample string 8",
  "isGMP": true,
  "isTrademark": true,
  "isPatent": true,
  "isGeneric": true,
  "isRecipe": true,
  "isControlled": true,
  "countRecord": 9,
  "beginRecord": 10,
  "isGetCountTotal": true,
  "hascert": true,
  "hascost": true,
  "hasgobmp": true,
  "hasalo": true,
  "hasknf": true,
  "newquery": 17,
  "regioncode": 18
}

application/xml, text/xml

Sample:
<SearchMobileCriteriaActiveInt xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models.Criteria">
  <ATС>sample string 4</ATС>
  <Active>5</Active>
  <BeginRecord>10</BeginRecord>
  <CountRecord>9</CountRecord>
  <Country>sample string 7</Country>
  <IsControlled>true</IsControlled>
  <IsGMP>true</IsGMP>
  <IsGeneric>true</IsGeneric>
  <IsGetCountTotal>true</IsGetCountTotal>
  <IsPatent>true</IsPatent>
  <IsRecipe>true</IsRecipe>
  <IsTrademark>true</IsTrademark>
  <MNN>sample string 3</MNN>
  <Producer>sample string 6</Producer>
  <RegNumber>sample string 1</RegNumber>
  <TradeName>sample string 2</TradeName>
  <chosefilter>sample string 8</chosefilter>
  <hasalo>true</hasalo>
  <hascert>true</hascert>
  <hascost>true</hascost>
  <hasgobmp>true</hasgobmp>
  <hasknf>true</hasknf>
  <newquery>17</newquery>
  <regioncode>18</regioncode>
</SearchMobileCriteriaActiveInt>

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.