You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Create Rework Work Order through REST API

edited Jan 20, 2021 2:58AM in Manufacturing 2 comments

Summary

Trying to use REST API CreateWorkOrders to create Rework work order, but getting error "You must provide the assembly component to create a rework work order. (WIE-4425738)"

Content

I'm trying to use REST API CreateWorkOrders to create Rework work order, but getting error "You must provide the assembly component to create a rework work order. (WIE-4425738)"

This is the API: https://docs.oracle.com/en/cloud/saas/supply-chain-management/20d/fasrp/op-fscmrestapi-resources-11.13.18.05-workorders-x-operations-0.html

 

This is the Request Payload I'm using:

{
  "OrganizationId" : 300000004022390,
  "WorkOrderType""REWORK",
  "WorkOrderDescription" : "WA2102011141",
  "InventoryItemId" : 100000003786817,
  "PlannedStartQuantity" : 1.746,
  "PlannedStartDate" : "2021-02-01T05:29:00+00:00",
  "WorkOrderSubType""STR_SLITTING",
  "CompletionSubinventoryCode""CoilFact",
  "CompletionLocatorId"null,
  "ExplosionFlag"

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!