GET safety/SupplyChainDataPackage/GetSupplyChainRates/{scope}/{division}/{region}/{district}/{mailCode}/{coverage}/{year}/{sd}/{ed}?Network={Network}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
Network | string |
Required |
|
year | integer |
Required |
|
scope | string |
None. |
|
division | string |
None. |
|
region | string |
None. |
|
district | string |
None. |
|
mailCode | string |
None. |
|
coverage | string |
None. |
|
sd | string |
None. |
|
ed | 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 } ]