GET store/Claims/GetGoalFacts/{mailCode}/{year}?scope={scope}&division={division}®ion={region}&district={district}
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 |
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 } ] }