v1

latestOpenAPI 3.0.02026-07-2466275257.1 KB
BulkTeamOperations

Update teams in bulk

This endpoint updates bulk teams simultaneously based on the field mask. Note: When a supplier attempts to update 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.

patch/v2/teams/bulk/update

Request body

Example request

{
  "teams": [
    {
      "id": "team_123XYZ",
      "name": "Alpha Team",
      "namespaceId": "namespace_987ABC",
      "companyName": "Awesome Corp",
      "companyWebsite": "https://www.awesomecorp.com",
      "companyPhone": "+1-800-555-0123",
      "companyAddress": {
        "addressLine": "123 Main St",
        "postcode": "12345"
      },
      "businessIdentifier": "biz_456XYZ",
      "reviewerEmail": "reviewer@example.com",
      "logoId": "biz_456XYZ",
      "sellerId": "seller_789LMN",
      "modifyTime": "2024-09-01T12:34:56Z",
      "onBehalfOf": "Sponsor Corp"
    }
  ]
}

Response

Details of the updated 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.