POST api/report/CreativeLineItemReport

Request Information

URI Parameters

None.

Body Parameters

CreativeLineItemReportFilterDto
NameDescriptionTypeAdditional information
Shows

Collection of integer

None.

Activities

Collection of integer

None.

AccountTypes

Collection of integer

None.

LineItemTypes

Collection of integer

None.

CreativeBranch

Collection of integer

None.

ProducingBranchId

Collection of integer

None.

FilterResources

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "Shows": [
    1,
    2
  ],
  "Activities": [
    1,
    2
  ],
  "AccountTypes": [
    1,
    2
  ],
  "LineItemTypes": [
    1,
    2
  ],
  "CreativeBranch": [
    1,
    2
  ],
  "ProducingBranchId": [
    1,
    2
  ],
  "FilterResources": [
    1,
    2
  ]
}

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.