Work Type Lead Time

Get a list of work types and their associated lead times that are optimized across regions for a specific advanced therapy.

An advanced therapy process (work procedure) comprises several stages (work types), steps, and tasks, each of which has its own completion time or lead time. For example, the zunotous disease therapy has multiple stages, such as, Apheresis, Manufacturing, and Infusion, each of which consists of discrete steps. Apheresis has a lead time of two days, following which the manufacturing stage begins. This API helps to automate and streamline the advanced therapy management process by getting the optimized work type lead times across various regions.

Resource
/connect/health/advanced-therapy-management/worktype-leadtime
Resource example
https://yourInstance.salesforce.com/services/data/v64.0/connect/health/advanced-therapy-management/worktype-leadtime
Available version
60.0
HTTP methods
POST
Request body for POST
JSON example
{
   "contextId":"0Wwxx0000000DWjCAM",
   "workProcedureId":"0zjSG00000000PpYAI",
   "priority":5
}
Properties
Name Type Description Required or Optional Available Version
contextId String ID of a program enrollee, an account, or opportunity. Optional 60.0
priority Integer Number between one and ten indicating the priority associated with a country or service territory. This field is useful when you want to override the lead time based on a country or service territory. Optional 60.0
workProcedureId String Advanced therapy ID. Required 60.0
Response body for POST
Work Type Lead Time Output