POST api/Shared/searchProducts
Request Information
URI Parameters
None.
Body Parameters
SearchProductsInputDto| Name | Description | Type | Additional information |
|---|---|---|---|
| searchTerm | string |
None. |
|
| companyIds | Collection of integer |
None. |
|
| categoryIds | Collection of integer |
None. |
|
| therapeuticalIds | Collection of integer |
None. |
|
| absorbancyMin | decimal number |
None. |
|
| absorbancyMax | decimal number |
None. |
|
| size | Collection of string |
None. |
|
| tenaProductsOnly | boolean |
None. |
|
| loginId | globally unique identifier |
None. |
Request Formats
application/json, text/json
{
"searchTerm": "sample string 1",
"companyIds": [
1,
2
],
"categoryIds": [
1,
2
],
"therapeuticalIds": [
1,
2
],
"absorbancyMin": 1.0,
"absorbancyMax": 1.0,
"size": [
"sample string 1",
"sample string 2"
],
"tenaProductsOnly": true,
"loginId": "6e6a294e-6646-4d93-9396-8504fad4309b"
}
application/xml, text/xml
<SearchProductsInputDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LookBook_Api.Models.Dto">
<absorbancyMax>1</absorbancyMax>
<absorbancyMin>1</absorbancyMin>
<categoryIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</categoryIds>
<companyIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</companyIds>
<loginId>6e6a294e-6646-4d93-9396-8504fad4309b</loginId>
<searchTerm>sample string 1</searchTerm>
<size xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>sample string 1</d2p1:string>
<d2p1:string>sample string 2</d2p1:string>
</size>
<tenaProductsOnly>true</tenaProductsOnly>
<therapeuticalIds xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</therapeuticalIds>
</SearchProductsInputDto>
application/x-www-form-urlencoded
Sample not available.
Response Information
Resource Description
Collection of Product| Name | Description | Type | Additional information |
|---|---|---|---|
| ProductSticker | Collection of integer |
None. |
|
| Id | integer |
None. |
|
| CompanyId | integer |
None. |
|
| CompanyName | string |
None. |
|
| ArticleNumber | string |
None. |
|
| Category | string |
None. |
|
| MarketDesc | string |
None. |
|
| BagCount | integer |
None. |
|
| CaseCount | integer |
None. |
|
| PiecesPerCase | integer |
None. |
|
| ProductSize | string |
None. |
|
| ProductSizeDesc | string |
None. |
|
| WaistSize | string |
None. |
|
| Active | integer |
None. |
|
| ProductDesc | string |
None. |
|
| Absorption | decimal number |
None. |
|
| ProductWeight | string |
None. |
|
| ProductThickness | string |
None. |
|
| Acq1 | string |
None. |
|
| Acq2 | string |
None. |
|
| Acq3 | string |
None. |
|
| Acq12 | string |
None. |
|
| Acq22 | string |
None. |
|
| Acq32 | string |
None. |
|
| Rewet | string |
None. |
|
| PackageLength | string |
None. |
|
| PackageWidth | string |
None. |
|
| PackageHeight | string |
None. |
|
| TotalProductLength | string |
None. |
|
| TotalProductWidthFront | string |
None. |
|
| TotalProductWidthCrotch | string |
None. |
|
| TotalProductWidthRear | string |
None. |
|
| OnePieceStretchWing | string |
None. |
|
| SmallCoreLength | string |
None. |
|
| SmallCoreWidth | string |
None. |
|
| BigCoreLength | string |
None. |
|
| BigCoreWidthCrotch | string |
None. |
|
| BigCoreWidthEnds | string |
None. |
|
| TransferLayer | string |
None. |
|
| Tll | string |
None. |
|
| Tlw | string |
None. |
|
| TransferLayerColorMaterial | string |
None. |
|
| Coverstock | string |
None. |
|
| BackingMaterial | string |
None. |
|
| CompressionPattern | string |
None. |
|
| StandingGathersMaterial | string |
None. |
|
| StandingGathersElastics | string |
None. |
|
| LegElasticsFront | string |
None. |
|
| LegElasticsBack | string |
None. |
|
| Reinforcement | string |
None. |
|
| WaistElasticsFront | string |
None. |
|
| WaistElasticsBack | string |
None. |
|
| WetnessIndicator | string |
None. |
|
| SizePrinted | string |
None. |
|
| AbsorbencyPrinted | string |
None. |
|
| TapeHook | string |
None. |
|
| BeltSidePanels | string |
None. |
|
| MedicalRateAcq | string |
None. |
|
| MedicalRewet | string |
None. |
|
| MedicalTotAbs | string |
None. |
|
| MedicalRetCap | string |
None. |
|
| MedicalAirPermCfm | string |
None. |
|
| MedicalAirPerm_mm | string |
None. |
|
| MedicalElasElong | string |
None. |
|
| BellyElasFront | string |
None. |
|
| BellyElasBack | string |
None. |
|
| CrotchElas | string |
None. |
|
| ElasThreadType | string |
None. |
|
| FrBackIndic | string |
None. |
|
| AsbDryWeigt | string |
None. |
|
| CoreShape | string |
None. |
|
| SheetSize | string |
None. |
|
| ClosureType | string |
None. |
|
| DispMethod | string |
None. |
|
| DryStrengthStiffMd | string |
None. |
|
| DryStrengthStiffCd | string |
None. |
|
| DryStrengthStrengthMd | string |
None. |
|
| DryStrengthStrengthCd | string |
None. |
|
| DryStrengthStrengthIndex | string |
None. |
|
| DryStrengthRatio | string |
None. |
|
| DryStrengthStretchMd | string |
None. |
|
| DryStrengthStretchCd | string |
None. |
|
| DryStrengthStretchMdCd | string |
None. |
|
| DryStrengthWorkMd | string |
None. |
|
| DryStrengthWorkCd | string |
None. |
|
| DryStrengthWorkIndexMdCd | string |
None. |
|
| BulktigoWetThick | string |
None. |
|
| BulktigoWetGram | string |
None. |
|
| BulktigoWetBulk | string |
None. |
|
| BulktigoDryGram | string |
None. |
|
| BulktigoDryCm | string |
None. |
|
| ResidueCed | string |
None. |
|
| Benefits | Collection of Benefit |
None. |
|
| Images | Collection of ProductImage |
None. |
|
| Categories | Collection of Category |
None. |
|
| HasSellingPoints | boolean |
None. |
|
| HasPerformanceMetrics | boolean |
None. |
|
| DayTimePar_old | integer |
None. |
|
| NightTimePar_old | integer |
None. |
|
| DayTimePar | decimal number |
None. |
|
| NightTimePar | decimal number |
None. |
|
| Vascular_ProductLength | string |
None. |
|
| Vascular_Compression | string |
None. |
|
| Vascular_FarrowWrap_Style | string |
None. |
|
| Vascular_FarrowWrap_IncludesHybridLiner | boolean |
None. |
|
| Vascular_LegWear_Style | string |
None. |
|
| Vascular_LegWear_Toe | string |
None. |
|
| Vascular_LegWear_TopBand | string |
None. |
|
| Vascular_Color | string |
None. |
|
| Vascular_ContainsLatex | boolean |
None. |
|
| Vascular_Manufacturer | string |
None. |
|
| Vascular_CountryOfOrigin | string |
None. |
|
| Vascular_SellingUnitOfMeasure | string |
None. |
|
| Vascular_QtyPerSUOM | string |
None. |
|
| Vascular_Weight | string |
None. |
|
| Vascular_Measurements | string |
None. |
|
| WoundCare_MicrobeBinding | boolean |
None. |
|
| WoundCare_ManagesExudeate | boolean |
None. |
|
| WoundCare_SilverNonSilver | string |
None. |
|
| Ortho_Style | string |
None. |
|
| UPC_EAN | string |
None. |
|
| OptionName | string |
None. |
|
| Brand | string |
None. |
|
| benefits | string |
None. |
|
| product_images | string |
None. |
|
| product_categories | string |
None. |
|
| hasSelling | integer |
None. |
|
| hasPerformance | integer |
None. |
Response Formats
application/json
Sample not available.
text/json
Sample not available.
application/xml
Sample not available.
text/xml
Sample not available.