Go-to-Light Service 3.1.1.1547 - 97 - API License to GTL Cloud

<back to all web services

MissionAddDetail

Requires Authentication
Required role:admin
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
MissionInfoquerystringNoMission info
TrayquerystringNoTray key
StockLocationquerystringNoStock Location
LineNumberqueryintNoTo be used to identify with certitude a specific line in the mission result repport.
InfoquerystringNoInfo about article (Max 100 chars)
GTINquerystringNoPosition of article (Max 50 chars)
SupplierReferencequerystringNoProduct 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
SubstitutionRefquerystringNoDefines the new Reference of substituted article
PackageReferencequerystringNoUnique reference of a containing package
NbSKUInPackagequeryint?NoNumber of articles contained in the package
PackageReference2querystringNoUnique 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
PictureURLquerystringNoURL of picture
QuantityUnitquerystringNoMesure of the item if it is by weight or by piece
VersionsqueryList<string>NoProduct versions
IsProductCriticalquerybool?NoUse to know if product need force scan EAN or not

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

HTTP + CSV

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/csv
Content-Type: text/csv
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}