GET weather/SupplyChainDataPackage/{latitude}/{longitude}/{mindate}/{maxdate}?Network={Network}&Platform={Platform}&Region={Region}&coverage={coverage}&year={year}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Network | string |
Required |
|
Platform | string |
Required |
|
Region | string |
Required |
|
coverage | string |
Required |
|
year | integer |
Required |
|
latitude | string |
None. |
|
longitude | string |
None. |
|
mindate | string |
None. |
|
maxdate | string |
None. |
Body Parameters
None.
Response Information
Resource Description
SupplyChainDataPackageName | Description | Type | Additional information |
---|---|---|---|
Organization | Collection of SupplyChainStore |
None. |
|
IncidentRateFacts | Collection of IncidentRateFact |
None. |
|
YTD | Collection of SupplyChainFact |
None. |
Response Formats
application/json, text/json
Sample:
{ "Organization": [ { "FacilityID": 1, "StoreNumber": "sample string 2", "Network": "sample string 3", "Platform": "sample string 4", "Region": "sample string 5", "FacilityName": "sample string 6", "Address": "sample string 7", "City": "sample string 8", "State": "sample string 9", "Zip": "sample string 10", "Latitude": 11.1, "Longitude": 12.1 }, { "FacilityID": 1, "StoreNumber": "sample string 2", "Network": "sample string 3", "Platform": "sample string 4", "Region": "sample string 5", "FacilityName": "sample string 6", "Address": "sample string 7", "City": "sample string 8", "State": "sample string 9", "Zip": "sample string 10", "Latitude": 11.1, "Longitude": 12.1 } ], "IncidentRateFacts": [ { "Network": "sample string 1", "Platform": "sample string 2", "Region": "sample string 3", "MailCode": "sample string 4", "FacilityName": "sample string 5", "TotalIncidents": 6.1, "TotalHours": 7.1, "IncidentRate": 8.1, "Year": 9 }, { "Network": "sample string 1", "Platform": "sample string 2", "Region": "sample string 3", "MailCode": "sample string 4", "FacilityName": "sample string 5", "TotalIncidents": 6.1, "TotalHours": 7.1, "IncidentRate": 8.1, "Year": 9 } ], "YTD": [ { "Network": "sample string 1", "Platform": "sample string 2", "Region": "sample string 3", "MailCode": "sample string 4", "LTPaidTotal": 5.1, "NLTPaidTotal": 6.1, "TotalIncidents": 7.1, "YTDORI": 8.1, "YTDLT": 9.1, "YTDNLT": 10.1 }, { "Network": "sample string 1", "Platform": "sample string 2", "Region": "sample string 3", "MailCode": "sample string 4", "LTPaidTotal": 5.1, "NLTPaidTotal": 6.1, "TotalIncidents": 7.1, "YTDORI": 8.1, "YTDLT": 9.1, "YTDNLT": 10.1 } ] }