POST merge/partial
Request Information
URI Parameters
None.
Body Parameters
MergeRequestDtoName | Description | Type | Additional 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
MergeResponseDtoName | 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": "098ad582-a2b0-4bf1-a0c1-125518012350", "Status": 2, "Message": "sample string 3" }