Manufacturing forecast plan detail
Endpoints
Import entity list
| /manufacturings-forecast-plans/import | 
Parameters
| Type | Name | Description | Schema | 
|---|---|---|---|
| Path | targetApps | List of target applications (import only in these applications) | list of string within (SUPPLY, SCHEDULING) | 
| Body | body | 
Data structure
ImportManufacturingForecastPlanDetail
| Name | Value | 
|---|---|
| callback | string | 
| data | List of ManufacturingForecastPlanDetail | 
| parameters | 
ManufacturingForecastPlanDetail
Manufacturing forecast plan detail data structure.
| Name | Description | Value | Business rules | 
|---|---|---|---|
| companyCode | Current company code | string | 2 characters max | 
| establishmentCode | Current establishment code | string | 2 characters max | 
| startDate | Start date | String (ISO 8601) | YYYY-MM-DD | 
| endDate | End date | String (ISO 8601) | YYYY-MM-DD | 
| quantity | Quantity | double | |
| unitCode | Unit code | string | 5 characters max | 
| itemCode | Item code | string | 20 characters max | 
| activityCode | Activity code | string | 20 characters max | 
| operatingProcessCode | Operating process code | string | 20 characters max | 
| soaCode | Activity suite code | string | 20 characters max |