| Required role: | admin |
| All Verbs | /MissionAddDetail/{MissionName}/{Reference}/{Label}/{Quantity} |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| MissionName | path | string | Yes | Mission name |
| Reference | path | string | Yes | Detail reference |
| Label | path | string | Yes | Detail label |
| Quantity | path | double | Yes | Quantity |
| QuantityPrepared | query | double | No | QuantityPrepared |
| MissionInfo | query | string | No | Mission info |
| Tray | query | string | No | Tray key |
| StockLocation | query | string | No | Stock Location |
| LineNumber | query | int | No | To be used to identify with certitude a specific line in the mission result repport. |
| Info | query | string | No | Info about article (Max 100 chars) |
| GTIN | query | string | No | Position of article (Max 50 chars) |
| SupplierReference | query | string | No | Product reference used by supplier |
| PickingIndex | query | int | No | Can be used to optimize picking. The mission will be sorted using this value |
| Substitutable | query | bool? | No | Defines if an article is substitutable |
| SubstitutionRef | query | string | No | Defines the new Reference of substituted article |
| PackageReference | query | string | No | Unique reference of a containing package |
| NbSKUInPackage | query | int? | No | Number of articles contained in the package |
| PackageReference2 | query | string | No | Unique reference of a containing package (additional) |
| NbSKUInPackage2 | query | int? | No | Number of articles contained in the package (additional) |
| ResolveStockLocation | query | bool? | No | Uses GTIN to resovle StockLocation from Stock DB Table. Takes only the first stock location found in Stock DB. |
| WeightPerItemInKg | query | float? | No | Weight per Item in Kg |
| VolumePerItemInM3 | query | float? | No | Volume per Item in m3 |
| PictureURL | query | string | No | URL of picture |
| QuantityUnit | query | string | No | Mesure of the item if it is by weight or by piece |
| Versions | query | List<string> | No | Product versions |
| IsProductCritical | query | bool? | No | Use to know if product need force scan EAN or not |
| MissionType | query | string | No | Mission type |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
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: webadmin.clouddemo2.pickeos.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<MissionAddDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoToLightAPI">
<GTIN>String</GTIN>
<Info>String</Info>
<IsProductCritical>false</IsProductCritical>
<Label>String</Label>
<LineNumber>0</LineNumber>
<MissionInfo>String</MissionInfo>
<MissionName>String</MissionName>
<MissionType>String</MissionType>
<NbSKUInPackage>0</NbSKUInPackage>
<NbSKUInPackage2>0</NbSKUInPackage2>
<PackageReference>String</PackageReference>
<PackageReference2>String</PackageReference2>
<PickingIndex>0</PickingIndex>
<PictureURL>String</PictureURL>
<Quantity>0</Quantity>
<QuantityPrepared>0</QuantityPrepared>
<QuantityUnit>String</QuantityUnit>
<Reference>String</Reference>
<ResolveStockLocation>false</ResolveStockLocation>
<StockLocation>String</StockLocation>
<Substitutable>false</Substitutable>
<SubstitutionRef>String</SubstitutionRef>
<SupplierReference>String</SupplierReference>
<Tray>String</Tray>
<Versions xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:string>String</d2p1:string>
</Versions>
<VolumePerItemInM3>0</VolumePerItemInM3>
<WeightPerItemInKg>0</WeightPerItemInKg>
</MissionAddDetail>