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

InspectionEvent API return The action "create" is not enabled. error

Summary:

Hello Experts,

I am trying to call inspectionEvent End Point using postman as below

https://<fusion URL>/fscmRestApi/resources/11.13.18.05/inspectionEvents

and passing below Request payload

{  "EventType": "WIP",  "Inline": "Y",  "OrganizationCode": "ORG_CODE",  "WorkOrderNumber": "<WO NO>", // "WoOperationCode": "OP-20",  "OperationSequenceNumber": 20,  "InspectionDate": "2025-11-03T14:30:00Z",  "InspectedBy": "<ABC>",  //"InspectionPlanId": 445566,  "WIPInspectionPlanName":"300477 -Assy Battery Pack,1-String,Front,Insulated-20",  "InspectionPlanType": "WIP",  "InspectionPlanVersion": "1",  "QuantityRequested": 1,  "QuantityInspected": 1,  "QuantityAccepted": 1,  //"QuantityRejected": 5,//  "UOMCode": "EA", //"LotNumber": "LOT-7890",  "DispatchStatus": "DISPATCHED",//  "WorkCenterCode": "WC-01",  /* You generally DO NOT post eventCharacteristics here.     They are derived from the Inspection Plan. See notes below. *///  "eventCharacteristics": [],  /* Record results per sample/characteristic */  "samplesAndResults": [    {      //"SampleId": 1,      "IpEventId": 300000439581834,      "Status": "COMPLETE",      "Disposition": "ACCEPT",      "Quantity": 1,      "SampleResult": [   

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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