PurchaseDeliveryNotesWarehousePosting
Load purchase delivery notes into warehouse.
Overview
| |
---|
Url | api/public/FluentisErp/Scm/PurchaseDeliveryNotes/PurchaseDeliveryNotesWarehousePosting |
HTTP Method | POST |
Method Type | Operation |
Fluentis Object | Fluentis.FluentisErp.Core.Scm.PurchaseDeliveryNotes.FSPurchaseDeliveryNote |
Request parameters
Parameter | Type | Is Required | Default Value | Description |
---|
OperationType | integer | No | 0 | Used when items without warehouse or warehouse template. See Purchase Delivery Note 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 | | ... |
PurchaseDeliveryNotes | array | Yes | | List of PurchaseDeliveryNoteIdentification objects. Used to identify the Purchase Delivery Notes that must be loaded. |
See Purchase Delivery Note Parameters for Warehouse and Warehouse Template usage.
PurchaseDeliveryNoteIdentification properties
Property | Type | Description |
---|
Id | integer | Id of the Purchase Delivery Note to load |
ExternalSystem | string | Reference to External System for Purchase Delivery Note identification |
ExternalId | string | Reference to External System for Purchase Delivery Note identification |
Response Properties
Property | Type | Description |
---|
PurchaseDeliveryNotesStatus | array | List of PurchaseDeliveryNoteWarehousePostingResult |
PurchaseDeliveryNoteWarehousePostingResult Properties
Property | Type | Description |
---|
Id | integer | Id of the Purchase Delivery Note to load |
ExternalSystem | string | Reference to External System for Purchase Delivery Note identification |
ExternalId | string | Reference to External System for Purchase Delivery Note identification |
Messages | array | List of messages related to the loading 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. |