RollbackSignalItemsMaterials
Rollback Signal Items Materials.
Overview
This procedure is executing the rollback of the warehouse posting of the production declarations materials.
| |
|---|
| Url | api/public/FluentisErp/Mes/ProductionOrders/RollbackSignalItemsMaterials |
| 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 rollbacked. |
SignalItemMaterialIdentification properties
| Property | Type | Description |
|---|
| Id | integer | Id of the Signal Item to unload |
| 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 rollbacked. |
MaterialIdentification properties
| Property | Type | Description |
|---|
| Id | integer | Id of the Signal Item Material to unload |
| ExternalSystem | string | Reference to External Id for Signal Item Material identification |
| ExternalId | string | Reference to External System for Signal Item Material identification |