POST api/Reports/StatisticsExportExcel

Request Information

URI Parameters

None.

Body Parameters

SampleStatisticsDto
NameDescriptionTypeAdditional information
LabId

integer

None.

OrgId

integer

None.

LabIds

Collection of integer

None.

LabName

string

None.

RoleId

integer

None.

UserTypeId

byte

None.

CustomerId

integer

None.

CustomerName

string

None.

JobCardId

integer

None.

ReceivedFrom

date

None.

ReceivedTo

date

None.

ReceivedDate

date

None.

SampleId

integer

None.

SampleNo

string

None.

NoofSamples

integer

None.

Month

string

None.

StatusTypeId

integer

None.

IsForExcel

boolean

None.

CurrOrgId

integer

None.

CurrUserId

integer

None.

CurrCustomerId

integer

None.

CurrUserTypeId

integer

None.

CurrRoleId

integer

None.

IsPagination

boolean

None.

PageSize

integer

None.

PageNo

integer

None.

StartRec

integer

None.

EndRec

integer

None.

TotalRecords

integer

None.

SkipCount

integer

None.

TakeCount

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LabId": 1,
  "OrgId": 1,
  "LabIds": [
    1,
    2
  ],
  "LabName": "sample string 2",
  "RoleId": 3,
  "UserTypeId": 64,
  "CustomerId": 5,
  "CustomerName": "sample string 6",
  "JobCardId": 7,
  "ReceivedFrom": "2026-07-29T08:47:27.883741-06:00",
  "ReceivedTo": "2026-07-29T08:47:27.883741-06:00",
  "ReceivedDate": "2026-07-29T08:47:27.883741-06:00",
  "SampleId": 8,
  "SampleNo": "sample string 9",
  "NoofSamples": 10,
  "Month": "sample string 11",
  "StatusTypeId": 12,
  "IsForExcel": true,
  "CurrOrgId": 14,
  "CurrUserId": 15,
  "CurrCustomerId": 16,
  "CurrUserTypeId": 17,
  "CurrRoleId": 18,
  "IsPagination": true,
  "PageSize": 20,
  "PageNo": 21,
  "StartRec": 421,
  "EndRec": 440,
  "TotalRecords": 22,
  "SkipCount": 420,
  "TakeCount": 20
}

application/x-www-form-urlencoded

Sample:

Sample not available.

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.