Get Service Providers
Obtains the service providers that are used in the specified plan.
Method: GET
URL: /cleartrial-ws/plans/{planID}/serviceProvider
Sample output in JSON:
{ "serviceProvider":{ "planId":10802, "provider":[ { "name":"QA", "defaultBillingRateLocation":"USA", "effectiveRateYear":2010, "useCompoundInflation":true, "discountRate":0.0, "pmUtilizationPrior":0.0, "pmUtilizationPost":0.0, "staffUtilization":60.0, "numAffiliates":0, "manageCtms":false }, { "name":"Premium CRO", "defaultBillingRateLocation":"USA", "effectiveRateYear":2010, "useCompoundInflation":true, "discountRate":0.0, "pmUtilizationPrior":160.545, "pmUtilizationPost":160.545, "staffUtilization":80.0, "numAffiliates":0, "manageCtms":false }, ... ... ], "url":"/cleartrial-ws/plans/10802/serviceProvider" } }
Sub-Resources: None
Parent topic: Plan Resource API
Get Service Provider
Provides details about the service provider for whose scope of work the RFP was created.
Method: GET
URL: /cleartrial-ws/plans/<planID>/serviceProvider/<serviceProviderId>
Sample output in JSON:
{ "serviceProvider": { "planId": 32610, "provider": [ { "name": "2.4.1_CRO", "defaultBillingRateLocation": "UK", "effectiveRateYear": 2008, "useCompoundInflation": false, "discountRate": 0, 'lineItemDiscount': 99999999.99,
'lineItemDiscountCurrency': USD,
"pmUtilizationPrior": 186.89998, "pmUtilizationPost": 186.89998, "staffUtilization": 80, "numAffiliates": 0, "manageCtms": false } ], "url": "/cleartrial-ws/plans/32610/serviceProvider/200" [<= where 200 is service provider id] } }
Parent topic: Get Service Providers