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": "2025-12-14T22:10:29.7181662+00:00",
"ModifiedDateTo": "2025-12-14T22:10:29.7181662+00:00",
"IsIpad": true,
"ReportGuid": "3eddb329-9efd-43ca-ac2c-4a82ca8a3679"
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true