v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Bulk Upload

Create a New Bulk Upload of Opportunities

This endpoint creates a new bulk upload for opportunities. A maximum of 200 records is allowed. <h3>Required Scope</h3>opportunity:write

post/api/v2/opportunities/bulk

Request body

Example request

{
  "data": [
    {
      "attributes": {
        "title": "Leader",
        "external-id": "1234abc",
        "department": "QA",
        "description": "Description of the opportunity.",
        "status": "Open",
        "visibility": "Organization",
        "location": "South KY",
        "category": "JobRole",
        "duration": 1356,
        "job-role": "Specialist",
        "url": "www.example.com/Account129",
        "duration-units": "Weeks",
        "matched-skills": [
          {
            "skill-id": "vP5"
          }
        ]
      }
    }
  ]
}

Response

Success