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-08-16T09:59:40.1257935+01:00",
"ModifiedDateTo": "2026-08-16T09:59:40.1257935+01:00",
"IsIpad": true,
"ReportGuid": "8f2c3589-35a1-4e4d-a7c3-d3869b65464a"
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true