Go-to-Light Service 4.0.0.2397 - 121 - API License to Cloud Demo

<back to all web services

MissionAddDetail

Requires Authentication
The following routes are available for this service:
All Verbs/MissionAddDetail/{MissionName}/{Reference}/{Label}/{Quantity}
MissionAddDetail Parameters:
NameParameterData TypeRequiredDescription
MissionNamepathstringYesMission name
ReferencepathstringYesDetail reference
LabelpathstringYesDetail label
QuantitypathdoubleYesQuantity
QuantityPreparedquerydoubleNoQuantityPrepared
MissionInfoquerystringYesMission info
TrayquerystringYesTray key
StockLocationquerystringYesStock Location
LineNumberqueryintNoTo be used to identify with certitude a specific line in the mission result repport.
InfoquerystringYesInfo about article (Max 100 chars)
GTINquerystringYesPosition of article (Max 50 chars)
SupplierReferencequerystringYesProduct reference used by supplier
PickingIndexqueryintNoCan be used to optimize picking. The mission will be sorted using this value
Substitutablequerybool?NoDefines if an article is substitutable
SubstitutionRefquerystringYesDefines the new Reference of substituted article
PackageReferencequerystringYesUnique reference of a containing package
NbSKUInPackagequeryint?NoNumber of articles contained in the package
PackageReference2querystringYesUnique reference of a containing package (additional)
NbSKUInPackage2queryint?NoNumber of articles contained in the package (additional)
ResolveStockLocationquerybool?NoUses GTIN to resovle StockLocation from Stock DB Table. Takes only the first stock location found in Stock DB.
WeightPerItemInKgqueryfloat?NoWeight per Item in Kg
VolumePerItemInM3queryfloat?NoVolume per Item in m3
PictureURLquerystringYesURL of picture
QuantityUnitquerystringYesMesure of the item if it is by weight or by piece
VersionsqueryList<string>YesProduct versions
IsProductCriticalquerybool?NoUse to know if product need force scan EAN or not
MissionTypequerystringYesMission type

To override the Content-type in your clients, use the HTTP Accept Header, append the .other suffix or ?format=other

HTTP + OTHER

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /MissionAddDetail/{MissionName}/{Reference}/{Label}/{Quantity} HTTP/1.1 
Host: clouddemo.pickeos.com 
Accept: text/jsonl
Content-Type: text/jsonl
Content-Length: length

{"MissionName":"String","Reference":"String","Label":"String","Quantity":0,"QuantityPrepared":0,"MissionInfo":"String","Tray":"String","StockLocation":"String","LineNumber":0,"Info":"String","GTIN":"String","SupplierReference":"String","PickingIndex":0,"Substitutable":false,"SubstitutionRef":"String","PackageReference":"String","NbSKUInPackage":0,"PackageReference2":"String","NbSKUInPackage2":0,"ResolveStockLocation":false,"WeightPerItemInKg":0,"VolumePerItemInM3":0,"PictureURL":"String","QuantityUnit":"String","Versions":["String"],"IsProductCritical":false,"MissionType":"String"}