Oracle Fusion Field Service to Oracle Maintenance - Work Order Data with Scheduled Dates and Resource Instance Assignments
Sl.No | URL | Query Params/Payload | Fields Used from API | Integrations Using this API |
1 | Get One Work Order | OnlyData=true |
PlannedStartDate PlannedCompletionDate |
Oracle OFS Maintenance Activity WO Sync Helper |
2 | UpdateWorkOrder |
{ "WorkOrderStatusCode": "ORA_RELEASED", "PlannedStartDate" : "2023-12-12 12:00:00", "PlannedEndDate" : "2023-12-12 14:00:00" } |
Oracle OFS Maintenance Activity WO Sync Helper | |
3 | Get One Operation | OnlyData=true |
PlannedStartDate PlannedCompletionDate |
Oracle OFS Maintenance Activity WO Sync Helper |
4 | Update One Operation |
{ "PlannedStartDate" : "2023-12-12 12:00:00", "PlannedCompletionDate" : "2023-12-12 14:00:00" } |
Oracle OFS Maintenance Activity WO Sync Helper | |
5 | Update Operation Resource |
{ "PlannedStartDate" : "2023-12-12 12:00:00", "PlannedCompletionDate" : "2023-12-12 14:00:00" } |
Oracle OFS Maintenance Activity WO Sync Helper | |
6 | Get all Operations |
PlannedStartDate PlannedCompletionDate
|
Oracle OFS Maintenance Work Order Update Helper | |
7 | Get all Resources |
PlannedStartDate PlannedCompletionDate
|
Oracle OFS Maintenance WO Operation Update Helper | |
8 | Delete Resource Instance | Oracle OFS Maintenance Operation Delete | ||
9 | Create Resource Instance |
{ "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 Res Instance Sync Helper |