POST api/Shared/searchProductByUPSCode

Request Information

URI Parameters

None.

Body Parameters

SearchProductsUPSInputDto
NameDescriptionTypeAdditional information
upsCode

string

None.

loginId

globally unique identifier

None.

Request Formats

application/json, text/json

Sample:
{
  "upsCode": "sample string 1",
  "loginId": "ef2dbc55-c280-4835-944a-1c5a77d2aab4"
}

application/xml, text/xml

Sample:
<SearchProductsUPSInputDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LookBook_Api.Models.Dto">
  <loginId>ef2dbc55-c280-4835-944a-1c5a77d2aab4</loginId>
  <upsCode>sample string 1</upsCode>
</SearchProductsUPSInputDto>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Product
NameDescriptionTypeAdditional 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:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.