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-03-23T21:19:43.6553892+00:00",
"ModifiedDateTo": "2026-03-23T21:19:43.6553892+00:00",
"IsIpad": true,
"ReportGuid": "1af6255c-00a5-4c21-ae58-e08a828c1a69"
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true