How create required inventory using REST API?
Summary:
Customer needs to create required inventory parts using REST API.
Content (required):
We reviewed the Activity Required Inventories REST API documentation and did the test of creating an inventory piece, but even though the method does not return an error, when checking the application it does not show the required inventory pieces created by the REST API and neither those that were created by interfaces.
The REST API method we use is
"Set required inventories for an activity"
(https://docs.oracle.com/en/cloud/saas/field-service/21d/cxfsc/op-rest-ofsccore-v1-activities
-activityid-requiredinventories-put.html).
I attach an image of the invocation of the REST API method from Postman (Postman REST API.jpg)
0