Update a resource parameter

patch

/fscmRestApi/resources/11.13.18.05/productionSchedulingOrganizations/{OrganizationId}/child/resourceParameters/{resourceParametersUniqID}

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--- OrganizationId, WorkCenterId and ResourceId ---for the Resource Parameters resource and used to uniquely identify an instance of Resource Parameters. The client should not generate the hash key value. Instead, the client should query on the Resource Parameters collection resource with a filter on the primary key values in order to navigate to a specific instance of Resource Parameters.

    For example: resourceParameters?q=OrganizationId=<value1>;WorkCenterId=<value2>;ResourceId=<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
    This applies to manufacturing resources and indicates whether to apply user-defined ideal sequence: Y|N.
  • Maximum Length: 12
    This applies to manufacturing resources and specifies whether multiple changeover rules that apply at the same time shall be considered to occur concurrently or in sequence: Concurrent|Sequential.
  • Maximum Length: 12
    This applies to manufacturing resources and specifies whether changeovers shall be considered as setup or cleanup activities: Setup|Cleanup.
  • Maximum Length: 30
    Mode of the constraint. The format is RelaxCapacity|Relaxed|Constrained.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then a row is displayed for each resource unit. If N, then only a summary row is displayed. The default value is N.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then horizon start is enforced during schedule generation. If N, then horizon start isn't enforced during schedule generation. This attribute doesn't have a default value.
  • Value that indicates whether to allow specifying a resource-specific fixed time fence. This overrides the general fixed time fence defined within schedule options.
  • Maximum Length: 12
    Time unit of measure for the fixed time fence. The format is seconds|minutes|hours|days.
  • Value that uniquely identifies the inventory organization that's enabled for scheduling. It's a primary key of the inventory organization.
  • Prebuild maximum considered by the dynamic resource allocation solver method.
  • Maximum Length: 1
    Contains one of the following values: Y or N. If Y, then use prebuild maximum. If N, 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. The format is seconds|minutes|hours|days.
  • Maximum Length: 1
    This applies to manufacturing resources and indicates whether to continue the user defined sequence.
  • Maximum Length: 300
    Abbreviation that identifies the production resource.
  • Value that uniquely identifies the resource that's used in the changeover. It's a primary key of the resource.
  • Maximum Length: 120
    Name of the resource used to define the resource parameters.
  • Maximum Length: 1
    This applies to manufacturing resources and indicates whether the user-defined ideal attribute sequence shall be restarted at each scheduling cycle boundary during schedule generation: Y|N.
  • Maximum Length: 100
    Abbreviation that identifies the work center.
  • Value that uniquely identifies the work center for the resource that's used in the changeover. It's a primary key of the work center.
  • Maximum Length: 120
    Name of the work center used to define the resource parameters.
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 : productionSchedulingOrganizations-resourceParameters-item-response
Type: object
Show Source
Back to Top