Import Details for Multiple Partner Oragnizations

post

/rest/v16/companies/actions/bulkImport

This endpoint adds or updates details for multiple partner oragnizations. This operation triggers a task to import a list of partner organizations as a zip file.

Request

Supported Media Types
Form Parameters
Back to Top

Response

Supported Media Types

Default Response

Companies import task details.
Body ()
Root Schema : Task details
Type: object
Title: Task details
Task details
Show Source
Back to Top

Examples

The following example shows how to add or update details for multiple partner organizations by submitting a POST request to the REST resource using cURL. For more information about cURL, see Use cURL.

curl -X POST -i -H "Authorization: Basic dXNlcm5hbWU6cGFzc3dvcmQg" -H "Content-type: application/json" -H "Accept: application/json"
https://sitename.oracle.com/rest/v16/companies/actions/bulkImport

Response Body Sample

{
  "taskId": 3022163950,
  "links": [{
      "rel": "related",
      "href": "https://sitename.oracle.com/rest/v16/tasks/3022163950"
    }
  ]
}
Back to Top