POST api/stateRegisterMobile/searchStateRegisterByCriteriaRevoked
Request Information
URI Parameters
None.
Body Parameters
SearchMobileCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| regNumber | string |
None. |
|
| tradeName | string |
None. |
|
| mnn | string |
None. |
|
| atc | string |
None. |
|
| active | boolean |
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. |
Request Formats
application/json, text/json
Sample:
{
"regNumber": "sample string 1",
"tradeName": "sample string 2",
"mnn": "sample string 3",
"atc": "sample string 4",
"active": true,
"producer": "sample string 5",
"country": "sample string 6",
"chosefilter": "sample string 7",
"isGMP": true,
"isTrademark": true,
"isPatent": true,
"isGeneric": true,
"isRecipe": true,
"isControlled": true,
"countRecord": 8,
"beginRecord": 9,
"isGetCountTotal": true,
"hascert": true,
"hascost": true,
"hasgobmp": true,
"hasalo": true,
"hasknf": true
}
application/xml, text/xml
Sample:
<SearchMobileCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Models.Criteria"> <ATС>sample string 4</ATС> <Active>true</Active> <BeginRecord>9</BeginRecord> <CountRecord>8</CountRecord> <Country>sample string 6</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 5</Producer> <RegNumber>sample string 1</RegNumber> <TradeName>sample string 2</TradeName> <chosefilter>sample string 7</chosefilter> <hasalo>true</hasalo> <hascert>true</hascert> <hascost>true</hascost> <hasgobmp>true</hasgobmp> <hasknf>true</hasknf> </SearchMobileCriteria>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.