GET shows/startmerge/{sourceShowId}/to/{destinationShowId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| sourceShowId | integer |
Required |
|
| destinationShowId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
StartMergeResponseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| AuditLogId | globally unique identifier |
None. |
|
| Status | integer |
None. |
|
| Message | string |
None. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"AuditLogId": "c13a5732-58f2-44c2-99ae-f34c3b083bda",
"Status": 2,
"Message": "sample string 3"
}