POST report/hasLineItemChangeReport
Request Information
URI Parameters
None.
Body Parameters
LineItemChangeReportDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowId | integer |
None. |
|
| ModifiedDateFrom | date |
None. |
|
| ModifiedDateTo | date |
None. |
|
| IsIpad | boolean |
None. |
|
| ReportGuid | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowId": 1,
"ModifiedDateFrom": "2026-05-14T13:17:16.9107256+01:00",
"ModifiedDateTo": "2026-05-14T13:17:16.9107256+01:00",
"IsIpad": true,
"ReportGuid": "6d084314-5f3d-4bbf-984a-fa14106dac16"
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true