Create a Project Work Order Using REST API
Summary:
We are not able to create maintenance work order along with project and task detail through REST API.
Content (required):
We are passing correct payload and its creating work order but without project number and task number. We are using the below API document to create work order.
Version (include the version you are using, if applicable):
22c
Code Snippet (add any code snippets that support your topic, if applicable):
{
"WorkOrderNumber" : "LTEST10002",
"WorkOrderTypeCode" : "PREVENTIVE",
"WorkOrderSubTypeCode" : "ORA_PLANNED",
"AssetNumber" : "XXXMDA1X6",
"OrganizationCode" : "XXXABC",
"MntWorkDefinitionCode" : "AXXA",
"Status" : "RELEASED",
"PlannedStartDate" : "2022-09-05",