A list of Employee IDs for which to get the job codes.
Set to true to get the Cost Codes that are common to ALL employees in the list, otherwise get all job codes that apply to at least one employee in the list.
Returns Promise that represents an object describing
Get Job Codes
Returns Promise that represents an object describing
Add WorkOrder Equipment Costs
the work order to add the equipment costs to
additional options
Returns Promise that represents an object describing
Add WorkOrder Labor Costs
Array of inspection labor costings
Number of hours to add
options for the work order
Returns Promise that represents an object describing
Add WorkOrder Material Costs
Work Order SID number to add the material to
Decimal units for material
Additional work order options
Combine issues with the same MaterialSid into a single commit, default is true
Returns Promise that represents a collection describing the work order material costs
Delete WorkOrder Equipment Costs
Returns Promise that represents an object describing
Delete WorkOrder Labor Costs
List of labor cost IDs to delete
Whether to delete estimates or actuals (defaults to false -- delete actuals)
Returns Promise that represents an object describing
Delete WorkOrder Material Costs
list of material cost IDs to delete
true to delete the estimated costs. defaults to false and deletes actuals.
Returns Promise that represents an object describing
Get Equipment Costs for WorkOrder(s)
the work order to add the equipment costs to
true to get estimated costs. defaults to false
Returns Promise that represents an object describing
Get Labor Costs for WorkOrder(s)
Array of request Ids to get costs for
Whether to get estimates or actuals (defaults to false -- get actuals)
Returns Promise that represents an object describing
Get Material Costs for WorkOrder(s)
the work order to add the equipment costs to
true to get estimated costs. defaults to false and gets actuals.
Returns Promise that represents an object describing
Get Cost Codes