POST api/report/IsSaveForFutureUseReportDataExist
Request Information
URI Parameters
None.
Body Parameters
SaveForFutureUseReportFilterDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ShowId | integer |
None. |
|
| Activities | Collection of integer |
None. |
|
| CreativeBranch | Collection of integer |
None. |
|
| UserId | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"ShowId": 1,
"Activities": [
1,
2
],
"CreativeBranch": [
1,
2
],
"UserId": 2
}
Response Information
Resource Description
booleanResponse Information
Response body formats
application/json, text/json
Sample:
true