GET shows/startmerge/{sourceShowId}/to/{destinationShowId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
sourceShowId

integer

Required

destinationShowId

integer

Required

Body Parameters

None.

Response Information

Resource Description

StartMergeResponseDto
NameDescriptionTypeAdditional information
AuditLogId

globally unique identifier

None.

Status

integer

None.

Message

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "AuditLogId": "be9694ae-0f8d-47f7-b300-c0de87a59ff0",
  "Status": 2,
  "Message": "sample string 3"
}