GET weather/SupplyChainDataPackage/{latitude}/{longitude}/{mindate}/{maxdate}?Network={Network}&year={year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Network | string |
Required |
|
year | integer |
Required |
|
latitude | string |
None. |
|
longitude | string |
None. |
|
mindate | string |
None. |
|
maxdate | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of MonthlyRateName | Description | Type | Additional information |
---|---|---|---|
EntityType | string |
None. |
|
Entity | string |
None. |
|
FiscalMonth | integer |
None. |
|
IncidentRate | decimal number |
None. |
|
LYIncidentRate | decimal number |
None. |
|
Goal | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[ { "EntityType": "sample string 1", "Entity": "sample string 2", "FiscalMonth": 3, "IncidentRate": 4.1, "LYIncidentRate": 5.1, "Goal": 6.1 }, { "EntityType": "sample string 1", "Entity": "sample string 2", "FiscalMonth": 3, "IncidentRate": 4.1, "LYIncidentRate": 5.1, "Goal": 6.1 } ]