POST api/Picking/ChangeItemlotSite
Request Information
URI Parameters
None.
Body Parameters
Picking_ChangeItemlotSiteRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| DeviceUniqueId | string |
None. |
|
| IdOperator | integer |
None. |
|
| IdOutDeliveryNoteRow | integer |
None. |
|
| IdItemLot | integer |
None. |
|
| IdSite | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"DeviceUniqueId": "sample string 1",
"IdOperator": 2,
"IdOutDeliveryNoteRow": 3,
"IdItemLot": 4,
"IdSite": 5
}
application/xml, text/xml
Sample:
<Picking_ChangeItemlotSiteRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <DeviceUniqueId>sample string 1</DeviceUniqueId> <IdItemLot>4</IdItemLot> <IdOperator>2</IdOperator> <IdOutDeliveryNoteRow>3</IdOutDeliveryNoteRow> <IdSite>5</IdSite> </Picking_ChangeItemlotSiteRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Picking_ChangeItemlotSiteResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| Result | Picking_ChangeItemlotSiteResult |
None. |
Response Formats
application/json, text/json
Sample:
{
"Result": 0
}
application/xml, text/xml
Sample:
<Picking_ChangeItemlotSiteResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/PharmatoolsWarehouseAPI.Models"> <Result>GenericError</Result> </Picking_ChangeItemlotSiteResponse>