POST api/Settlement/RevenuePerAirport

Request Information

URI Parameters

None.

Body Parameters

RevenuePerAirportRequestData
NameDescriptionTypeAdditional information
CurrentStartDate

date

None.

CurrentEndDate

date

None.

PreviousStartDate

date

None.

PreviousEndDate

date

None.

Request Formats

application/json, text/json

Sample:
{
  "CurrentStartDate": "2026-05-31T12:40:41.429259+00:00",
  "CurrentEndDate": "2026-05-31T12:40:41.429259+00:00",
  "PreviousStartDate": "2026-05-31T12:40:41.429259+00:00",
  "PreviousEndDate": "2026-05-31T12:40:41.429259+00:00"
}

multipart/form-data

Sample:
{"CurrentStartDate":"2026-05-31T12:40:41.429259+00:00","CurrentEndDate":"2026-05-31T12:40:41.429259+00:00","PreviousStartDate":"2026-05-31T12:40:41.429259+00:00","PreviousEndDate":"2026-05-31T12:40:41.429259+00:00"}

Response Information

Resource Description

RevenuePerAirportResponseData
NameDescriptionTypeAdditional information
Airport

string

None.

Total

decimal number

None.

PreviousTotal

decimal number

None.

Response Formats

application/json, text/json

Sample:
{
  "Airport": "sample string 1",
  "Total": 2.0,
  "PreviousTotal": 3.0
}

multipart/form-data

Sample:
{"Airport":"sample string 1","Total":2.0,"PreviousTotal":3.0}