Method: legacySdk.legacyUpdateBatchCasesExternalCaseIds

Full name: projects.locations.instances.legacySdk.legacyUpdateBatchCasesExternalCaseIds

Legacy RPC for update batch cases external case ids.

HTTP request


Path parameters

Parameters
instance

string

Required. The instance of the legacy sdk. Format: projects/{project}/locations/{location}/instances/{instance}

Request body

The request body contains data with the following structure:

JSON representation
{
  "caseIdsMatches": [
    {
      object (ApiSyncCaseMatch)
    }
  ]
}
Fields
caseIdsMatches[]

object (ApiSyncCaseMatch)

Required. The list of case ids matches.

Response body

The LegacySdkUpdateBatchCasesExternalCaseIdsResponse message.

If successful, the response body contains data with the following structure:

JSON representation
{
  "payload": [
    string
  ]
}
Fields
payload[]

string (int64 format)

The list of updated case ids.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

ApiSyncCaseMatch

The ApiSyncCaseMatch message.

JSON representation
{
  "caseId": string,
  "externalCaseId": string
}
Fields
caseId

string (int64 format)

Required. The case id.

externalCaseId

string

Required. The external case id.