POST api/componentgeotiffservice/getbyserviceinfo

lấy thông tin từ dịch vụ bản đồ để xác định loại dịch vụ này chạy theo giờ (wrf-chem) hay theo ngày (mem) và mã groupcomponent_id từ CSDL để thực hiện lấy dữ liệu ở các bước tiếp theo

Request Information

URI Parameters

None.

Body Parameters

GeoTiffParameters
NameDescriptionTypeAdditional information
url

string

None.

featuretype

string

None.

featurebase

string

None.

Request Formats

application/json, text/json

Sample:
{
  "url": "sample string 1",
  "featuretype": "sample string 2",
  "featurebase": "sample string 3"
}

application/xml, text/xml

Sample:
<GeoTiffParameters xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Apom_API.Models">
  <featurebase>sample string 3</featurebase>
  <featuretype>sample string 2</featuretype>
  <url>sample string 1</url>
</GeoTiffParameters>

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 'GeoTiffParameters'.

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>