POST api/Analysis/ExportOilAnalysisReport?reportTitle={reportTitle}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
reportTitle

string

Default value is

Body Parameters

OilAnalysisExcelReportFilterDto
NameDescriptionTypeAdditional information
OrgId

integer

None.

CustomerId

integer

None.

JobCardNumber

Collection of string

None.

LabIds

Collection of integer

None.

Request Formats

application/json, text/json

Sample:
{
  "OrgId": 1,
  "CustomerId": 2,
  "JobCardNumber": [
    "sample string 1",
    "sample string 2"
  ],
  "LabIds": [
    1,
    2
  ]
}

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.