POST merge/partial

Request Information

URI Parameters

None.

Body Parameters

MergeRequestDto
NameDescriptionTypeAdditional information
SourceShowId

integer

None.

DestinationShowId

integer

None.

SourceShowAccountId

integer

None.

LineItems

Collection of MergeRequestLineItemDto

None.

Request Formats

application/json, text/json

Sample:
{
  "SourceShowId": 1,
  "DestinationShowId": 2,
  "SourceShowAccountId": 3,
  "LineItems": [
    {
      "LineItemId": 1,
      "BoothId": 2,
      "IsSourceBooth": true,
      "FunctionalAreaId": 4,
      "IsSourceFunctionalArea": true
    },
    {
      "LineItemId": 1,
      "BoothId": 2,
      "IsSourceBooth": true,
      "FunctionalAreaId": 4,
      "IsSourceFunctionalArea": true
    }
  ]
}

Response Information

Resource Description

MergeResponseDto
NameDescriptionTypeAdditional information
AuditLogId

globally unique identifier

None.

Status

integer

None.

Message

string

None.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "AuditLogId": "9c138228-9218-424d-81da-4e0761436cd0",
  "Status": 2,
  "Message": "sample string 3"
}