POST api/Country/CountryListSearchbyName
Request Information
URI Parameters
None.
Body Parameters
SearchEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| DeviceID1 | string |
None. |
|
| DeviceID | string |
None. |
|
| StartDate | string |
None. |
|
| EndDate | string |
None. |
|
| Types | integer |
None. |
|
| FindName | string |
None. |
|
| CID | integer |
None. |
|
| StateId | integer |
None. |
|
| DID | integer |
None. |
|
| CityID | integer |
None. |
|
| LocationID | integer |
None. |
|
| CompID | integer |
None. |
|
| BID | integer |
None. |
|
| PartNo | integer |
None. |
|
| Polling_bothId | integer |
None. |
|
| Type | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Id": 1,
"DeviceID1": "sample string 2",
"DeviceID": "sample string 3",
"StartDate": "sample string 4",
"EndDate": "sample string 5",
"Types": 6,
"FindName": "sample string 7",
"CID": 8,
"StateId": 9,
"DID": 10,
"CityID": 11,
"LocationID": 12,
"CompID": 13,
"BID": 14,
"PartNo": 15,
"Polling_bothId": 16,
"Type": "sample string 17"
}
application/xml, text/xml
Sample:
<SearchEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BusinessEntities"> <BID>14</BID> <CID>8</CID> <CityID>11</CityID> <CompID>13</CompID> <DID>10</DID> <DeviceID>sample string 3</DeviceID> <DeviceID1>sample string 2</DeviceID1> <EndDate>sample string 5</EndDate> <FindName>sample string 7</FindName> <Id>1</Id> <LocationID>12</LocationID> <PartNo>15</PartNo> <Polling_bothId>16</Polling_bothId> <StartDate>sample string 4</StartDate> <StateId>9</StateId> <Type>sample string 17</Type> <Types>6</Types> </SearchEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
HttpResponseMessage| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |