SAP SuccessFactors OData 2.0
SAP SuccessFactors is a cloud-based human experience management platform for enterprises. It enables you to perform SuccessFactors operations over HTTP (create, read, update, delete, fetch, insert, query, querymore, and upsert) using OData protocols.
Actions
-
Create: Creates a single entity record.
-
Update: Updates a single entity record.
-
Delete: Deletes a single entity record.
-
Query: Retrieves a list of entities based on the search criteria.
-
Read: Obtains entity details based on the specified ID.
-
Create Multiple: Creates multiple entity records.
-
Delete Multiple: Deletes multiple entity records.
-
Read Multiple: Obtains multiple entity records for the specified IDs.
-
Update Multiple: Updates multiple entity records.
-
Upsert Multiple: Updates or inserts multiple entity records.
Custom Actions
You can also create your own custom actions for performing specific tasks. The actions that you create look and work exactly like the other actions do.
Learn more about how to create custom actions.