Get Labor Monthly View by Major Task

Shows the monthly cost, inflation, and hours breakdown of labor by provider, location, department, general ledger code, and major task.

Method: GET

URL: /cleartrial-ws/plans/{planID}/labor?view=monthlyByMajorTask

Sample output in JSON:

{
 "planLaborMonthlyView": {
   "planId": 10802,
   "currency":"USD",
   "provider": [
      {
       "id": 251,
       "name":"Premium CRO",
       "location": [
          {
           "id": 0,
           "name":"All Locations",
           "department": [
              {
               "id": 2,
               "name":"Clinical Operations",
               "generalLedgerCode": [
                  {
                   "id": 21,
                   "name":"Professional Fees",
                   "majorTask": [
                      {
                       "id": 2,
                       "name":"Project Initiated",
                       "sortOrder": 8,
                       "description": "Sample description",
                       "unitOfMeasure":"Study",
                       "monthlyCost": [
                          {
                           "year": 2010,
                           "month": 4,
                           "cost": 12640.567335728245,
                           "inflation": 0.0,
                           "hours": 51.39730903080536,
                           "units": 5.3456
                          },
                          {
                           "year": 2010,
                           "month": 5,
                           "cost": 13061.919580252521,
                           "inflation": 0.0,
                           "hours": 53.110552665165535,
                           "units": 6.345
                          },
                          ...
                          ...  
                        ]
                      },
                      {
                       "id": 32,
                       "name":"Study Setup",
                       "unitOfMeasure":"Study",
                       "monthlyCost": [
                         ...
                         ...
                        ]
                      },
                      ...
                      ...
                    ]
                  }
                  {
                   "id": 6,
                   "name":"Dues & Subscription",
                   "majorTask": [
                      {
                       "id": 2,
                       "name":"Project Initiated",
                       "unitOfMeasure":"Study",
                       "sortOrder": 8,
                       "description": "Sample description",
                       "monthlyCost": [
                          {
                           "year": 2010,
                           "month": 4,
                           "cost": 22640.567335728245,
                           "inflation": 0.0,
                           "hours": 61.39730903080536,
                           "units": 7.746
                          },
                          {
                           "year": 2010,
                           "month": 5,
                           "cost": 13061.919580252521,
                           "inflation": 0.0,
                           "hours": 53.110552665165535,
                           "units": 6.543
                          },
                          ...
                          ...  
                        ]
                      },
                      {
                       "id": 32,
                       "name":"Study Setup",
                       "unitOfMeasure":"Study",
                       "monthlyCost": [
                         ...
                         ...
                        ]
                      },
                      ...
                      ...
                    ]
                  }
                  ...
                  ... 
                ]
              },
              {
               "id": 3,
               "name":"Data Management",
                 ...
                 ... 
              },
              ...
              ... 
          },
          {
           "id": 100,
           "name":"USA",
             ...
             ...
          },
          ...
          ...
      },
      {
       "id": 10201,
       "name":"QA",
        ...
        ...
      }
      …
      ...
    ],
   "url":"/cleartrial-ws/plans/10802/labor?view=monthlyByMajorTask"
  }
}

Sub-Resources: None