IFS Cloud API Discovery Process:
- Identify the Entity:
- Begin by locating the relevant entity within IFS pages. APPs 10 pages are recommended for faster searching.
- Construct the API Name:
- Data Retrieval & Manipulation: For fetching data, create, delete and update, the API name typically follows the pattern:
<EntityName>Entity
. - Data Actions: For performing special actions, the API name is usually:
<EntityName>Service
.
- Data Retrieval & Manipulation: For fetching data, create, delete and update, the API name typically follows the pattern:
- Verify Category:
- Ensure the API's category is "integration."
- Acknowledge Exceptions:
- Be aware that deviations from this naming convention may exist.
Example
Entity: PurchaceOrder
