Create one ATO material

post

/fscmRestApi/resources/11.13.18.05/workDefinitionRequests/{workDefinitionRequestsUniqID}/child/workDefinitionHeaders/{workDefinitionHeadersUniqID}/child/ATOMaterials

Request

Path Parameters
  • This is the hash key of the attributes which make up the composite key for the Work Definition Headers resource and used to uniquely identify an instance of Work Definition Headers. The client should not generate the hash key value. Instead, the client should query on the Work Definition Headers collection resource in order to navigate to a specific instance of Work Definition Headers to get the hash key.
  • This is the hash key of the attributes which make up the composite key for the Work Definition Requests resource and used to uniquely identify an instance of Work Definition Requests. The client should not generate the hash key value. Instead, the client should query on the Work Definition Requests collection resource in order to navigate to a specific instance of Work Definition Requests to get the hash key.
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: 30
    Value that specifies the desired action to perform on the alternate resource of a work definition assemble-to-order (ATO) materials. Valid values are CREATE, UPDATE, or DELETE. This is a mandatory attribute.
  • Maximum Length: 4000
    Value that indicates the hierarchy in the item structure at which the material is assigned.
  • Maximum Length: 255
    Names of the error messages that occurred when processing the work definition assemble-to-order (ATO) material. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma (,) separates each message name.
  • Maximum Length: 2000
    Text of the error messages that occurred when processing the work definition assemble-to-order (ATO) material. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separates each message.
  • Unique identifier of a component that appears more than once in an item structure.
  • Maximum Length: 300
    Number that identifies the item.
  • Number that indicates the unique sequence of the component assigned to the work definition operation.
  • Number that indicates the execution sequence of the operation. A valid value must be a positive whole number.
  • Date when the material assignment begins.
  • Maximum Length: 255
    Locator in subinventory to use, by default, when the plant uses material during assembly or an operation pull.
  • Maximum Length: 10
    Value that indicates the subinventory from which this material is consumed.
  • Maximum Length: 30
    Value that indicates the supply type. Valid values are 1 (Push), 2 (Assembly Pull), 3 (Operation Pull), 4 (Bulk), 5 (Supplier), and 6 (Phantom). If a value is not specified in the request payload, then the default value in the item structure for item structure components is used. for ad hoc items, the default value in the item master is used.
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 : workDefinitionRequests-workDefinitionHeaders-ATOMaterials-item-response
Type: object
Show Source
  • Maximum Length: 30
    Value that specifies the desired action to perform on the alternate resource of a work definition assemble-to-order (ATO) materials. Valid values are CREATE, UPDATE, or DELETE. This is a mandatory attribute.
  • Maximum Length: 4000
    Value that indicates the hierarchy in the item structure at which the material is assigned.
  • Maximum Length: 255
    Names of the error messages that occurred when processing the work definition assemble-to-order (ATO) material. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A comma (,) separates each message name.
  • Maximum Length: 2000
    Text of the error messages that occurred when processing the work definition assemble-to-order (ATO) material. Each text string in the ErrorMessages attribute corresponds to one error message name in the ErrorMessageNames attribute. A double dollar sign ($$) separates each message.
  • Unique identifier of a component that appears more than once in an item structure.
  • Maximum Length: 300
    Number that identifies the item.
  • Links
  • Number that indicates the unique sequence of the component assigned to the work definition operation.
  • Number that indicates the execution sequence of the operation. A valid value must be a positive whole number.
  • Date when the material assignment begins.
  • Maximum Length: 255
    Locator in subinventory to use, by default, when the plant uses material during assembly or an operation pull.
  • Maximum Length: 10
    Value that indicates the subinventory from which this material is consumed.
  • Maximum Length: 30
    Value that indicates the supply type. Valid values are 1 (Push), 2 (Assembly Pull), 3 (Operation Pull), 4 (Bulk), 5 (Supplier), and 6 (Phantom). If a value is not specified in the request payload, then the default value in the item structure for item structure components is used. for ad hoc items, the default value in the item master is used.
Back to Top