All Verbs | /MissionUpdateDetail/{ID}/{QuantityPrepared} |
---|
Name | Parameter | Data Type | Required | Description |
---|---|---|---|---|
ID | path | int | Yes | Label ID |
QuantityPrepared | path | double | Yes | Quantity the operator prepared |
Batch | query | string | No | Related batch value |
ContainerCode | query | string | No | Related target container code |
Data1 | query | string | No | Data1 will be modified with the given value |
Data2 | query | string | No | Data2 will be modified with the given value |
Data3 | query | string | No | Data3 will be modified with the given value |
Data4 | query | string | No | Data4 will be modified with the given value |
Data5 | query | string | No | Data5 will be modified with the given value |
Data6 | query | string | No | Data6 will be modified with the given value |
Data7 | query | string | No | Data7 will be modified with the given value |
Data8 | query | string | No | Data8 will be modified with the given value |
Data9 | query | string | No | Data9 will be modified with the given value |
Data10 | query | string | No | Data10 will be modified with the given value |
Data11 | query | string | No | Data11 will be modified with the given value |
StockroomName | query | string | No | Stockroom name |
VersionSelected | query | string | No | Product's version selected |
Owner | query | string | No | Owner |
UpdateStockQty | query | bool | No | Allow destock qty in db |
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 /MissionUpdateDetail/{ID}/{QuantityPrepared} HTTP/1.1
Host: clouddemo.pickeos.com
Accept: application/xml
Content-Type: application/xml
Content-Length: length
<MissionUpdateDetail xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GoToLightAPI">
<Batch>String</Batch>
<ContainerCode>String</ContainerCode>
<Data1>String</Data1>
<Data10>String</Data10>
<Data11>String</Data11>
<Data2>String</Data2>
<Data3>String</Data3>
<Data4>String</Data4>
<Data5>String</Data5>
<Data6>String</Data6>
<Data7>String</Data7>
<Data8>String</Data8>
<Data9>String</Data9>
<ID>0</ID>
<Owner>String</Owner>
<QuantityPrepared>0</QuantityPrepared>
<StockroomName>String</StockroomName>
<UpdateStockQty>false</UpdateStockQty>
<VersionSelected>String</VersionSelected>
</MissionUpdateDetail>