POST api/componentgeotiffdaily/rankingvn

bảng xếp hạng aqi theo ngày từ mô hình mem cho tất cả các tỉnh/thành phố

Request Information

URI Parameters

None.

Body Parameters

GeoTiffRankingParametersVN
NameDescriptionTypeAdditional information
date_shooting

string

None.

date_shooting_pre

string

None.

group_id

string

None.

component_id

string

None.

lang_id

vi || en

string

None.

Request Formats

application/json, text/json

Sample:
{
  "date_shooting": "sample string 1",
  "date_shooting_pre": "sample string 2",
  "group_id": "sample string 3",
  "component_id": "sample string 4",
  "lang_id": "sample string 5"
}

application/xml, text/xml

Sample:
<GeoTiffRankingParametersVN xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apom_API.Models">
  <component_id>sample string 4</component_id>
  <group_id>sample string 3</group_id>
  <lang_id>sample string 5</lang_id>
  <date_shooting>sample string 1</date_shooting>
  <date_shooting_pre>sample string 2</date_shooting_pre>
</GeoTiffRankingParametersVN>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'GeoTiffRankingParametersVN'.

Response Information

Resource Description

Collection of Object

None.

Response Formats

application/json, text/json

Sample:
[
  {},
  {}
]

application/xml, text/xml

Sample:
<ArrayOfanyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <anyType />
  <anyType />
</ArrayOfanyType>