- HTTP request
- Path parameters
- Request body
- Response body
- Authorization scopes
- ApiSyncCaseMatch
- Try it!
Full name: projects.locations.instances.legacySdk.legacyUpdateBatchCasesExternalCaseIds
Legacy RPC for update batch cases external case ids.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
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 ( |
Fields | |
---|---|
caseIdsMatches[] |
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[] |
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 |
Required. The case id. |
externalCaseId |
Required. The external case id. |