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": "1cce709a-914e-4ca6-840b-5cec8c26f564", "Status": 2, "Message": "sample string 3" }