SuccessFactors HCM

SuccessFactors enables connection through the SuccessFactors web service (SFAPI) and allows operations such as Create, Read, Update, Delete, Fetch, Insert, Query, queryMore, and Upsert over HTTP using synchronous SOAP protocols.

Actions

  • describeMetadata: Describe the metadata

  • Create: Create a single entity record

  • Update: Update (replace) single entity record

  • Delete: Delete a single entity record

  • Query: Query entities based on the search criteria

  • Read: Read entity by ID

  • Create Multiple: Create multiple entity record

  • Delete Multiple: Delete multiple entity record

  • Read Multiple: Read multiple entity record

  • Update Multiple: Update (replace) multiple entity record

  • serviceRootUri: Get service root URI

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.