How many number of activities can be created using Bulk update API in oracle field service?
Subject: Maximum Number of Activities Created Using Bulk Update API in Oracle Field Service
Summary:
What is the maximum number of activities that can be created and updated using the bulkUpdate
endpoint in Oracle Field Service?
I am using this method.
API Endpoint:/rest/ofscCore/v1/activities/custom-actions/bulkUpdate
I am referring to this document:
Oracle Field Service - Bulk Update API
Requirement:
In our project, we are creating Oracle Field Service (OFS) activities from Oracle Maintenance Cloud (OMC) Work Order operations. For each Work Order, we are expected to create 10 activities. We would like to know if it's possible to make a single bulk update request for multiple Work Orders.
0