PickingsWarehousePosting
Unload Pickings.
Overview
| Url | api/public/FluentisErp/WM/Pickings/PickingsWarehousePosting |
| HTTP Method | POST |
| Method Type | Operation |
| Fluentis Object | Fluentis.FluentisErp.Core.WM.Picking.FSPicking |
Request parameters
| Parameter | Type | Is Required | Default Value | Description |
|---|---|---|---|---|
| OperationType | integer | No | 0 | Used when items without warehouse or warehouse template. See Picking Posting |
| Date | date-time | No | Today | Warehouse posting date |
| WarehouseId | integer | No | Id of the Warehouse that can be used to override items warehouse | |
| WarehouseCode | string | No | Code of the Warehouse that can be used to override items warehouse | |
| WarehouseTemplateId | integer | No | Id of the Warehouse Template that can be used to override items warehouse template | |
| WarehouseTemplateCode | string | No | Id of the Warehouse Template that can be used to override items warehouse template | |
| BOMVersionId | integer | No | ... | |
| Pickings | array | Yes | List of PickingIdentification objects. Used to identify the Pickings that must be unloaded. |
See Picking Parameters for Warehouse and Warehouse Template usage.
PickingIdentification properties
| Property | Type | Description |
|---|---|---|
| Id | integer | Id of the Pickings to unload |
| ExternalSystem | string | Reference to External System for Pickings identification |
| ExternalId | string | Reference to External System for Pickings identification |
Response Properties
| Property | Type | Description |
|---|---|---|
| PickingStatus | array | List of PickingWarehousePostingResult |
PickingWarehousePostingResult Properties
| Property | Type | Description |
|---|---|---|
| Id | integer | Id of the Picking to unload |
| ExternalSystem | string | Reference to External System for Picking identification |
| ExternalId | string | Reference to External System for Picking identification |
| Messages | array | List of messages related to the unloading operation. |
| WarehousePostings | array | List of WarehousePostingResult objects. The list of warehouse posting objects created from the current document. |
WarehousePostingResult Properties
| Property | Type | Description |
|---|---|---|
| Id | integer | Id of Warehouse Posting object. |
| Number | integer | Number of Warehouse Posting object. |
| Date | date-time | Date of Warehouse Posting object. |
| Warehouse | string | Warehouse code of Warehouse Posting object. |