GET core4/Claims/GetGoalFacts/{storeNumber}/{year}?scope={scope}&division={division}&region={region}&district={district}&mailCode={mailCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
scope

string

Required

division

string

Required

region

string

Required

district

string

Required

mailCode

string

Required

year

integer

Required

storeNumber

string

None.

Body Parameters

None.

Response Information

Resource Description

SafetyGoalPackage
NameDescriptionTypeAdditional 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
    }
  ]
}