Oracle Fusion Field Service to Oracle Maintenance - Activity Sync from Oracle Fusion Field Service to Oracle Maintenance
Sl.No | URL | Query Params/Payload | Fields Used from API | Integrations Using this API |
1 | Create Work Order |
{ "WorkOrderTypeCode": "PREVENTIVE", "WorkOrderSubTypeCode": "ORA_PLANNED", "AssetNumber": "FLTR01", "OrganizationCode": "M001", "SchedulingMethod": "NO_SCHEDULING", "PlannedStartDate": "2023-08-03 08:30:00", "PlannedCompletionDate": "2023-08-03 08:30:00", "WorkOrderOperation": [ { "CountPointOperationFlag": true, "OperationName": "Preventive Maintenance", "OperationSequenceNumber": 10, "PlannedStartDate": "2023-08-03 08:30:00", "PlannedCompletionDate": "2023-08-03 08:30:00", "WorkCenterCode": "BMWWC", "StandardOperationCode": "DemoOP" } ] } |
Oracle OFS Maintenance Work Order Create | |
2 | Create Operation |
{ "CountPointOperationFlag" : true, "OperationName": "Preventive Maintenance", "OperationSequenceNumber" : 20, "PlannedStartDate": "2023-08-18T17:58:00", "PlannedCompletionDate": "2023-08-18T18:28:00", "WorkCenterCode" : "EngineRepairCenter", "StandardOperationCode" : "DO" } |
Oracle OFS Maintenance Operation Create Helper | |
3 | Create Resource |
{ "BasisType": 1, "ResourceCode": "BR_Team", "RequiredUsage": 1, "ResourceSequenceNumber": 30, "UsageRate": 1, "PlannedStartDate": "2023-08-22 04:00:00", "PlannedCompletionDate": "2023-08-22 04:30:00" } |
Oracle OFS Maintenance Op Resource Create Helper |