Update a production resource

patch

/fscmRestApi/resources/11.13.18.05/productionSchedulingPlans/{PlanId}/child/resources/{resourcesUniqID}

Request

Path Parameters
  • The value of this parameter could be a hash of the key that is used to uniquely identify the resource item. The client should not generate the hash key value. Instead, the client should query on the collection resource with a filter to navigate to a specific resource item. For example: products?q=InventoryItemId=
  • This is the hash key of the attributes which make up the composite key--- PlanId, ResourceId and WorkCenterId ---for the Resources resource and used to uniquely identify an instance of Resources. The client should not generate the hash key value. Instead, the client should query on the Resources collection resource with a filter on the primary key values in order to navigate to a specific instance of Resources.

    For example: resources?q=PlanId=<value1>;ResourceId=<value2>;WorkCenterId=<value3>
Header Parameters
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Supported Media Types
Request Body - application/json ()
Root Schema : schema
Type: object
Show Source
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then apply user-defined ideal sequence to a resource. If false, then don't apply user-defined ideal sequence to a resource. This attribute doesn't have a default value.
  • Value that uniquely identifies the available calendar.
  • Availability Levels
    Title: Availability Levels
    The level of resource units available for the work center resource. This can occur if you have varying resource unit levels by shift such as 10 in the day shift and 8 in the night shift or during holidays where 0 resource units are available.
  • Maximum Length: 30
    Type of resource capacity. Valid values include single capacity, multiple capacity, or batch.
  • Maximum Length: 12
    Value that indicates whether multiple changeover rules that apply at the same time shall be considered to occur concurrently or in sequence. This attribute applies only to equipment resources. Valid values include Concurrent and Sequential.
  • Maximum Length: 12
    Value that indicates whether changeovers will be considered as setup or cleanup activities. This attribute applies only to equipment resources. Valid values include Setup and Cleanup.
  • Maximum Length: 30
    Mode of constraint. Valid values include RelaxCapacity, Relaxed, and Constrained.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the horizon start will be enforced during schedule generation. If N, then the horizon start won't be enforced during schedule generation. This attribute doesn't have a default value.
  • Duration of the fixed time fence from the start of the horizon.
  • Maximum Length: 12
    Time unit of measure for the fixed time fence. Valid values include seconds, minutes, hours, and days.
  • Maximum capacity for multiple capacity resources.
  • Value that uniquely identifies the production schedule.
  • Prebuild maximum considered by the dynamic resource allocation solver method.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then use the prebuild maximum. If false, then don't use prebuild maximum. This attribute doesn't have a default value.
  • Maximum Length: 12
    Time unit of measure for the prebuild maximum. Valid values include seconds, minutes, hours, and days.
  • Maximum Length: 1
    Contains one of the following values: true or false. If true, then continue ideal sequence independent of rank. If false, then don't continue ideal sequence independent of rank. This attribute doesn't have a default value.
  • Maximum Length: 300
    Abbreviation that identifies the production resource.
  • Value that uniquely identifies the production resource. It's a primary key of the resource.
  • Maximum Length: 120
    Name of the resource.
  • Maximum Length: 30
    Type of production resource. Valid values include Equipment or Labor.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then the user-defined ideal attribute sequence will be restarted at each scheduling cycle boundary during schedule generation. If N, then the user-defined ideal attribute sequence won't be restarted. This attribute doesn't have a default value.
  • Usage Levels
    Title: Usage Levels
    The Usage Levels resource manages the usage levels for a production resource.
  • Maximum Length: 100
    Abbreviation that identifies the work center.
  • Value that uniquely identifies the work center. It's a primary key of the work center.
  • Maximum Length: 120
    Name of the work center that's associated with the resource.
Nested Schema : Availability Levels
Type: array
Title: Availability Levels
The level of resource units available for the work center resource. This can occur if you have varying resource unit levels by shift such as 10 in the day shift and 8 in the night shift or during holidays where 0 resource units are available.
Show Source
Nested Schema : Usage Levels
Type: array
Title: Usage Levels
The Usage Levels resource manages the usage levels for a production resource.
Show Source
Nested Schema : productionSchedulingPlans-resources-availabilityLevels-item-patch-request
Type: object
Show Source
Nested Schema : schema
Type: object
Show Source
Back to Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
  • The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Body ()
Root Schema : productionSchedulingPlans-resources-item-response
Type: object
Show Source
Nested Schema : Availability Levels
Type: array
Title: Availability Levels
The level of resource units available for the work center resource. This can occur if you have varying resource unit levels by shift such as 10 in the day shift and 8 in the night shift or during holidays where 0 resource units are available.
Show Source
Nested Schema : Usage Levels
Type: array
Title: Usage Levels
The Usage Levels resource manages the usage levels for a production resource.
Show Source
Nested Schema : productionSchedulingPlans-resources-availabilityLevels-item-response
Type: object
Show Source
Nested Schema : productionSchedulingPlans-resources-usageLevels-item-response
Type: object
Show Source
Back to Top