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| Name | Description | Type | Additional 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:
Response Information
Resource Description
Collection of ObjectNone.
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>