Update one resource
patch
/fscmRestApi/resources/11.13.18.05/standardOperations/{StandardOperationId}/child/StandardOperationResource/{StandardOperationResourceId}/child/StandardOperationAlternateResource/{StandardOperationAlternateResourceId}
Request
Path Parameters
-
StandardOperationAlternateResourceId(required): integer(int64)
Value that uniquely identifies the alternative resource of a standard operation. It is a primary key that the application generates when it creates the alternative resource.
-
StandardOperationId(required): integer(int64)
Value that uniquely identifies the standard operation. It is a primary key that the application generates when it creates the standard operation.
-
StandardOperationResourceId(required): integer(int64)
Value that uniquely identifies the standard operation resource. It is a primary key that the application generates when it creates the resource.
Header Parameters
-
Metadata-Context:
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".
-
REST-Framework-Version:
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
- application/json
Root Schema : schema
Type:
Show Source
object-
AssignedUnits: number
Title:
Units AssignedNumber of resource units the application assigns to perform the operation for the alternative resource. -
InverseUsageRate: number
Title:
Inverse UsageResource usage that the plant uses to make each unit of the item for the alternative resource. This value is the inverse of the usage rate. The application uses this inverse value when the usage rate for the alternative resource is a fraction, but the inverse of this rate is an integer. -
PriorityRanking: integer
Priority ranking of the alternative resource to use in place of the primary resource.
-
ResourceCode: string
Title:
Alternate ResourcesMaximum Length:30Abbreviation that identifies the alternative resource. -
ResourceId: integer
(int64)
Value that uniquely identifies the alternative resource. It is a primary key that the application generates when it creates the alternative resource.
-
UsageRate: number
Title:
UsageResource usage that the plant requires to make each unit of the item for the alternative resource.
Response
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
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".
-
REST-Framework-Version:
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.
Root Schema : standardOperations-StandardOperationResource-StandardOperationAlternateResource-item-response
Type:
Show Source
object-
AssignedUnits: number
Title:
Units AssignedNumber of resource units the application assigns to perform the operation for the alternative resource. -
CostedFlag: boolean
Title:
Costing enabledRead Only:trueMaximum Length:1Contains one of the following values: true or false. If true, then consider resource costs when costing the work order. If false, then do not consider these costs. The default value is false. -
InverseUsageRate: number
Title:
Inverse UsageResource usage that the plant uses to make each unit of the item for the alternative resource. This value is the inverse of the usage rate. The application uses this inverse value when the usage rate for the alternative resource is a fraction, but the inverse of this rate is an integer. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PriorityRanking: integer
Priority ranking of the alternative resource to use in place of the primary resource.
-
ResourceCode: string
Title:
Alternate ResourcesMaximum Length:30Abbreviation that identifies the alternative resource. -
ResourceDescription: string
Title:
DescriptionRead Only:trueMaximum Length:240Description of the alternative resource. -
ResourceId: integer
(int64)
Value that uniquely identifies the alternative resource. It is a primary key that the application generates when it creates the alternative resource.
-
ResourceName: string
Title:
NameRead Only:trueMaximum Length:80Name of the alternative resource. -
ResourceType: string
Title:
TypeRead Only:trueMaximum Length:30Category of the alternative resource. Values include Labor or Equipment. -
StandardOperationAlternateResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the alternative resource of a standard operation. It is a primary key that the application generates when it creates the alternative resource. -
StandardOperationResourceId: integer
(int64)
Read Only:
trueValue that uniquely identifies the resource that the standard operation uses. It is a primary key that the application generates when it creates the resource. -
UnitOfMeasure: string
Read Only:
trueMaximum Length:255Unit of measure that the alternate resource uses. -
UOMCode: string
Read Only:
trueMaximum Length:3Abbreviation that identifies the unit of measure that the alternate resource uses. -
UsageRate: number
Title:
UsageResource usage that the plant requires to make each unit of the item for the alternative resource.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.