RegisterSignalItemsMaterials
Register Signal Items Materials.
Overview
This procedure is executing the warehouse posting of the production declarations materials.
| |
|---|
| Url | api/public/FluentisErp/Mes/ProductionOrders/RegisterSignalItemsMaterials |
| HTTP Method | POST |
| Method Type | Operation |
| Fluentis Object | Fluentis.FluentisErp.Core.MES.FSignalItem |
Request parameters
| Parameter | Type | Is Required | Default Value | Description |
|---|
| SignalItems | Array of SignalItemMaterialIdentification | Yes | | List of objects to be registered. |
| WarehousePostingDate | DateTime | No | Date of Signal Item | Date of creation for Warehouse Posting |
| UseDocumentDate | Boolean | No | False | Decide if the WarehousePosting date will be the same as SignalItem date. |
SignalItemMaterialIdentification properties
| Property | Type | Description |
|---|
| Id | integer | Id of the Signal Item to load |
| ExternalSystem | string | Reference to External Id for Signal Item identification |
| ExternalId | string | Reference to External System for Signal Item identification |
| Materials | Array of MaterialIdentification | List of Materials to be registered. |
MaterialIdentification properties
| Property | Type | Description |
|---|
| Id | integer | Id of the Signal Item Material to load |
| ExternalSystem | string | Reference to External Id for Signal Item Material identification |
| ExternalId | string | Reference to External System for Signal Item Material identification |