POST merge/partial
Request Information
URI Parameters
None.
Body Parameters
MergeRequestDto| Name | 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
MergeResponseDto| 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": "4e0e5fde-9d09-4d31-974c-fe9dab3ef336",
"Status": 2,
"Message": "sample string 3"
}