POST api/ManageConverter/FilteredSearch
Request Information
URI Parameters
None.
Body Parameters
ListSearchModelName | Description | Type | Additional information |
---|---|---|---|
SearchViewModel | ConverterSearchViewModel |
None. |
|
ConverterListObj | Collection of ConverterListViewModel |
None. |
Request Formats
application/json, text/json
Sample:
{ "SearchViewModel": { "searchKey": "sample string 1", "exactSearch": true, "enableFilter": true, "carrierID": 4, "manufacturerID": 5, "makeID": 6, "valueFrom": 7.0, "valueTo": 8.0, "converterSizeFrom": 9.0, "converterSizeTo": 10.0, "weightOfCarrierFrom": 11.0, "weightOfCarrierTo": 12.0, "converterLocationPage": 13, "converterLocationIndex": 14 }, "ConverterListObj": [ { "converterID": 1, "converterRefNo": "sample string 2", "catalogRefNo": "sample string 3", "makeID": 4, "makeName": "sample string 5", "makeThumbImagePath": "sample string 6", "manufacturerID": 7, "manufacturerName": "sample string 8", "carrierID": 9, "carrierName": "sample string 10", "weightOfCarrier": 11.0, "size": 12.0, "additionalDescription": "sample string 13", "totalWeight": 14.0, "analysisTypeName": "sample string 15", "analysisRefNo": "sample string 16", "analysisDate": "2025-04-29T20:14:14.7971272+05:30", "ptContentGT": 18.0, "pdContentGT": 19.0, "rhContentGT": 20.0, "PGMValue": 21.0, "catalogBuyingCategory": "sample string 22", "converterThumbImagePath": "sample string 23", "converterImage": [ { "converterImageID": 1, "converterID": 2, "imageName": "sample string 3", "imagePath": "sample string 4", "imagePathInShort": "sample string 5", "isThumb": true, "createdBy": 7, "createdDate": "2025-04-29T20:14:14.7971272+05:30", "modifiedBy": 1, "modifiedDate": "2025-04-29T20:14:14.7971272+05:30", "isActive": true, "isDeleted": true }, { "converterImageID": 1, "converterID": 2, "imageName": "sample string 3", "imagePath": "sample string 4", "imagePathInShort": "sample string 5", "isThumb": true, "createdBy": 7, "createdDate": "2025-04-29T20:14:14.7971272+05:30", "modifiedBy": 1, "modifiedDate": "2025-04-29T20:14:14.7971272+05:30", "isActive": true, "isDeleted": true } ], "isActive": true, "createdDate": "2025-04-29T20:14:14.7971272+05:30", "modifiedDate": "2025-04-29T20:14:14.7971272+05:30", "showUserView": true }, { "converterID": 1, "converterRefNo": "sample string 2", "catalogRefNo": "sample string 3", "makeID": 4, "makeName": "sample string 5", "makeThumbImagePath": "sample string 6", "manufacturerID": 7, "manufacturerName": "sample string 8", "carrierID": 9, "carrierName": "sample string 10", "weightOfCarrier": 11.0, "size": 12.0, "additionalDescription": "sample string 13", "totalWeight": 14.0, "analysisTypeName": "sample string 15", "analysisRefNo": "sample string 16", "analysisDate": "2025-04-29T20:14:14.7971272+05:30", "ptContentGT": 18.0, "pdContentGT": 19.0, "rhContentGT": 20.0, "PGMValue": 21.0, "catalogBuyingCategory": "sample string 22", "converterThumbImagePath": "sample string 23", "converterImage": [ { "converterImageID": 1, "converterID": 2, "imageName": "sample string 3", "imagePath": "sample string 4", "imagePathInShort": "sample string 5", "isThumb": true, "createdBy": 7, "createdDate": "2025-04-29T20:14:14.7971272+05:30", "modifiedBy": 1, "modifiedDate": "2025-04-29T20:14:14.7971272+05:30", "isActive": true, "isDeleted": true }, { "converterImageID": 1, "converterID": 2, "imageName": "sample string 3", "imagePath": "sample string 4", "imagePathInShort": "sample string 5", "isThumb": true, "createdBy": 7, "createdDate": "2025-04-29T20:14:14.7971272+05:30", "modifiedBy": 1, "modifiedDate": "2025-04-29T20:14:14.7971272+05:30", "isActive": true, "isDeleted": true } ], "isActive": true, "createdDate": "2025-04-29T20:14:14.7971272+05:30", "modifiedDate": "2025-04-29T20:14:14.7971272+05:30", "showUserView": true } ] }
application/xml, text/xml
Sample:
<ListSearchModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Petra_Mobile_API.ViewModels"> <ConverterListObj> <ConverterListViewModel> <PGMValue>21</PGMValue> <additionalDescription>sample string 13</additionalDescription> <analysisDate>2025-04-29T20:14:14.7971272+05:30</analysisDate> <analysisRefNo>sample string 16</analysisRefNo> <analysisTypeName>sample string 15</analysisTypeName> <carrierID>9</carrierID> <carrierName>sample string 10</carrierName> <catalogBuyingCategory>sample string 22</catalogBuyingCategory> <catalogRefNo>sample string 3</catalogRefNo> <converterID>1</converterID> <converterImage> <ConverterImageViewModel> <converterID>2</converterID> <converterImageID>1</converterImageID> <createdBy>7</createdBy> <createdDate>2025-04-29T20:14:14.7971272+05:30</createdDate> <imageName>sample string 3</imageName> <imagePath>sample string 4</imagePath> <imagePathInShort>sample string 5</imagePathInShort> <isActive>true</isActive> <isDeleted>true</isDeleted> <isThumb>true</isThumb> <modifiedBy>1</modifiedBy> <modifiedDate>2025-04-29T20:14:14.7971272+05:30</modifiedDate> </ConverterImageViewModel> <ConverterImageViewModel> <converterID>2</converterID> <converterImageID>1</converterImageID> <createdBy>7</createdBy> <createdDate>2025-04-29T20:14:14.7971272+05:30</createdDate> <imageName>sample string 3</imageName> <imagePath>sample string 4</imagePath> <imagePathInShort>sample string 5</imagePathInShort> <isActive>true</isActive> <isDeleted>true</isDeleted> <isThumb>true</isThumb> <modifiedBy>1</modifiedBy> <modifiedDate>2025-04-29T20:14:14.7971272+05:30</modifiedDate> </ConverterImageViewModel> </converterImage> <converterRefNo>sample string 2</converterRefNo> <converterThumbImagePath>sample string 23</converterThumbImagePath> <createdDate>2025-04-29T20:14:14.7971272+05:30</createdDate> <isActive>true</isActive> <makeID>4</makeID> <makeName>sample string 5</makeName> <makeThumbImagePath>sample string 6</makeThumbImagePath> <manufacturerID>7</manufacturerID> <manufacturerName>sample string 8</manufacturerName> <modifiedDate>2025-04-29T20:14:14.7971272+05:30</modifiedDate> <pdContentGT>19</pdContentGT> <ptContentGT>18</ptContentGT> <rhContentGT>20</rhContentGT> <showUserView>true</showUserView> <size>12</size> <totalWeight>14</totalWeight> <weightOfCarrier>11</weightOfCarrier> </ConverterListViewModel> <ConverterListViewModel> <PGMValue>21</PGMValue> <additionalDescription>sample string 13</additionalDescription> <analysisDate>2025-04-29T20:14:14.7971272+05:30</analysisDate> <analysisRefNo>sample string 16</analysisRefNo> <analysisTypeName>sample string 15</analysisTypeName> <carrierID>9</carrierID> <carrierName>sample string 10</carrierName> <catalogBuyingCategory>sample string 22</catalogBuyingCategory> <catalogRefNo>sample string 3</catalogRefNo> <converterID>1</converterID> <converterImage> <ConverterImageViewModel> <converterID>2</converterID> <converterImageID>1</converterImageID> <createdBy>7</createdBy> <createdDate>2025-04-29T20:14:14.7971272+05:30</createdDate> <imageName>sample string 3</imageName> <imagePath>sample string 4</imagePath> <imagePathInShort>sample string 5</imagePathInShort> <isActive>true</isActive> <isDeleted>true</isDeleted> <isThumb>true</isThumb> <modifiedBy>1</modifiedBy> <modifiedDate>2025-04-29T20:14:14.7971272+05:30</modifiedDate> </ConverterImageViewModel> <ConverterImageViewModel> <converterID>2</converterID> <converterImageID>1</converterImageID> <createdBy>7</createdBy> <createdDate>2025-04-29T20:14:14.7971272+05:30</createdDate> <imageName>sample string 3</imageName> <imagePath>sample string 4</imagePath> <imagePathInShort>sample string 5</imagePathInShort> <isActive>true</isActive> <isDeleted>true</isDeleted> <isThumb>true</isThumb> <modifiedBy>1</modifiedBy> <modifiedDate>2025-04-29T20:14:14.7971272+05:30</modifiedDate> </ConverterImageViewModel> </converterImage> <converterRefNo>sample string 2</converterRefNo> <converterThumbImagePath>sample string 23</converterThumbImagePath> <createdDate>2025-04-29T20:14:14.7971272+05:30</createdDate> <isActive>true</isActive> <makeID>4</makeID> <makeName>sample string 5</makeName> <makeThumbImagePath>sample string 6</makeThumbImagePath> <manufacturerID>7</manufacturerID> <manufacturerName>sample string 8</manufacturerName> <modifiedDate>2025-04-29T20:14:14.7971272+05:30</modifiedDate> <pdContentGT>19</pdContentGT> <ptContentGT>18</ptContentGT> <rhContentGT>20</rhContentGT> <showUserView>true</showUserView> <size>12</size> <totalWeight>14</totalWeight> <weightOfCarrier>11</weightOfCarrier> </ConverterListViewModel> </ConverterListObj> <SearchViewModel> <carrierID>4</carrierID> <converterLocationIndex>14</converterLocationIndex> <converterLocationPage>13</converterLocationPage> <converterSizeFrom>9</converterSizeFrom> <converterSizeTo>10</converterSizeTo> <enableFilter>true</enableFilter> <exactSearch>true</exactSearch> <makeID>6</makeID> <manufacturerID>5</manufacturerID> <searchKey>sample string 1</searchKey> <valueFrom>7</valueFrom> <valueTo>8</valueTo> <weightOfCarrierFrom>11</weightOfCarrierFrom> <weightOfCarrierTo>12</weightOfCarrierTo> </SearchViewModel> </ListSearchModel>
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.