{ "opencollection": "1.0.0", "info": { "name": "SAP SuccessFactors HXM Suite OData EmpEmployment Upsert API", "version": "v2" }, "request": { "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://api.successfactors.com/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Upsert", "type": "folder" }, "items": [ { "info": { "name": "Upsert one or more OData entities", "type": "http" }, "http": { "method": "POST", "url": "https://{apiServer}/odata/v2/upsert", "body": { "type": "json", "data": "{}" } }, "docs": "OData v2 batch-style upsert endpoint for create-or-update across\nmultiple Employee Central entities.\n" } ] } ], "bundled": true }