POST api/Analysis/ExportOilAnalysisReport?reportTitle={reportTitle}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportTitle | string |
Default value is |
Body Parameters
OilAnalysisExcelReportFilterDto| Name | Description | Type | Additional 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| Name | Description | Type | Additional information |
|---|---|---|---|
| Version | Version |
None. |
|
| Content | HttpContent |
None. |
|
| StatusCode | HttpStatusCode |
None. |
|
| ReasonPhrase | string |
None. |
|
| Headers | Collection of Object |
None. |
|
| RequestMessage | HttpRequestMessage |
None. |
|
| IsSuccessStatusCode | boolean |
None. |