POST api/report/LineItemSummaryReportData

Request Information

URI Parameters

None.

Body Parameters

LISummaryReportFilterDto
NameDescriptionTypeAdditional information
Shows

Collection of integer

None.

Groupby

string

None.

Viewby

string

None.

CreativeStartDate

date

None.

CreativeEndDate

date

None.

CreativeBranch

Collection of integer

None.

Activities

Collection of integer

None.

AccountTypes

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Shows": [
    1,
    2
  ],
  "Groupby": "sample string 1",
  "Viewby": "sample string 2",
  "CreativeStartDate": "2025-05-06T01:13:36.5280784+01:00",
  "CreativeEndDate": "2025-05-06T01:13:36.5280784+01:00",
  "CreativeBranch": [
    1,
    2
  ],
  "Activities": [
    1,
    2
  ],
  "AccountTypes": [
    1,
    2
  ]
}

Response Information

Resource Description

Collection of LineItemSummaryReportDto
NameDescriptionTypeAdditional information
GroupId

integer

None.

GroupName

string

None.

ActivityId

integer

None.

Activity

string

None.

Expo

integer

None.

Exhibit

integer

None.

ExpoAV

integer

None.

ExhibitAV

integer

None.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "GroupId": 1,
    "GroupName": "sample string 2",
    "ActivityId": 3,
    "Activity": "sample string 4",
    "Expo": 5,
    "Exhibit": 6,
    "ExpoAV": 7,
    "ExhibitAV": 8
  },
  {
    "GroupId": 1,
    "GroupName": "sample string 2",
    "ActivityId": 3,
    "Activity": "sample string 4",
    "Expo": 5,
    "Exhibit": 6,
    "ExpoAV": 7,
    "ExhibitAV": 8
  }
]