GET safety/Claims/GetGoalFacts/{scope}/{division}/{region}/{district}/{mailCode}/{coverage}/{year}/{sd}/{ed}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
scope | string |
Required |
|
division | string |
Required |
|
region | string |
Required |
|
district | string |
Required |
|
mailCode | string |
Required |
|
year | integer |
Required |
|
coverage | string |
None. |
|
sd | string |
None. |
|
ed | string |
None. |
Body Parameters
None.
Response Information
Resource Description
SafetyGoalPackageName | Description | Type | Additional information |
---|---|---|---|
GoalHeader | GoalFact |
None. |
|
GoalDetail | Collection of GoalFact |
None. |
Response Formats
application/json, text/json
Sample:
{ "GoalHeader": { "Member": "sample string 1", "NoLostTimeCostGoal": 2.1, "NoLostTimeClaimsGoal": 3.1, "LostTimeCostGoal": 4.1, "LostTimeClaimsGoal": 5.1, "MonthName": "sample string 6", "NoLostTimeWeightPct": 7.1, "LostTimeWeightPct": 8.1 }, "GoalDetail": [ { "Member": "sample string 1", "NoLostTimeCostGoal": 2.1, "NoLostTimeClaimsGoal": 3.1, "LostTimeCostGoal": 4.1, "LostTimeClaimsGoal": 5.1, "MonthName": "sample string 6", "NoLostTimeWeightPct": 7.1, "LostTimeWeightPct": 8.1 }, { "Member": "sample string 1", "NoLostTimeCostGoal": 2.1, "NoLostTimeClaimsGoal": 3.1, "LostTimeCostGoal": 4.1, "LostTimeClaimsGoal": 5.1, "MonthName": "sample string 6", "NoLostTimeWeightPct": 7.1, "LostTimeWeightPct": 8.1 } ] }