Get Labor Monthly View by Resource

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

Method: GET

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

Sample output in JSON:

{
 "planResourcesMonthlyView": {
   "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",
                   "resource": [
                      {
                       "id": 1,
                       "name":"Clinical Research Associate",
                       "code":"CR01",
                       "majorTask": [
                          {
                           "id": 2,
                           "name":"Project Initiated",
                           "unitOfMeasure":"Study",
                           "sortOrder": 8,
                           "description": "Sample description",
                           "monthlyCost": [
                              {
                               "year": 2010,
                               "month": 4,
                               "hours": 7.187143380301344
                              },
                              {
                               "year": 2010,
                               "month": 5,
                               "hours": 7.42671482631139
                              },
                              ...
                              ...                       
                          },
                          {
                           "id": 32,
                           "name":"Study Setup",
                           "unitOfMeasure":"Study",
                            ...
                            ...
                          },
                         ...
                         ...
                        ] 
                      },
                      {
                       "id": 2,
                       "name":"Senior Clinical Research Associate",
                       "code":"CR02",
                        ...
                        ...
                      },
                    ]
                  },
                  {
                   "id": 6,
                   "name":"Dues & Subscription",
                    ...
                    ...
                  }                  
              },
              {
               "id": 3,
               "name":"Data Management",
                ...
                ... 
              },
              ...
              ...
            ]
          },
          {
           "id": 100,
           "name":"USA",
            ...
            ...
          },
          ...
          ...
        ]
      },
      {
       "id": 10201,
       "name":"QA",
        ...
        ...
      }
      ...
      ...
    ],
   "url":"/cleartrial-ws/plans/10802/labor?view=monthlyByResource"
  }
}

Sub-Resources: None