AdjustLotQuantity response message
- Last UpdatedAug 29, 2023
- 1 minute read
This is an example of the full structure of an AdjustLotQuantity response message.
<AdjustLotQuantityResponseMessage>
<Response xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Results>
<Result>
<Lot>69741</Lot>
<Quantity>0</Quantity>
<LotGroup>LotGroupA</LotGroup>
</Result>
</Results>
</Response>
</AdjustLotQuantityResponseMessage>
Response parameters: Results section
Contains the set of individual results.
<Results>
<Result>
<Lot>69741</Lot>
<Quantity>0</Quantity>
<LotGroup>LotGroupA</LotGroup>
</Result>
</Results>
|
Parameter |
Description |
|---|---|
|
Result |
Contains the details about an individual result. |
|
Lot |
The external ID for the lot that was adjusted. If the specified lot does not exist, the web service still succeeds. You can find mention of the error in the Movement Events view. |
|
Quantity |
Returns a result of 0 (zero) to acknowledge submittal to the processing queue. |
|
LotGroup |
Returns the name of the lot group to which the sample belongs. If the lot in the specified lot group does not exist, the web service still succeeds. You can find mention of the error in the Movement Events view. |