GET api/CommonMaster/GetPPTReports

Request Information

URI Parameters

None.

Body Parameters

PPTReports
NameDescriptionTypeAdditional information
Id

integer

None.

UserId

integer

None.

CompanyId

integer

None.

CompanyName

string

None.

BrandId

integer

None.

BrandName

string

None.

FileName

string

None.

FileUrl

string

None.

StartDate

string

None.

EndDate

string

None.

Page

integer

None.

Count

integer

None.

Request Formats

application/json, text/json, text/html

Sample:
{
  "Id": 1,
  "UserId": 2,
  "CompanyId": 3,
  "CompanyName": "sample string 4",
  "BrandId": 5,
  "BrandName": "sample string 6",
  "FileName": "sample string 7",
  "FileUrl": "sample string 8",
  "StartDate": "sample string 9",
  "EndDate": "sample string 10",
  "Page": 11,
  "Count": 12
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, text/html

Sample:

Sample not available.