v1

latestOpenAPI 3.0.02026-07-2466275257.1 KB
BulkTeamOperations

Create teams in bulk

This endpoint creates bulk team for an organization using new v3 version logic in the background. It allows specifying team details, company information, and business settings to organize advertising campaigns and manage user access. Note: When a supplier attempts to create records in bulk, the API allows a maximum of 50 records per request. If the request contains more than 50 records, the API returns an error message indicating that the limit has been exceeded.

post/v2/teams/bulk/create

Request body

Example request

{
  "teams": [
    {
      "id": "team_001XYZ",
      "name": "Development Team",
      "namespaceId": "namespace_ABC123",
      "companyName": "Innovative Solutions Ltd.",
      "companyWebsite": "https://www.innovativesolutions.com",
      "companyPhone": "+1-234-567-8901",
      "companyAddress": {
        "addressLine": "123 Main St",
        "postcode": "12345"
      },
      "logoId": "logo_567XYZ",
      "businessIdentifier": "biz_AB12345",
      "reviewerEmail": "reviewer@innovativesolutions.com",
      "sellerId": "seller_990XYZ",
      "modifyTime": "2024-02-14T23:45:01Z",
      "onBehalfOf": "Ad Sponsor Ltd."
    }
  ]
}

Response

The bulk created team

bulkIdstring

Unique identifier for the bulk operation.

status'BULK_OPERATION_SUBMITTED' | 'BULK_OPERATION_IN_PROGRESS' | 'BULK_OPERATION_COMPLETED' | 'BULK_OPERATION_FAILED'
messagestring

Status message or result description for the bulk operation.