POST api/File/ProcessLogSearch
Request Information
URI Parameters
None.
Body Parameters
SearchCallOfProcessLogSearch| Name | Description | Type | Additional information |
|---|---|---|---|
| PageSize | integer |
None. |
|
| From | integer |
None. |
|
| Parameter | ProcessLogSearch |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageSize": 1,
"From": 2,
"Parameter": {
"AirlineCode": "sample string 1",
"FileId": 1,
"StartDate": "2026-06-01T13:32:47.3815435+00:00",
"EndDate": "2026-06-01T13:32:47.3815435+00:00",
"Id": 1
}
}
multipart/form-data
Sample:
{"PageSize":1,"From":2,"Parameter":{"AirlineCode":"sample string 1","FileId":1,"StartDate":"2026-06-01T13:32:47.3815435+00:00","EndDate":"2026-06-01T13:32:47.3815435+00:00","Id":1}}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, multipart/form-data
Sample:
Sample not available.